var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.gamingclub.com/index.asp?s=aff92808";
alt="Gaming Club";
banner="http://www.ClickedyClick.com/ads/GCC/sa66.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.luckynugget.com/?s=aff92808&b=sa69";
alt="Lucky Nugget";
banner="http://www.ClickedyClick.com/ads/LNC/sa74.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.gamblingwages.com/bnrslct.aspx?usrid=1084&ctvid=144";
alt="Palace of Chance";
banner="http://www.gamblingwages.com/images/468x60/POC_Dreams_468x60.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.zodiaccasino.com/referral.asp?aff_id=aff39986&pop_up=0";
alt="Zodiac Casino";
banner="http://www.RewardsAffiliates.com/creatives/banners/zc/zc_468x60_090207_50-free-games-couple.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.gamblingwages.com/bnrslct.aspx?usrid=1084&ctvid=225";
alt="Cool Cat Casino";
banner="http://www.gamblingwages.com/images/468x60/ccc_468_1000_01.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=0>');
document.write('</a>');
