f='' + escape(top.document.referrer);
w=screen.width;
h=screen.height;
v=navigator.appName;
if (v != 'Netscape') {var c=screen.colorDepth;}
else {var c=screen.pixelDepth;}
jsinfo = "http://bolig.botik.dk//WebStat_Botik.dk/pixel.php?js_resolution=" + w + "x" + h + "&js_referer=" + f + "&js_color=" + c;
str = "<img src = \""+jsinfo+"\" alt=\"\" height=\"1\" width=\"1\">"
document.write(str+"\n");
