<!--
doc_title = document.title;
n = document.URL.indexOf(document.domain);
page = document.URL.substring(document.domain.length+n,document.URL.length);
title_len = doc_title.indexOf('|');
if (title_len<=0) 
{
	title_len = doc_title.length;
}
if ((page=="/")||(page=="/index.php")||(page=="/index.html"))
{
	doc_title = 'Главная';
	title_len = doc_title.length;
}

new Image().src = "http://counter.yadro.ru/hit?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(doc_title.substring(0,title_len))+";"+Math.random();//-->
