// Your user name here:
  id="iocc"
//you don't need to edit anything below this line
//-------------------------------------------------

s=0;c=0
f=""+escape(document.referrer) // for frames use 'top.document.referrer'
sw=screen.width;sh=screen.height;s=sw+"x"+sh
t=document.title
v=navigator.appName
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&referer="+f+"&r="+s+"&n="+v+"&d=" + c

if (v != "Microsoft Internet Explorer") {
	r = r+"&url="+document.URL // HTTP_REFERER problem with NS,...
}
document.open()
document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://www.web-syst.com/tracker/counter.jsp"+r+"\"></script>");
document.close()