File: //proc/thread-self/root/home/awaldron/www/archive/5a_orig/songlists.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS);
}
require("_header.php");
?>
<center>
<img src="images/t_songs.gif">
<P><a href="sl_dan.php"><img src="images/sl_dan.gif" border=0 alt="DJ 5th Ace - Top 30"></a>
<a href="sl_kev.php"><img src="images/sl_kev.gif" border=0 alt="DJ Big Husk - Top 30"></a>
<a href="sl_joe.php"><img src="images/sl_joe.gif" border=0 alt="DJ Underdog - Top 30"></a>
<P><a href="sl_bar.php"><img src="images/sl_bar.gif" border=0 alt="Top 10 Bar Scene Requests"></a>
<a href="sl_wed.php"><img src="images/sl_wed.gif" border=0 alt="Top 10 Wedding Requests"></a>
</center>
<?php
require("_footer.php");
?>