var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://travis.willhill.com/re.asp?name=WHPD&camp=REF120_3";
alt="William Hill Poker";
banner="http://www.freeonlinebets.co.uk/images/468_poker_nights.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.gamingclubpoker.com/Index.ASP?s=aff69076&b=sa238";
alt="The Gaming Club Poker";
banner="http://www.ClickedyClick.com/ads/gcp/sa238.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.luckynuggetpoker.com/index.asp?s=aff69076&b=lnp_468x060_012";
alt="Lucky Nugget Poker";
banner="http://www.ClickedyClick.com/ads/lnp/lnp_468x060_012.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');