site="dorma";
w=screen.width;
h=screen.height;
v=navigator.appName;
if (v != 'Netscape') {var c=screen.colorDepth;}
else {var c=screen.pixelDepth;}
jsinfo = "pixel.php?site=" + site +"&jsres=" + w + "x" + h +"&jscolor=" + c;
str = "<img src = \""+jsinfo+"\" alt=\"counter\" height=\"1\" width=\"1\">"
document.write(str+"\n");
