<!-- Edit this page in admin (extraline.php) -->
<!-- This is used to display the sponsored links at the top of the main DDL list (extra lines) -->
<tr onmouseover="this.style.backgroundColor='<?php echo $hovercolor; ?>'; window.status='Download this file'; return true;" onmouseout="this.style.backgroundColor=''; window.status=''">
<td align="left" style="padding-left: 5px"><?php
if(isset($type) && strlen($type) > 0)
{
echo $type;
}
elseif(isset($toptype) && strlen($toptype) > 0)
{
echo $toptype;
}
else
{
echo 'Other';
}
?></td>
<td align="left"> <img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/dl.gif" height="11" width="11" alt="<?php echo $keywords; ?>" border="0" /> <?php echo(file_get_contents("http://www.sharingzone.net/random.php?id=$cbusername")); ?>
<img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/star.gif" height="10" width="10" alt="Download Rating" border="0" /><img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/star.gif" height="10" width="10" alt="Download Rating" border="0" /><img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/star.gif" height="10" width="10" alt="Download Rating" border="0" /><img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/star.gif" height="10" width="10" alt="Download Rating" border="0" /><img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/star.gif" height="10" width="10" alt="Download Rating" border="0" />
</td>
<td align="center">Today</td>
<?php
if($arrowsForProvider == 1)
{
?>
<td align="center"><a href="http://<?php echo $cbusername; ?>.sharingzone.net/" target="_blank">SharingZone</a></td>
<?php
}
else
{
?>
<td align="left"><a href="http://<?php echo $cbusername; ?>.sharingzone.net/" target="_blank">SharingZone</a></td>
<?php
}
?>
<td align="right"><?php echo rand(50, 500); ?> </td>
</tr>