
<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://service.bfast.com/bfast/click?bfmid=223938&siteid=1184563&bfpage=homepage";
alt="FogDog Sports";
banner="http://images.fogdog.com/toolkit/images/homepage_468x60.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.qksrv.net/click-1241793-876136";
alt="Sports Athority";
banner="http://www.qksrv.net/image-1241793-876136";
width="468";
height="60";
}
if (ad==3) {
url="http://click.linksynergy.com/fs-bin/click?id=bQGsqIj*tPU&offerid=42083.10000210&type=4&subid=20";
alt="Sierra Trading Post";
banner="http://www.sierratradingpost.com/assets/images/ppam/ad_images/STP_468x60_patagonia.gif";
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('</center>');
// End -->
