<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Visit Our Sponsor!";
url="http://www.customcapcompany.com/index.html";
alt="Arakawa Custom Cap Company";
banner="ArakawaCap01.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Visit Our Sponsor!";
url="http://www.onlinescuba.com";
alt="OnlineScuba.com";
banner="OnlineScuba01.gif";
width="468";
height="60";
}
if (ad==3) {
txt="FishinTrips.net Online Store";
url="http://www.cafepress.com/fishintrips";
alt="Shirts and Gifts for Fishermen!";
banner="ftStoreBanner.gif";
width="468";
height="60";
}
if (ad==4) {
txt="Visit Our Sponsor!"
url="http://www.cafepress.com/streetready";
alt="Street Ready Designs";
banner="streetready_banner01.gif";
width="468";
height="60";
}
if (ad==5) {
txt="Visit Our Sponsor!";
url="http://www.streamfisherman.net";
alt="StreamFisherman.net - The Trout Stream Authorities";
banner="sfbannerblue.gif";
width="468";
height="60";
}
if (ad==6) {
txt="Visit Our Sponsor!";
url="http://www.funreviews.net/frnet/trigger1022.php";
alt="How to Customize Your Ruger 10/22";
banner="funreviewsrugerbanner.jpg";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
