banners = new Array("", "", "", "", "", "", "", ""); i = 0; function printBanner(n){ document.write('
'); } function printBannerFromSrc(src, w, h){ document.write(''); } swf = new Array( ); nBanners = 0 function rB() { while(i < nBanners) { rIndex = parseInt(Math.random( ) * nBanners); if (swf[rIndex] != ""){ banners[i] = swf[rIndex]; swf[rIndex] = ""; i = i + 1; } } }