var src = new Array(); var href = new Array(); var types = new Array(); var preload = new Array(); var index = new Array(); var bindex = new Array(); var interval = new Array(); var max_banners_num = new Array(); var type; types[0] = "250x250"; interval["250x250"] = 10000; max_banners_num["250x250"] = 2; types[1] = "728x90"; interval["728x90"] = 10000; max_banners_num["728x90"] = 1; types[2] = "120x600_floating"; interval["120x600_floating"] = 10000; max_banners_num["120x600_floating"] = 1; for (i = 0; i <= types.length; i++) { src[types[i]] = new Array(); href[types[i]] = new Array(); }; src["250x250"][0] = "https://www.revenuegiants.com/resource/object.php?id=2151"; href["250x250"][0] = "http://www.nodepositbingo.com/?out=25"; src["250x250"][1] = "http://affiliate.revenueplanet.com/affimages/nbb-250x250-nov-24free.gif"; href["250x250"][1] = "http://www.nodepositbingo.com/?out=53"; src["250x250"][2] = "http://affiliates.bigtimerevenue.com/affimages/olb_studio54_250x250.gif"; href["250x250"][2] = "http://www.nodepositbingo.com/?out=52"; src["250x250"][3] = "http://affiliates.bigtimerevenue.com/affimages/welcome-200-250x250.gif"; href["250x250"][3] = "http://www.nodepositbingo.com/?out=50"; src["250x250"][4] = "https://affiliates.vistagamingaffiliates.net/affimages/cb_500deposit_nov2011_size_250x250.jpg"; href["250x250"][4] = "http://www.nodepositbingo.com/?out=47"; src["250x250"][5] = "https://www.revenuegiants.com/resource/object.php?id=2129"; href["250x250"][5] = "http://www.nodepositbingo.com/?out=22"; src["728x90"][0] = "https://www.revenuegiants.com/resource/object.php?id=1795"; href["728x90"][0] = "http://www.nodepositbingo.com/?out=26"; src["728x90"][1] = "http://affiliates.bigtimerevenue.com/processing/impressions.asp?btag=a_191b_47"; href["728x90"][1] = "http://www.nodepositbingo.com/?out=51"; src["728x90"][2] = "http://affiliates.vistagamingaffiliates.net/processing/impressions.asp?btag=a_687b_385"; href["728x90"][2] = "http://www.nodepositbingo.com/?out=49"; src["728x90"][3] = "https://www.revenuegiants.com/resource/object.php?id=2145"; href["728x90"][3] = "http://www.nodepositbingo.com/?out=24"; src["120x600_floating"][0] = "http://affiliate.revenueplanet.com/processing/impressions.asp?btag=a_147b_39"; href["120x600_floating"][0] = "http://www.nodepositbingo.com/?out=53"; function banners(type) { preload[type] = new Array(); index[type] = Math.floor(Math.random() * src[type].length); bindex[type]; for (i = 0; i < src[type].length; i++) { preload[type][i] = new Image(); preload[type][i].src = src[type][i]; } brun(type); setInterval("brun('" + type + "')",interval[type]); }; function brun(type) { index[type]++; if (index[type] >= href[type].length) { index[type] = 0; } bindex[type] = index[type]; for (i = 1; i <= max_banners_num[type]; i++) { bindex[type] -= 1; if (bindex[type] < 0) { bindex[type] = href[type].length - 1; } if (document.getElementById("href_" + type + "_" + i)) { document.getElementById("href_" + type + "_" + i).href = href[type][bindex[type]]; document.getElementById("src_" + type + "_" + i).src = preload[type][bindex[type]].src; } } }; function bload(){ for (j = 0; j < types.length; j++) { banners(types[j]); }; };