
<!-- 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=37922609&siteid=31667066&bfpage=home";
alt="Circuit City";
banner="http://www.circuitcity.com/image/Affiliate/468x60_circuitcity.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://service.bfast.com/bfast/click?bfmid=30991737&siteid=31667066&bfpage=bb_electronics";
alt="Best Buy";
banner="http://ads.bfast.com/clients/bestbuy/bby_msn_electronic_468x60.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.tkqlhce.com/click-1243531-10373018?cm_ven=CJ&cm_cat=147582&cm_pla=1243531&cm_ite=Brookstone.com+Homepage";
alt="Brookstone";
banner="http://image.frymulti.com/brookstone/assets/images/befree/468x60%20gifts%20under%2050.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 -->
