/********************************************* * * * CasinoBlasters.com Rotator Banner JS * * * *********************************************/ function cb468RotatePics(){ intCurrentCB468Rotator++; if (intCurrentCB468Rotator >= intTotalCB468Rotators) intCurrentCB468Rotator = 0; if (document.images){ document.images['cb468RotatorLogo'].src = "http://www.casinoblasters.com/marketing_tools/cb_rotator/468/" + arCB468RotatorLogos[intCurrentCB468Rotator]; document.images['cb468RotatorBonus'].src = "http://www.casinoblasters.com/marketing_tools/cb_rotator/468/" + arCB468RotatorBonusPics[intCurrentCB468Rotator]; } setTimeout("cb468RotatePics()",5000); } function cb468RotatorClick(){ top.location = arCB468RotatorLinks[intCurrentCB468Rotator]; } arCB468RotatorLogos = new Array(); arCB468RotatorLogos[0] = 'logo_24kt.gif'; arCB468RotatorLogos[1] = 'logo_flam.gif'; arCB468RotatorLogos[2] = 'logo_gp.gif'; arCB468RotatorLogos[3] = 'logo_grand.gif'; arCB468RotatorBonusPics = new Array(); arCB468RotatorBonusPics[0] = '200bonus.gif'; arCB468RotatorBonusPics[1] = '200bonus.gif'; arCB468RotatorBonusPics[2] = '300bonus.gif'; arCB468RotatorBonusPics[3] = '200bonus.gif'; arCB468RotatorLinks = new Array(); arCB468RotatorLinks[0] = 'http://banner.24ktgoldcasino.com/cgi-bin/redir.cgi?pcmedix'; arCB468RotatorLinks[1] = 'http://banner.flamingoclub.com/cgi-bin/redir.cgi?pcmedix'; arCB468RotatorLinks[2] = 'http://banner.goldenpalace.com/cgi-bin/redir.cgi?pcmedix'; arCB468RotatorLinks[3] = 'http://banner.grandonline.com/cgi-bin/redir.cgi?pcmedix'; intTotalCB468Rotators = arCB468RotatorLogos.length; intCurrentCB468Rotator = Math.round(Math.random()*(intTotalCB468Rotators-1)); cb468RotatePics();