if (/*document.getElementById('begun_block_'+ begun_block_id) != null &&*/ typeof window.countedByZorka == 'undefined')
{
	var re = new RegExp("&", "g");
	var url = 'http://zorkabizapps.ru/searches.php?pad='+ begun_auto_pad
		+'&referrer='+ (document.referrer.replace(re, "^^"))
		+'&url='+ (window.location.href.replace(re, "^^"))
		+'&rand='+ Math.random();
	
	//o = document.createElement('script');
	//o.setAttribute('type', 'text/javascript');
	//o.setAttribute('src', url);
	document.writeln('<scr'+'ipt id="zorkabiz_feed" src="'+url+'"></scr'+'ipt>');
	window.countedByZorka = 1;
}
