<?php include("header.php");?>

<style>
.shade{
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

</style>

  <div class="hero__image container-fluid" data-parallax="scroll" data-image-src="img/header-image-investor-report.jpg"></div>
  <div class="main__content container">
    <div class="row">
      <div class="col-md-10 col-md-push-1 col-xs-12">
        <div class="row section__content">
          <div class="col-md-12 col-xs-12">
            <h1>STOCK INFORMATION</h1>
          </div>
        </div>
        <div class="row section__content">
          <div class="col-md-12 col-xs-12">
            <!-- INSERT CHART PLUGIN HERE-->
	        <?php 
// 			$iwidth="100%";
// 			$iheight=650;
// 			include("../s/icharts.php");
			?>
			<iframe src="https://chart2.chartnexus.com/HTML5_4/irv2/HTML5_IRChartV2_Common.jsp?open_news=true&code_base=https://chart2.chartnexus.com&host_path=chart2.chartnexus.com&irplus=true&sourcesPath=irchart_sources/v1/taliworks&market=2&cnx_load=00009140#8524#TALIWRK##18#1#n#2111" scrolling="no" class="shade" frameborder="0" width="100%" height="650"></iframe>
            <!-- ========================-->
          </div>
        </div>
      </div>
    </div>
  </div>

<?php include("footer.php");?>