var my=0; function b() { var led=new Date(); var dt=led-lsd; document.cookie = "PRL=" + escape("y="+my+"&p="+window.location.pathname+"&t="+dt) } function a() { if(window.pageYOffset!=undefined) { y=window.pageYOffset;//-screen.availHeight; if(y>my)my=y; } else { my=-1; } } function c() { var q=gcprl(); document.body.insertBefore(document.createElement("IMG"),null).src="http://www.pravoslavie.ru/php/stat.php?"+q+"&f="+window.location.pathname; recache(); } function sc(sValue) { document.cookie = "PRL=" + escape(sValue); } function gcprl() { var aCookie = document.cookie.split("; "); for (var i=0; i < aCookie.length; i++) { var aCrumb = aCookie[i].split("="); if (aCrumb[0]=='PRL') return unescape(aCrumb[1]); } return null; } window.onbeforeunload=b; window.onload=c; window.onscroll=a; var lsd=new Date();