var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.grouplottocasino.com/r/goldencherry.html";
alt="Millionaire Casino";
banner="http://banner.affactive.com/RESOURCES/CherrySpin/2011061516414611/468x60.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.grouplottocasino.com/r/rushmore.html";
alt="Rushmore Casino";
banner="http://a.c-planet.net/b/4136.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.grouplottocasino.com/r/slotsplus.html";
alt="SlotsPlus";
banner="http://www.grouplottocasino.com/images/SLPUSA_468x60_10.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.grouplottocasino.com/r/vegasusa.html";
alt="Las Vegas USA";
banner="http://www.grouplottocasino.com/images/LVU-468x60-500d-USPlayers.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.grouplottocasino.com/r/clubusa.html";
alt="ClubUSA Casino";
banner="http://banners.clubworldgroup.com/?src=/CWCUSA_468x60_USD_1k_Slots.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://www.grouplottocasino.com/r/winpalace.html";
alt="WinPalace Casino";
banner="http://banner.affactive.com/RESOURCES/WinPalace/2009111016361211/468x60_WP350.gif";
width="468";
height="60";
}
if (ad==7) {
url="http://www.grouplottocasino.com/r/titan.html";
alt="Casino Titan";
banner="http://banner.affactive.com/RESOURCES/CasinoTitan/2010081112435158/3000_468_60.gif";
width="468";
height="60";
}
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1>');
document.write('</a>');
