function loadScript(sScriptSrc,where) { var oHead = document.getElementById(where); var oScript = document.createElement('script'); oScript.type = 'text/javascript'; oScript.src = sScriptSrc; oHead.innerHTML = ""; oHead.appendChild(oScript); } function popup(){ newwindow=window.open('http://zona.bg/adsmaster/newAd.php?siteId=72&width=150px&height=150px&type=3&color=fff&background-color=ff5a00','name','width=750,height=500'); if (window.focus) {newwindow.focus()} return false; } var needToRotate = 0; var none = "None"; var underline = "underline"; document.write('
'); loadScript("http://zona.bg/adsmaster/include/js/jquery.min.php","AdsMasterAnimationJquery"); if(needToRotate == 1){ setInterval(function(){ var widthVar = $("#AdsMasterRotator .AdsMasterAd").last().css("width"); var heightVar = $("#AdsMasterRotator .AdsMasterAd").last().css("height"); var script = 'http://zona.bg/adsmaster/adsMaster.js.php?width='+widthVar+'&height='+heightVar+'&uniqueId=b34185d45c0631d4ad0e3ebcdd16fb82&number=1&link=zona.bg&toRotate&CUI=i762th35826385763h469347cg&ACT2=5412&AMUID=c4ca4238a0b923820dcc509a6f75849b&Y2R=283764234bh37843v234vd33512saasw25" charset="UTF-8'; loadScript(script,"AdsMasterAnimationJsHolder"); },10000); }