/********************************************* * * * CasinoBlasters.com Rotator Banner JS * * * *********************************************/ function cb250RotatePics(){ intCurrentCB250Rotator++; if (intCurrentCB250Rotator >= intTotalCB250Rotators) intCurrentCB250Rotator = 0; if (document.images){ document.images['cb250RotatorLogo'].src = "http://www.casinoblasters.com/marketing_tools/cb_rotator/250/" + arCB250RotatorLogos[intCurrentCB250Rotator]; document.images['cb250RotatorBonus'].src = "http://www.casinoblasters.com/marketing_tools/cb_rotator/250/" + arCB250RotatorBonusPics[intCurrentCB250Rotator]; } setTimeout("cb250RotatePics()",5000); } function cb250RotatorClick(){ top.location = arCB250RotatorLinks[intCurrentCB250Rotator]; } arCB250RotatorLogos = new Array(); arCB250RotatorLogos[0] = 'logo_24kt.gif'; arCB250RotatorLogos[1] = 'logo_flam.gif'; arCB250RotatorLogos[2] = 'logo_gp.gif'; arCB250RotatorLogos[3] = 'logo_grand.gif'; arCB250RotatorBonusPics = new Array(); arCB250RotatorBonusPics[0] = '200bonus.gif'; arCB250RotatorBonusPics[1] = '200bonus.gif'; arCB250RotatorBonusPics[2] = '300bonus.gif'; arCB250RotatorBonusPics[3] = '200bonus.gif'; arCB250RotatorLinks = new Array(); arCB250RotatorLinks[0] = 'http://banner.24ktgoldcasino.com/cgi-bin/redir.cgi?seeding'; arCB250RotatorLinks[1] = 'http://banner.flamingoclub.com/cgi-bin/redir.cgi?seeding'; arCB250RotatorLinks[2] = 'http://banner.goldenpalace.com/cgi-bin/redir.cgi?seeding'; arCB250RotatorLinks[3] = 'http://banner.grandonline.com/cgi-bin/redir.cgi?seeding'; intTotalCB250Rotators = arCB250RotatorLogos.length; intCurrentCB250Rotator = Math.round(Math.random()*(intTotalCB250Rotators-1)); cb250RotatePics();