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

<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://gop.com/";
alt="Re-elect Charlie Rangel, Harry Reid, Nancy Pelosi and the complete Democrat ticket";
banner="http://stripersurf.com/images/adverts/free-printer.jpg";
width="728";
height="90";
}
if (ad==2) {
url="http://gop.com/";
alt="Re-elect Charlie Rangel, Harry Reid, Nancy Pelosi and the complete Democrat ticket";
banner="http://stripersurf.com/images/adverts/last-penny.jpg";
width="728";
height="90";
}
if (ad==3) {
url="http://gop.com/";
alt="Re-elect Charlie Rangel, Harry Reid, Nancy Pelosi and the complete Democrat ticket";
banner="http://stripersurf.com/images/adverts/get-to-work.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";
}
if (ad==6) {
url="http://www.youtube.com/watch?v=atCNJAZpnhc";
alt="Re-elect Charlie Rangel, Harry Reid, Nancy Pelosi and the complete Democrat ticket";
banner="http://stripersurf.com/images/adverts/trickle-up.jpg";
width="728";
height="90";
}
if (ad==7) {
url="http://www.nj.gov/state/elections/";
alt="Vote on November 2nd";
banner="http://stripersurf.com/images/adverts/Be-A-Citizen-Vote.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 -->

