
function banner() {
};

banner = new banner();
number = 0;

// bannerArray

//banner[number++] = "<A HREF='http://ad.doubleclick.net/jump/N3175.Bet_US/B2202960;sz=125x125;ord=[timestamp]?'><IMG SRC='http://ad.doubleclick.net/ad/N3175.Bet_US/B2202960;sz=125x125;ord=[timestamp]?' BORDER=0 WIDTH=125 HEIGHT=125 ALT='Click Here'></A>"

banner[number++] = "<iframe allowtransparency='true' src='http://ff.connextra.com/Bodog/selector/client?client=Bodog&placement=ext_DigitalRiver_Poker_iframe_125x125&ID=66336' width='125' height='125' scrolling='no' frameborder='0' style='border-width:0'></iframe><noframes>Banner - Play<a href='http://poker.bodog.com/welcome/66336/'>Online Poker</a>at Bodog Poker room</noframes>"

banner[number++] = "<a href='http://www.betus.com/ats/11775/mid/1442/poker'><img src='http://www.sportsimagestore.com/showbanner.asp?affid=11775&banid=1442' border='0' alt='poker'></a>"

banner[number++] = "<a href='http://members.pokerhost.com/login/family/3915.html'><img src='http://img.secureblue3.com/banners/pokerhost/125x125.gif' border='0'></a>"

//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_928'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_928' alt='Play now and pay no rake!' border=0 width='125'  height='125' ></a>"
//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_243'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_243' alt='100% Welcome Bonus up to $2500 FREE!' border=0 width='125'  height='125' ></a>"
//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_177'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_177' alt='www.tigergaming.com' border=0 width='125'  height='125' ></a>"
//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_143'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_143' alt='$600 FREE!!' border=0 width='125'  height='125' ></a>"
//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_37'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_37' alt='Games 5' border=0 width='125'  height='125' ></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);



