
function banner() {
};

banner = new banner();
number = 0;

// bannerArray



banner[number++] = "<a href='http://affiliates.commissionaccount.com/processing/clickthrgh.asp?btag=a_5089b_130'  target='_blank'><img src='http://affiliates.commissionaccount.com/processing/impressions.asp?btag=a_5089b_130' alt='Sports Betting at Playersonly.com' border=0 width='120'  height='240' ></a>"

//banner[number++] = "<a href='http://affiliates.wagerprofits.com/processing/clickthrgh.asp?btag=a_8779b_92'  target='_blank'><img src='http://affiliates.wagerprofits.com/processing/impressions.asp?btag=a_8779b_92' alt='100% Bonus up to $2500 FREE!' border=0 width='120'  height='240' ></a>"
//banner[number++] = "<a href='https://secure.sininter.com/redir/redir.aspx?action=campaign&campaignID=161537&BannerID=434&SiteID=1490'><img src='http://promotions.sininter.com/BannerServerWS/Service.asmx/GetBanner?SiteID=1490&BannerID=434&CampaignID=161537' border=0 width=120 height=600 alt='BetCorp. Online Gaming'></a>"
// keep adding items here...


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

document.write(banner[increment]);



