function makeRequest() {
		if(xxban != null && cpcPoz.length > 0){			
			var url = 'http://ad.gazeta.pl/cpc/CpcBanCount?xxBan='+ xxban +'&xxDiv='+ xxdiv;
			document.write('<scr'+'ipt type="text/javascript" src="'+ url + '"><\/script>');
		}
	}
	
	function putCpcBan(){
		if(box != null && cpcPoz != null && cpcPoz.length > 0){
			document.write(box);
                        window.setTimeout(function() {putCpcTry()}, 100);
		}
	}

        function putCpcTry() {
          try {
        	var _body = document.getElementById("cpcBody");          			
            for(var i = 0; i < cpcPoz.length; i++){
              _body.innerHTML = _body.innerHTML + cpcPoz[i];						
            }
          } catch(e) {
            window.setTimeout(function() {putCpcTry()}, 100);
          }
        }

