function initCounter(){
	var c=document.getElementById('counter_live_internet');
	if(!c) return;
	c.src='http://counter.yadro.ru/hit?t39.10;r'+escape(document.referrer)+
		((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+
		";u"+escape(document.URL)+";"+Math.random();
	c.title='LiveInternet';
	c.style.cursor='pointer';
	c.onclick=function(){ location.href='http://www.liveinternet.ru/?politeknik.su'; }
}
