File: /home/awaldron/www/archive/5a_orig/meetdjs.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS);
}
require("_header.php");
?>
<center>
<P><img src="images/t_ents.gif">
<P><b>Click on one of our entertainers to learn more about them:</b>
<P><table border=0>
<tr>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_dan.php"><img src="images/ent_dan.gif" border=0 alt="DJ 5th Ace"></a><br>DJ 5th Ace<br>Dan Koch</b></font></td>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_kev.php"><img src="images/ent_kev.gif" border=0 alt="DJ Big Husk"></a><br>DJ Big Husk<br>Kevin Gollings</b></font></td>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_joe.php"><img src="images/ent_joe.gif" border=0 alt="DJ Underdog"></a><br>DJ Underdog<br>Joe Michalski</b></font></td>
</tr>
</table>
<?php
require("_footer.php");
?>