##			<style>
			.ui-widget-content a { color: #12417f; }
			.ui-menu-item {
				padding-left:25px;
			}
			.click-here{
				white-space: nowrap;
				padding-left:8px;
				padding-top:2px;
			}
			.click-below{
				white-space: nowrap;
				padding-left:25px;
				padding-top:10px;
				padding-bottom:10px;
			}
			ul.ui-autocomplete > li.click-here:hover,
			ul.ui-autocomplete > li.ui-menu-item:hover {
				background:#dbeef3;
			}
			</style>
			<div class="large-12 columns no-pad search_form">
				<form action="https://staging.fnarena.com/index.php/search/" style="background:#f8f8f8; padding: 14px 18px 16px 18px;" id="searchform" method="get" role="search" class="search-form">
					<h5 class="helveLTbold" style="margin-bottom:5px;">Search Stocks & Stories</h5>
					<div class="row collapse">
						<div class="medium-9 large-9 columns">
							<input type="text" placeholder="Enter company name or ASX code" id="s" name="searchkeyword" value="" class="nomarginbot">
						</div>
						<div class="medium-3 large-3 columns">
							<input type="submit" class="button postfix tiny nomarginbot" value="Search" id="searchsubmit" style="border-radius:0px !important;">
						</div>
						<div class="clearfix"></div>
					</div>
				</form>
			</div>
			<script>

            jQuery(document).ready(function(){

                  jQuery( "#s" ).autocomplete({
				    source: function(request, response) {
				        if (request.term.length < 3) {
				            response([]);
				            return;
				        }
				        
				        jQuery.ajax({
				            url: '/wp-content/themes/fnarena/ajax_company_search.php',
				            dataType: "json",
				            data: {
				                term: request.term
				            },
				            success: function(data) {
				                // First deduplicate the Ajax results
				                var uniqueResults = [];
				                var seenLabels = {};
				                
				                // Remove duplicates from initial data
				                jQuery.each(data, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        uniqueResults.push(item);
				                    }
				                });
				                
				                // Filter for top suggestions (exact matches at start)
				                var top_suggestions = jQuery.grep(uniqueResults, function(n, i) {
				                    return (n.label.substr(0, request.term.length).toLowerCase() == request.term.toLowerCase());
				                });
				                
				                // Since we've already deduplicated, we can safely merge
				                var final_results = jQuery.merge(top_suggestions, uniqueResults);
				                
				                // Remove any duplicates that might have been created during merge
				                var finalUnique = [];
				                seenLabels = {};
				                
				                jQuery.each(final_results, function(i, item) {
				                    if (!seenLabels[item.label]) {
				                        seenLabels[item.label] = true;
				                        finalUnique.push(item);
				                    }
				                });
				                
				                response(finalUnique);
				            },
				            error: function() {
				                response([]);
				            }
				        });
				    },
				    minLength: 3,
				    open: function(e, ui) {
				        var acData = jQuery(this).data('ui-autocomplete');
				        acData.menu.element.find('li').each(function() {
				            var me = jQuery(this);
				            var keywords = acData.term.split(' ').join('|');
				            me.html(me.text().replace(new RegExp("(" + keywords + ")", "gi"), '<b>$1</b>'));
				        });
				        
				        var searchletter = acData.term.split(' ').join('|');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-here"><a href="/index.php?s='+searchletter+'">Click here to search using : '+searchletter+'</a></li>');
				        jQuery('ul.ui-autocomplete').prepend('<li class="click-below">Click below to search by company : </li>');
				    }
				});
            });
            </script>
			<div class="clearfix"></div>
	        <div class="clearfix"></div>
        <div class="large-12 medium-12 columns no-pad martop-15 latest-news">
            <h2>Latest News</h2>
            <div class="inner-area">
            <table style='margin:0px; border:0px;'>                        <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>1</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/07/technologyones-saas-transformation-complete/">TechnologyOne&#8217;s SaaS Transformation &#8216;Complete&#8217;</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 07 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/australia/" rel="category tag">Australia</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>2</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/stock-market-in-september-republish/">Stock Market in September Republish</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>3</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/stock-market-in-september/">Stock Market in September</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>4</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/10/06/technologyone-story-by-novi/">TechnologyOne Story by Novi</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Oct 06 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/international/" rel="category tag">International</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                            <tr>
                            <td valign="top" align="left" style="background: white; font-size:16px; padding-top:2px; border:0px; ">
                                <span>5</span>
                            </td>
                            <td valign="top" align="left" style="background: white; padding:0px; border:0px; ">
                                <h6 class="marbot-5 helveLTstdCN" style="padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;">
                                    <a href="https://staging.fnarena.com/index.php/2025/06/12/geopolitical-hedging-drives-investor-confidence-in-commbank/">Geopolitical Hedging Drives Investor Confidence in CommBank</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Jun 12 2025 - <font color="#12417F"><a href="https://staging.fnarena.com/index.php/financial-news/daily-financial-news/category/general/" rel="category tag">General</a></font></p>
                            </td>
                        </tr>
                        <tr><td colspan='2' style="background: white; padding:10px 0px; border:0px; "><hr style="margin:0px !important;"/></td></tr>
                                    </table>            </div>
        </div>
        <div class="clearfix"></div>
							
				<div><div class="textwidget custom-html-widget"></div></div>
						<!-- <div class="large-12 medium-12 columns no-pad marbot-5">
				<script async src="https://www.googletagservices.com/tag/js/gpt.js"></script>
				<script>
					var googletag = googletag || {};
					googletag.cmd = googletag.cmd || [];
				</script>

				<div id="div-gpt-ad-1520311188559-0">
					<script>
						googletag.cmd.push(function() {
							googletag.defineSlot('/76291182/FNarena-MREC', [300, 250], 'div-gpt-ad-1520311188559-0').addService(googletag.pubads());
							googletag.enableServices();
							googletag.display('div-gpt-ad-1520311188559-0');
						});
					</script>
				</div>
			</div> -->
	
		<div class="large-12 medium-12 columns no-pad most-popular">
			<h2>Most Popular</h2>
			<div class="inner-area">
              <table style='margin:0px; border:0px;'>							<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
														<p>No Data</p>
							</table>            </div>
		</div>
		<div class="clearfix"></div>
	{"id":32,"date":"2015-02-27T10:07:50","date_gmt":"2015-02-26T23:07:50","guid":{"rendered":"http:\/\/www.fnarena.com\/?page_id=32"},"modified":"2023-05-29T14:01:43","modified_gmt":"2023-05-29T04:01:43","slug":"terms","status":"publish","type":"page","link":"https:\/\/staging.fnarena.com\/index.php\/terms\/","title":{"rendered":"Terms"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;3\/4&#8243;][vc_column_text]<\/p>\n<h1>Terms and Conditions of Use, and Disclaimers<\/h1>\n<p>[\/vc_column_text][vc_column_text]<p>These Terms and Conditions of Use, and Disclaimers constitutes your agreement with FNArena Ltd with respect to your use of its FNArena website, its weekday news periodical, Australian Broker Call, as well as any other publications (including articles) FNArena may publish on its website, or anywhere else, from time to time. Please read the contents of this page carefully as it contains important legal information and disclaimers. By entering and perusing the website, reading the Australian Broker Call, or, if you are subscriber, by entering the password protected part of the website, you acknowledge that you have read, understood and accept this agreement.<\/p>\n<p>By accepting this agreement you acknowledge, understand and accept the following:<\/p>\n<ol class=\"list\">\n<li>Reference to \u201cFN Arena\u201d and \u201cFNArena\u201d means reference to FNArena Ltd, its journalists, directors, other employees, affiliates, agents, associates and subsidiaries.<\/li>\n<li>FNArena Ltd is the owner of the FN Arena website and brand name.<\/li>\n<li>Reference to \u201cwe\u201d or \u201cus\u201d is reference to FNArena.<\/li>\n<li>Reference to \u201cthis website\u201d or the \u201cFNArena website\u201d means reference to <a href=\"\/\">www.fnarena.com<\/a>, and includes reference to FNArena\u2019s weekday news periodical, Australian Broker Call, as well as any other publications (including articles) FNArena may publish on this website, or anywhere else, from time to time.<\/li>\n<li>Reference to \u201cnews periodicals\u201d means reference to FNArena\u2019s weekday periodical, Australian Broker Call, as well as any other periodicals FNArena may publish from time to time on this website, or anywhere else, from time to time.<\/li>\n<li>Reference to \u201cpublications\u201d in this agreement means any material, including articles, published or put in print on the FNArena website, or anywhere else, whatsoever, and includes FNArena\u2019s weekday periodical, Australian Broker Call, and any other periodicals FNArena may publish from time to time.<\/li>\n<li>Reference to a \u201cvisitor\u201d means, you, a visitor to this website, and includes a subscriber to Australian Broker Call as well as any other publications or periodicals FNArena may, from time to time, publish through its website.<\/li>\n<li>FNArena is a media company which employs financial journalists to report financial news. FNArena\u2019s journalists perform the required research and collect the information that is, ultimately, each day, published on this website and in FNArena\u2019s news periodicals. As is obvious, the process by which the information is collected and delivered to you is a purely journalistic one and, therefore, the comments, opinions and recommendations FNArena reports on this website are not the opinions of FNArena or any of its journalist or other employees. FNArena is ONLY and specifically a\u00a0<span class=\"fontstyle2\">matter\u2010of\u2010fact reporter of industry signals suggesting price direction probability of some shares. FNArena simply delivers the information \u2013 it does not create it.<\/span><\/li>\n<li><span class=\"fontstyle2\">Although FNArena obtains the information published herein from sources deemed to be reliable, and given and received in good faith, it cannot and does not guarantee its accuracy. FNArena does not take any responsibility either for the financial soundness or for the correctness of statement made or opinion expressed in the data or content reported by FNArena, and cannot and does not guarantee the reliability and accuracy of the opinions of the brokers whose opinions, recommendations and forecasts it reports.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena publishes this website, all publications and its periodicals strictly for convenient personal, non\u2010commercial, educational and informational purposes of its subscribers only. Our goal<br \/>\nis to provide the subscribers with a convenient starting point of potentially useful, but not comprehensive, content that can educate or otherwise enhance a visitor\u2019s knowledge base and<br \/>\nframe of reference.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena is NOT a stock broker or financial or trading advisor, nor is it an advisory service of any kind, and no advice or recommendations on investments or trading are made nor implied on this website. Nothing contained in this website is intended to be, nor shall it be construed as, advice or recommendation. Any investment or other decisions made by you must be based solely on your own evaluation of the targeted subject for investment, and your financial circumstances and investment objectives, and FNArena will not be held liable for any such investments and decisions.<\/span><\/li>\n<li><span class=\"fontstyle2\">It is distinctly understood and accepted that the shares referred to in the FNArena website, FNArena\u2019s publications and\/or periodicals have not been recommended by FNArena. The content<br \/>\nand or any comments found of this website, including the content and\/or comments published in any publication and\/or periodicals published by FNArena, do not constitute a recommendation or endorsement by FNArena with respect to any company, security, share or investment or any financial or investment product.<\/span><\/li>\n<li><span class=\"fontstyle2\">This website makes no representations, and, to the extent allowed by the law, specifically disclaims all warranties, express, implied or statutory, regarding the accuracy, timeliness, completeness, merchantability or fitness for any particular purpose of any material contained in the website.<\/span><\/li>\n<li><span class=\"fontstyle2\">Before making an investment decision, you must do your own research and rely on your own examination of the share, and the risk involved, and not on what you read on the FNArena website, or in any publication or periodical. The content of this website is provided strictly for convenient personal, non\u2010commercial educational and informational purposes only and FNArena shall not be held liable for any investment decisions, sales or purchase decisions, which you may have made based on what you have read on this website or in the periodicals published by FNArena from time to time, or in any other publications FNArena may publish on its website, or anywhere else, from time to time. Anyone who makes investment decisions based on what they read on this website does so at their own risk, and agrees that they cannot hold FNArena responsible and\/or liable for any loss whatsoever.<\/span><\/li>\n<li><span class=\"fontstyle2\">It is your responsibility to evaluate the completeness, accuracy and usefulness of any content made available on this website. If you are unsure, or in doubt about the meaning of any information, you should consult your financial advisor.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena does not guarantee any returns on investments made in any share mentioned on this website by the visitors. As any investor well knows, any investment opportunity, strategy or concept involves a degree of risk and investors should not invest any funds unless they can afford to take the risk of losing their investment. FNArena strongly suggests that you consult your own financial advisors regarding the soundness of any intended investments, strategies or concepts, and discuss with such advisor your individual investment needs and goals. You may also wish to consult the broker who expressed the opinion we have reported on in the news periodicals we publish.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena shall not be held liable to any visitor of the FN Arena website, or any reader of its periodicals and\/or publications, or anyone else who may have relied on this website, directly or<br \/>\nindirectly, for any inaccuracies in the printed material found on the FN Arena website, in the periodicals and\/or other publications, any typing errors, omissions, interruptions, timeliness,<br \/>\ncompleteness, deletions, defects, failure of performance, computer virus, communication line failures, alterations of, or use of any content herein, regardless of cause, for any loss or damage<br \/>\nresulting therefrom.<\/span><\/li>\n<li><span class=\"fontstyle2\">Under no circumstances, including, but not limited to negligence, shall FNArena be liable for any direct, indirect, incidental, special or consequential damages that result from the use of, or the inability to use, the FNArena website, and any or the FNArena\u2019s publications and\/or periodicals.<\/span><\/li>\n<li><span class=\"fontstyle2\">As a condition of use of the FNArena Website, FNArena\u2019s publications and periodicals, you agree to indemnify FNArena and all those affiliated with it from and against any and all liabilities, expenses (including legal costs) and damages arising out of claims resulting from your use of the FNArena website, FNArena\u2019s publications and periodicals. If you are uncertain about this agreement or the contents of the FNArena\u2019s website, or are dissatisfied in any shape or from, with the content of the FNArena website, or any of the publications or periodicals, or you do not agree with these terms and conditions, your sole and exclusive remedy is to discontinue using the FNArena website, FNArena\u2019s publications and periodicals.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena may, from time to time, publish advice, opinions and statements of various third\u00a0parties, other than the ten stock brokers, and various other information and content providers.<br \/>\nFNArena does not represent or endorse the accuracy or reliability of any advice, opinion, statement or other information provided by these third parties. Reliance upon any such opinion, advice, statement, or other information is at your own risk.<\/span><\/li>\n<li><span class=\"fontstyle2\">The FNArena website may contain links and pointers to websites maintained by third parties. FNArena does not operate or control in any respect any information, products or services on such third\u2010party websites. Third party links are included solely for the convenience of visitors, and do not constitute any endorsement by FNArena of any products or services provided by the third party link owners or operators. FNArena has no control over any websites that we might link to and does not\u00a0<\/span><span class=\"fontstyle2\">take responsibility for their quality, content or suitability.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena is not responsible for claims made by advertisers on the FN Arena website or in any of its periodicals. Such advertisements are included solely for the convenience of visitors, and do not constitute any endorsement by FNArena of any products or services advertised. FNArena does not check the accuracy of the statements made by the advertisers. You assume sole responsibility for the access and use of third party links and pointers from the FN Arena website, as well as any purchases you may make from those third parties (including advertisers).<\/span><\/li>\n<li><span class=\"fontstyle2\">All the content, information and material made available on this website are provided to you \u201cas is\u201d and without warranty of any kind from FNArena whether express or implied, including, but not limited to, implied warranties of merchantability and fitness for a particular purpose, title, non\u2010infringement, security or accuracy, nor does FNArena endorse or take any responsibility for the accuracy or reliability of any opinion, advise or statement made through the FN Arena website, its periodicals, or for making good all or part of any loss and\/or damage that may have been caused by the visitor\u2019s reliance on any information, advise, product or service obtained from a linked website.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena is not liable for any copyright infringements incurred by any outside content or information contributors, or by third parties who have links to this website, or advertise on this<br \/>\nwebsite.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena reserves the right to make any and all changes to the FN Arena website, including the publications and periodicals, at its sole discretion without notice to you. FNArena reserves the right to deny access to this website or its information to anyone at any time.<\/span><\/li>\n<li><span class=\"fontstyle2\">This agreement shall be deemed to include all other notices, policies, disclaimers, and other terms contained in the FNArena website, provided, however, that in the event of a conflict between such other terms and the terms of this agreement, the terms of this agreement shall prevail.<\/span><\/li>\n<li><span class=\"fontstyle2\">FNArena shall have the right, at its discretion, to change, modify, add or remove terms of this agreement at any time. Changes shall be effective immediately. Notification of any such changes<br \/>\nshall be made herein, therefore, you are strongly advised to read these terms each time you wish to access the FN Arena website or any periodical.<\/span><\/li>\n<li><span class=\"fontstyle2\">No permission is granted to copy, distribute, modify, post or frame any text, graphics, video, audio, software code, or viewer interface design or logos. The entire FNArena website, including the publications and periodicals, is subject to copyright with all rights reserved. The information contained in the website, including the publications and periodicals, shall not be published, rewritten for broadcast or publication or redistributed in any medium, or for any other reason whatsoever, without prior written permission from FNArena.<\/span><\/li>\n<li><span class=\"fontstyle2\">All original content is the copyrighted property of FNArena.<\/span><\/li>\n<\/ol>\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text css=&#8221;.vc_custom_1467907465607{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;3\/4&#8243;][vc_column_text] Terms and Conditions of Use, and Disclaimers [\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text css=&#8221;.vc_custom_1467907465607{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/32"}],"collection":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":0,"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"wp:attachment":[{"href":"https:\/\/staging.fnarena.com\/index.php\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}