script="/cgi-bin/stat/counter.cgi";
d=document;
an=navigator.appName;
rf=escape(d.referrer);
w="";
c="";
s=screen;
w=s.width;
an!="Netscape"?c=s.colorDepth:c=s.pixelDepth;
pi="";
pi+="\""+script+"?w="+w+"&c="+c+"&ref="+rf+"\"";
pi="<img src="+pi+" width=1 height=1 border=0>";
d.write(pi);
