/* -----------------------------------------------   SIEX.nl - v.2.1.4   www.siex.nl    ------------------------------------------------ *///SETTINGS://enter your username you received from www.siex.nl/  id="kogelvest"//you don't need to edit anything below this line//-------------------------------------------------if(showme==null) var showme='n'        // default showme valueif(st==null)     var st='js'           // default st (show-type) values=0;c=0f=""+escape(top.document.referrer) // 'top.' is used to track referers in framessw=screen.width;sh=screen.height;s=sw+"x"+shv=navigator.appNameif (v != "Netscape") c=screen.colorDepthelse c=screen.pixelDepthr="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+stif (st=='js') { // calling SIEX.nl by JavaScript-tag	document.open()	document.write("<script language='JavaScript' src='http://www.siex.nl/pphlogger.php"+r+"'></script>")	document.close()} else { // calling PowerPhlogger by IMG-tag	rand=Math.round(1000*Math.random())	r = r+"&b="+rand  //force the page to load the IMG	document.open()	document.write("<IMG src='http://www.siex.nl/pphlogger.php"+r+"'>")	document.close()}