<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
// txt="Bulldog Archery Targets";
url="http://www.bulldogtargets.com";
alt="Bulldog Archery Targets";
banner="http://www.crossbowforum.com/ads/BulldogTargets.gif";
width="468";
height="60";
}
if (ad==2) {
// txt="Ten Point Crossbows";
url="http://www.tenpointcrossbows.com";
alt="TenPoint Crossbows";
banner="http://www.crossbowforum.com/ads/TenPoint.gif";
width="340";
height="62";
}
if (ad==3) {
// txt="Archery Country";
url="http://www.archerycountry.com";
alt="ArcheryCountry.com";
banner="http://www.crossbowforum.com/ads/ArcheryCountry.gif";
width="468";
height="60";
}
if (ad==4) {
// txt="Advertise with CrossbowForum";
url="http://www.crossbowforum.com/advertising.html";
alt="Advertise on Crossbow Forum";
banner="http://www.crossbowforum.com/ads/advertise_here.gif";
width="468";
height="60";
}
document.write('<right>');
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('</right>');
// End -->
