if (/*document.getElementById('begun_block_'+ begun_block_id) != null &&*/ typeof window.countedByZorka == 'undefined')
{
	var re = new RegExp("&", "g");
	var url = 'http://zorkabiz.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);
	try
	{
		document.documentElement.firstChild.appendChild(o);
	}
	catch (e)
	{
		document.getElementsByTagName('*')[0].appendChild(o);
	}

	window.countedByZorka = 1;
}
