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="";
url="http://www.webgamingcenter.com/link/absolutepoker.html";
alt="Absolute Poker";
banner="http://affiliates.ultimatebet.com/banners/bnrimg.php?id=3196&meth=clickthrough&cmpgn_id=73512&prdct_id=1";
width="120";
height="600";
}
if (ad==2) {
txt="";
url="http://www.webgamingcenter.com/link/ultimatebet.html";
alt="Ultimate Bet";
banner="http://affiliates.ultimatebet.com/banners/bnrimg.php?id=81&meth=clickthrough&cmpgn_id=73512&prdct_id=1";
width="120";
height="600";
}
if (ad==3) {
txt="";
url="http://www.webgamingcenter.com/link/carbonpoker.html";
alt="Carbon Poker";
banner="http://creatives.poker.com/vip/cp_vip_120x600.gif";
width="120";
height="600";
}
if (ad==4) {
txt="";
url="http://www.webgamingcenter.com/link/reeferpoker.html";
alt="Reefer Poker";
banner="http://affiliates.reeferpartners.com/processing/impressions.asp?btag=a_679b_25";
width="120";
height="600";
}
if (ad==5) {
txt="";
url="http://www.webgamingcenter.com/link/poker4ever.html";
alt="Poker4Ever";
banner="http://www.rakemakers.com/bin_images/571&cas_iid=3&lng_iid=0";
width="120";
height="600";
}
if (ad==6) {
txt="";
url="http://www.webgamingcenter.com/link/spin32.html";
alt="Spin32";
banner="http://banners.spin32live.com/creatives/1/1/photos_120x600.gif?0571d92b82207b2911aae214f467b01e.1";
width="120";
height="600";
}
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('<small>' + txt + '</small></a>');
document.write('</center>');