<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Download Todays Free Games";
url="http://www.quadcityonline.com/index.html";
alt="download gambling games";
banner="http://www.quadcityonline.com/java/banner1.gif";
width="500";
height="400";
}
if (ad==2) {
txt="Download Casino Games CLICK HERE";
url="http://www.quadcityonline.com/index.html";
alt="download free online casino games";
banner="http://www.quadcityonline.com/java/banner2.gif";
width="500";
height="400";
}
if (ad==3) {
txt="Click Here Daily Casino And Gambling Games"; 
url="http://www.quadcityonline.com/index.html";
alt="download free online casino games to play";
banner="http://www.quadcityonline.com/java/banner3.gif";
width="500";
height="400";
}
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('<font face="Arial" size="6">' + txt + '</font></a>');
document.write('</center>');
// End -->