<!-- Banner Ads Rotation Script -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Adapted for www.thebookforum.com by Darren Lewis-->

<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://firstcastfishing.com/";
alt="First CastCharters";
banner="http://www.stripersurf.com/images/adverts/firstcastbanner_575x104.jpg";
width="575";
height="104";
}
if (ad==2) {
url="http://www.shorecatch.com";
alt="Shore Catch Guide Service";
banner="http://www.shorecatch.com/images/index_banner_stripersurf_574x130.jpg";
width="574";
height="130";
}
// Output HTML code
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1></a>');
document.write('</center>');
// End -->
