var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="index.asp?PageAction=VIEWCATS&Category=39";
alt="Hundreds of Quality, Hand Made Natural Crystal Pendulums";
banner="images/pendulums-100s.gif";
width="380";
height="40";
}
if (ad==2) {
url="index.asp?PageAction=VIEWCATS&Category=22";
alt="Tarot Decks (Oracles, Runes & More Too";
banner="images/C-tarot-more.gif";
width="380";
height="40";
}
if (ad==3) {
url="index.asp?PageAction=VIEWCATS&Category=55";
alt="Natural Salt Crystal Lamps & Candles";
banner="images/C-salt-lamps-cnd.gif";
width="380";
height="40";
}
if (ad==4) {
url="index.asp?PageAction=VIEWCATS&Category=109";
alt="Extra Special Deals on Not Perfect, But New Books";
banner="images/C-NPBN.gif";
width="380";
height="40";
}
if (ad==5) {
url="index.asp?PageAction=VIEWCATS&Category=95";
alt="Herkimer Diamonds - Loose Stones, In Matrix & Jewelry";
banner="images/C-Herkimers.gif";
width="380";
height="40";
}
if (ad==6) {
url="index.asp?PageAction=PRODSEARCH&txtSearch=gift+certificate&btnSearch=FIND+IT&Page=1";
alt="We Offer Gift Certificates";
banner="images/C-GC.gif";
width="380";
height="40";
}
if (ad==7) {
url="index.asp?PageAction=VIEWCATS&Category=33";
alt="Be sure to visit our Clearance Section";
banner="images/C-CL.gif";
width="380";
height="40";
}
if (ad==8) {
url="http://www.discountnewagebook.com/blog/";
alt="Read Buddy's Book Blog";
banner="images/C-blog.gif";
width="380";
height="40";
}
if (ad==9) {
url="http://www.discountnewagebooks.com";
alt="Offering Books & More Online Since 2000";
banner="images/C-2000.gif";
width="380";
height="40";
}
document.write('<a href=\"' + url + '\" target=\"_self\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');