var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.alternaterealties.com";
alt="Featured Retailer";
banner="featured/alternate.gif";
width="250";
height="100";
}
if (ad==2) {
txt="";
url="http://www.cornercomics.com";
alt="Featured Retailer";
banner="featured/corner.gif";
width="250";
height="100";
}
if (ad==3) {
txt="";
url="http://www.zanaducomics.com";
alt="Featured Retailer";
banner="featured/zanadu-dt.gif";
width="250";
height="100";
}
if (ad==4) {
txt="";
url="http://maps.google.com/maps?rls=com.microsoft:en-us&oe=UTF-8&um=1&ie=UTF-8&q=comic+book+stores+seattle&fb=1&split=1&view=text&latlng=13198232734083902098";
alt="Featured Retailer";
banner="featured/dreaming.gif";
width="250";
height="100";
}
if (ad==5) {
txt="";
url="http://www.milehighcomics.com/information/maps/#thornton";
alt="Featured Retailer";
banner="featured/mile-thornton.gif";
width="250";
height="100";
}
if (ad==6) {
txt="";
url="http://www.stmarkscomics.com/";
alt="Featured Retailer";
banner="featured/stmarks.gif";
width="250";
height="100";
}
if (ad==7) {
txt="";
url="http://www.myspace.com/bulletproofcomics";
alt="Featured Retailer";
banner="featured/bullet.gif";
width="250";
height="100";
}
if (ad==8) {
txt="";
url="http://www.milehighcomics.com/information/maps/#lakewood";
alt="Featured Retailer";
banner="featured/mile-lake.gif";
width="250";
height="100";
}
if (ad==9) {
txt="";
url="http://www.milehighcomics.com/information/maps/#littleton";
alt="Featured Retailer";
banner="featured/mile-littleton.gif";
width="250";
height="100";
}
if (ad==10) {
txt="";
url="http://www.milehighcomics.com/information/maps/#Glendale";
alt="Featured Retailer";
banner="featured/mile-glendale.gif";
width="250";
height="100";
}
if (ad==11) {
txt="";
url="http://www.zanaducomics.com";
alt="Featured Retailer";
banner="featured/zanadu-u.gif";
width="250";
height="100";
}
document.write('<a href=\"' + url + '\" target=\"_new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
