function counterHotlog()
{
	hotlog_r=""+Math.random()+"&s=2431&im=126&r="+escape(document.referrer)+"&pg="+escape(window.location.href);
	document.cookie="hotlog=1;path=/";
	hotlog_r+="&c="+(document.cookie?"Y":"N");
	hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N");
	hotlog_r+="&wh="+screen.width+'x'+screen.height+"&px="+
  		(((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth);
	hotlog_r+="&js=1.3";
	document.write('<a href="http://click.hotlog.ru/?2431"><img '+
  		'src="http://hit1.hotlog.ru/cgi-bin/hotlog/count?'+
  		hotlog_r+'&" width="88" height="31" alt="HotLog" /></a>');
}

function counterRax()
{
	document.write('<a href="http://www.rax.ru/click">'+
		'<img src="http://counter.yadro.ru/hit?t12.6;r'+
		escape(document.referrer)+((typeof(screen)=='undefined')?'':
		';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
		screen.colorDepth:screen.pixelDepth))+';'+Math.random()+
		'" alt="RAX" title="rax.ru: показано число хитов за 24 часа, посетителей за 24 часа и за сегодн\я" '+
		'width="88" height="31" /></a>');
}

