var how_many_ads = 8; // change this depending on the number of banners
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.cafepress.com/bansuvs05.27834495";
image="http://storetn.cafepress.com/5/27834495_F_store.jpg";
alt="Save The Planet Ringer T";
}
if (ad==2) {
url="http://www.cafepress.com/bansuvs02.27608450";
image="http://storetn.cafepress.com/0/27608450_B_store.jpg";
alt="Keep Tahoe Blue Parody Large Mug ";
}
if (ad==3) {
url="http://www.cafepress.com/bansuvs03.27832826";
image="http://storetn.cafepress.com/6/27832826_F_store.jpg";
alt="SUV Acronym Yellow T-Shirt";
}
if (ad==4) {
url="http://www.cafepress.com/bansuvs01.27605149";
image="http://storetn.cafepress.com/9/27605149_F_store.jpg";
alt="BanSUVs Logo Hooded Sweatshirt";
}
if (ad==5) {
url="http://www.cafepress.com/bansuvs06.27836691";
image="http://storetn.cafepress.com/1/27836691_F_store.jpg";
alt="Save Lives! Sticker (Bumper)";
}
if (ad==6) {
url="http://www.cafepress.com/bansuvs07.27838145";
image="http://storetn.cafepress.com/5/27838145_F_store.jpg";
alt="NOSUV4ME Sticker (Bumper)";
}
if (ad==7) {
url="http://www.cafepress.com/bansuvs04.27834060";
image="http://storetn.cafepress.com/0/27834060_F_store.jpg";
alt="Who Needs Resources? Mousepad";
}
if (ad==8) {
url="http://www.cafepress.com/bansuvs02.27608471";
image="http://storetn.cafepress.com/1/27608471_F_store.jpg";
alt="Keep Tahoe Blue Parody Sticker (Rectangular)";
}
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + image + '\" alt=\"' + alt + '\" width=75 border=0></A>');