function xStat(cid) { ref = escape(document.referrer); if ((ref == "") || (ref == "undefined")) { ref = "bookmark"; } pagina = escape(document.location.href); ref = escape(document.referrer); screenres = screen.width + "x" + screen.height; screencol = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth; alink = "http://klant.anic.nl/includes/stats/stats.php?cid="+cid+"&ref="+ref+"&sr="+screenres+"&sc="+screencol+"&page="+pagina; document.write('stats'); }