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