<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Poker Stars Bonus - $50 FREE!";
url="http://www.pokerstars.com/?source=bigfishpokerclub.com";
alt="Pokerstars Bonus - 100% Deposit Bonus";
banner="http://www.pokerstars.com/bnrs/current/230x65.gif";
width="234";
height="65";
}
if (ad==2) {
txt="Cake Poker Bonus - $500 FREE!";
url="http://cakepoker.com/?t=3295&Lang=en";
alt="Cake Poker Sign Up Bonus Code - CAKEPLUS";
banner="http://cake.ckpnetwork.com/Server/Banner.ashx?i=WSOP_234x60.gif&t=3295";
width="234";
height="60";
}
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('<small><font face="Tahoma" color="#44F2FF"><b>' + txt + '</b></font></small></a>');
document.write('</center>');
// End -->    
