
//SETTINGS:
//enter your username you received from www.eurostats.nl

  id="wsv"

//you don't need to edit anything below this line
//-------------------------------------------------


if(showme==null) var showme=0
s=0;c=0;f=""+escape(document.referrer)
sw=screen.width;sh=screen.height;s=sw+"x"+sh
v=navigator.appName
rand=Math.round(1000*Math.random()) //force the page to load the IMG
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&showme="+showme+"&referer="+f+"&r="+s+"&c="+c+"&b="+rand
document.open()
document.write("<IMG src='http://www.eurostats.nl/pphlogger.php"+r+"'>")
document.close()
