var showme='n';
var st='js';    // st means show-type
v = navigator.appName;
c=0;
if (v != "Netscape") c = screen.colorDepth;
else c = screen.pixelDepth;
s = screen.width+"x"+screen.height;
t = escape(document.title);
f = escape(document.referrer);
r="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+st+"&title="+t;
	rand = Math.round(1000*Math.random());
	r = r+"&b="+rand;  //force the page to load the IMG
	document.write("<img src=\"http://www.stat.lnet.it/pphlogger.php"+r+"\" alt=\"\" border=\"0\">");
