var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="LRT Web Service"; 
url="http://www.lrtwebservice.com";
alt="LRT Web Service"; banner="http://www.waukon.com/banners/local/lrt.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>'); 
}
if (ad==2) {
txt="Classifieds"; 
url="http://waukon.com/classifieds.html";
alt="Classifieds"; banner="http://www.waukon.com/banners/local/classifieds.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>'); 
}
if (ad==3) {
txt="Women Of Faith"; 
url="http://www.allamakeehistory.org/";
alt="Allamakee Historical Society"; banner="http://www.waukon.com/banners/local/historical.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>'); 
}
if (ad==4) {
txt="TasteThin"; 
url="http://www.helpingservices.org/";
alt="Helping Services For Northeast Iowa"; banner="http://www.waukon.com/banners/local/mentor.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>'); 
}
if (ad==5) {
txt="TasteThin"; 
url="http://www.tastethin.com/";
alt="TasteThin"; banner="http://www.waukon.com/banners/local/tastethin.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>'); 
}
if (ad==6) {
txt="TasteThin"; 
url="http://www.tastethin.com/";
alt="TasteThin"; banner="http://www.waukon.com/banners/local/tastethin.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>'); 
}