var oDiv = document.createElement( "div" )
oDiv.style.position= "absolute"
oDiv.style.top  = "0"
oDiv.style.left = "0"

var oImg = document.createElement( "img" )
oImg.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(document.title.substring(0,80))+';'+Math.random()+'"'
oImg.width=1
oImg.border=0
oImg.height=1
oImg.alt=""
oImg.style.border="none"
oImg.style.padding="0"
oDiv.appendChild( oImg )
document.body.appendChild( oDiv )

/*document.write('<img 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)+
';i'+escape('Ææ'+document.title.substring(0,80))+';'+Math.random()+
'" width=1 height=1 alt="">')*/

