
doc=document;
sc=screen; 
url="id=" + id + "&width=" + sc.width + "&height=" + sc.height;
url= url + "&ref=" + escape(doc.referrer)+ "&page=" + escape(window.location.href)+ "&rand=" + Math.random();
document.write('<script src="http://stat.jkstudio.lv/count.php?'+ url + '"></script>');

