// window.onerror=null;
rand = Math.round(1000*Math.random());
var f = "";
if (typeof(pp_frames) != "undefined") if (pp_frames) f = top.document.referrer;
if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined"))
	if (document["parent"] != null)
		if (parent["document"] != null) // ACCESS ERROR HERE!
			if (parent.document["referrer"] != null) 
				if (typeof(parent.document) == "object") f = parent.document.referrer; 
if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined"))
	if (document["referrer"] != null) f = document.referrer;

if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined")) f = "";
f = escape(f);
c = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth;
r = window.screen.width + "x" + window.screen.height;
var logurl = "rand=" + rand + "&f=" + f + "&c=" + c + "&r=" + r;
document.open();
document.write("<img src=\"http://zalwel.nl/tracker/log.php?" + logurl + "\" alt=\"\" width=\"0\" height=\"0\" border=\"0\">");
document.close();