var how_many_ads = 15;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.alternaterealities.com/";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/002.png";
width="165";
height="371";
}
if (ad==2) {
txt="";
url="http://web.me.com/FLURB/mhcglendale/Mile_High_Comics_Glendale.html";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/001.png";
width="165";
height="371";
}
if (ad==3) {
txt="";
url="http://www.comiczoneaz.com";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/003.png";
width="165";
height="371";
}
if (ad==4) {
txt="";
url="http://web.me.com/FLURB/MHC_Lakewood/milehighcomics.com.html";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/004.png";
width="165";
height="371";
}
if (ad==5) {
txt="";
url="http://www.thedreamingcomicsandgames.com";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/005.png";
width="165";
height="371";
}
if (ad==6) {
txt="";
url="http://www.milehighcomics.com/information/maps/little.html";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/006.png";
width="165";
height="371";
}
if (ad==7) {
txt="";
url="http://www.cornercomics.com";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/007.png";
width="165";
height="371";
}
if (ad==8) {
txt="";
url="http://web.me.com/FLURB/mhcthornton/Mile_High_Comics_Thornton.html";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/008.png";
width="165";
height="371";
}
if (ad==9) {
txt="";
url="http://www.goldenapplecomics.com/";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/009.png";
width="165";
height="371";
}
if (ad==10) {
txt="";
url="http://www.galacticcomics.com";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/010.png";
width="165";
height="371";
}
if (ad==11) {
txt="";
url="http://comickazeonline.webs.com/";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/011.png";
width="165";
height="371";
}
if (ad==12) {
txt="";
url="http://www.midtowncomics.com/info.asp?tour=grand-central";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/012.png";
width="165";
height="371";
}
if (ad==13) {
txt="http://www.mycomicshop.com/ourstores/dallas";
url=" ";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/013.png";
width="165";
height="371";
}
if (ad==14) {
txt="";
url="http://www.midtowncomics.com/info.asp?tour=times-square";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/014.png";
width="165";
height="371";
}
if (ad==15) {
txt="";
url="http://www.mycomicshop.com/ourstores/ftworth";
alt="Featured Retailer";
banner="http://www.committedcomics.com/retailers/015.png";
width="165";
height="371";
}
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>');

