var t1 = document.title;
var t2 = t1.indexOf(' | '); if (t2 == -1)t2=t1.indexOf(' - ');
var t3 = t1;
if (t2!=-1)t3 = t1.substring(0,t2);
document.write("<img src='http://counter.yadro.ru/hit?t52.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(t3)+";"+Math.random()+
" border='0' width='0' height='0'>");