var ad_cnt1 = 4;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % ad_cnt1;
ad1 +=1;
if (ad1==1) {
url1="http://www.blindbetpoker.com/fclick/fclick.php?fid=160";
banner1="http://www.blindbetpoker.com/img/poker-rooms/full-tilt-poker-banner.gif";
width1="468";
height1="60";
alt1="Play at Full Tilt";
}
if (ad1==2) {
url1="http://www.blindbetpoker.com/fclick/fclick.php?fid=160";
banner1="http://www.blindbetpoker.com/img/poker-rooms/full-tilt-poker-banner.gif";
width1="468";
height1="60";
alt1="Play at Full Tilt Poker";
}
if (ad1==3) {
url1="http://www.blindbetpoker.com/fclick/fclick.php?fid=130";
banner1="http://www.blindbetpoker.com/img/poker-rooms/doyles-room-poker.gif";
width1="468";
height1="60";
alt1="Play at Doyles Room";
}
if (ad1==4) {
url1="http://www.blindbetpoker.com/fclick/fclick.php?fid=210";
banner1="http://www.blindbetpoker.com/img/poker-rooms/party-poker-banner.gif";
width1="468";
height1="60";
alt1="Play at Party Poker";
}
document.write('<center><a href="' + url1 + '" target="_blank">');
document.write('<img src="' + banner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
