Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
<html> <head> <? if($banner == 0) $banner = (rand() % 4) + 1;
$banner_num = $banner++; if($banner > 4) $banner = 1;
print("<meta http-equiv=\"Refresh\" content=\"15; URL=banner.php3?banner=$banner\">");
?>
<link rel=stylesheet href=/styles/basic.css type=text/css> <base target="_blank"> </head> <body> <table border=0 cellspacing=0 cellpadding=0> <tr> <td colspan=2><img src="graphics/hea.check.gif" width="580" height="20"></td> </tr> <tr> <td><img src="graphics/ico.obsm.gif" width="112" height="65"></td> <td valign="top"> <? switch($banner_num) { case 1: $banner_name = "ad.bancorp.gif"; break; case 2: $banner_name = "ad.centurytel.gif"; break; case 3: $banner_name = "ad.plantation.gif"; break; case 4: $banner_name = "ad.wright.gif"; break; } print("<img src=\"graphics/$banner_name\" width=\"468\" height=\"60\">"); ?>
</td> </tr> </table> </body> </html>
|