<p>Report File is unable to Download. It is not exist</p>			<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://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://fnarena.com/index.php/2026/04/13/asx-winners-and-losers-of-today-13-04-26/">ASX Winners And Losers Of Today &#8211; 13-04-26</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Apr 13 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/daily-market-reports/'>Daily Market Reports</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://fnarena.com/index.php/2026/04/13/australian-broker-call-extra-edition-apr-13-2026/">Australian Broker Call *Extra* Edition &#8211; Apr 13, 2026</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Apr 13 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/daily-market-reports/'>Daily Market Reports</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://fnarena.com/index.php/2026/04/13/weekly-ratings-targets-forecast-changes-10-04-26/">Weekly Ratings, Targets, Forecast Changes &#8211; 10-04-26</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Apr 13 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/weekly-reports/'>Weekly Reports</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://fnarena.com/index.php/2026/04/13/australian-listed-real-estate-tables-13-04-2026/">Australian Listed Real Estate Tables &#8211; 13-04-2026</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Apr 13 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/weekly-reports/'>Weekly Reports</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://fnarena.com/index.php/2026/04/13/ridley-fertilised-for-growth/">Ridley Fertilised For Growth</a>
                                </h6>
                                <p class="s12 marbot-0 gray ">Apr 13 2026 - <font color="#12417F"><a href="https://fnarena.com/index.php/financial-news/daily-financial-news/category/small-caps/" rel="category tag">Small Caps</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 marbot-10"></div>
		<div><div class="textwidget custom-html-widget"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2181606484359259"
     crossorigin="anonymous"></script>
<!-- Article Page Side Ad -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:250px"
     data-ad-client="ca-pub-2181606484359259"
     data-ad-slot="5784489733"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</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;'>									<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://fnarena.com/index.php/2026/03/16/australian-broker-call-extra-edition-mar-16-2026/">Australian Broker Call *Extra* Edition &#8211; Mar 16, 2026</a>
											</h6>
											<p class="s12 marbot-0 gray ">Mar 16 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/daily-market-reports/'>Daily Market Reports</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://fnarena.com/index.php/2026/03/16/arbs-growth-story-tested-by-headwinds/">ARB’s Growth Story Tested By Headwinds</a>
											</h6>
											<p class="s12 marbot-0 gray ">Mar 16 2026 - <font color="#12417F"><a href="https://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>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://fnarena.com/index.php/2026/04/03/fnarena-corporate-results-monitor-03-04-2026/">FNArena Corporate Results Monitor – 03-04-2026</a>
											</h6>
											<p class="s12 marbot-0 gray ">Apr 03 2026 - <font color="#12417F"><a href="https://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>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://fnarena.com/index.php/2026/03/25/fnarena-corporate-results-monitor-25-03-2026/">FNArena Corporate Results Monitor &#8211; 25-03-2026</a>
											</h6>
											<p class="s12 marbot-0 gray ">Mar 25 2026 - <font color="#12417F"><a href="https://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>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://fnarena.com/index.php/2026/03/18/fnarena-corporate-results-monitor-18-03-2026/">FNArena Corporate Results Monitor &#8211; 18-03-2026</a>
											</h6>
											<p class="s12 marbot-0 gray ">Mar 18 2026 - <font color="#12417F"><a href="https://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>6</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://fnarena.com/index.php/2026/03/17/uranium-week-paladin-upgraded/">Uranium Week: Paladin Upgraded</a>
											</h6>
											<p class="s12 marbot-0 gray ">Mar 17 2026 - <font color="#12417F"><a href='https://fnarena.com/index.php/financial-news/weekly-reports/'>Weekly Reports</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 marbot-10"></div>
		<div><div class="textwidget custom-html-widget"><script type="text/javascript" id="dianomi_context_script" src="https://www.dianomi.com/js/contextfeed.js"></script> 
<div class="dianomi_context" data-dianomi-context-id="4397"></div></div></div>{"id":105609,"date":"2022-11-04T16:27:13","date_gmt":"2022-11-04T05:27:13","guid":{"rendered":"https:\/\/www.fnarena.com\/?page_id=105609"},"modified":"2022-11-04T16:53:28","modified_gmt":"2022-11-04T05:53:28","slug":"download-article","status":"publish","type":"page","link":"https:\/\/fnarena.com\/index.php\/download-article\/","title":{"rendered":"Download Report"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;3\/4&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text][\/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][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][vc_column_text][\/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,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-105609","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/105609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/comments?post=105609"}],"version-history":[{"count":0,"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/pages\/105609\/revisions"}],"wp:attachment":[{"href":"https:\/\/fnarena.com\/index.php\/wp-json\/wp\/v2\/media?parent=105609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}