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

<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.saltybugger.com";
alt="Saltybugger.com Fishing Lures, Flies, Wood Surf Plugs, Kits and Lure Building Hardware ";
banner="http://stripersurf.com/images/adverts/Salty-Stars-Stripes-2010.jpg";
width="728";
height="90";
}
if (ad==2) {
url="http://www.wolverinetackleinc.com";
alt="Wolverine Tackle home of 'Super Rings' the world's strongest split-rings!";
banner="http://stripersurf.com/images/adverts/wolverine_728.jpg";
width="728";
height="90";
}
if (ad==3) {
url="http://www.atlanticoffshorelures.com";
alt="Rhode Island Poppers - Atlantic Offshore Lures";
banner="http://stripersurf.com/images/adverts/rip_728.jpg";
width="728";
height="90";
}
if (ad==4) {
url="http://stripersurf.com/ssrigs.html";
alt="StriperSurf TROPHY RIGS";
banner="http://stripersurf.com/images/TR-Banner-2010.jpg";
width="728";
height="90";
}
if (ad==5) {
url="http://www.autosporthonda.com/";
alt="AutoSport Honda, Bridgewater, NJ";
banner="http://stripersurf.com/images/adverts/autosport-honda-2.jpg";
width="728";
height="90";
}
// 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 -->
