<div class="update-news-bg">
<table width="980" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="25" height="45">&nbsp;</td>
    <td width="179" class="h5">Media Corner</td>
    <td width="768" style="color:#FFFFFF;" class="link111">
<?php 	$info_all=$obj->getUpdated_info(); ?>
	<marquee behavior="scroll" direction="left" scrollamount="4" onMouseOver="this.stop();" onMouseOut="this.start();">
 <?php foreach($info_all as $nkey=>$nvalue){?>
<?php  $link=($nvalue['href']=="")?"show?info_id=".$nvalue['id']:$nvalue['href'];?>
<p  style="color:#b90e0e;"><a href="<?= $link?>" ><?= $nvalue['title']?> </a></p>

 <?php } ?>


</marquee>   

</td>
  </tr>
</table>

</div>