/* Counter */
function Counter()
{
 abc="Rand="+Math.random()+"&document_referer="+escape(document.referrer)+"&window_location_href="+escape(window.location.href);
 if (navigator.appName == "Microsoft Internet Explorer")if (typeof(caps) != "undefined" && typeof(caps.connectionType) != "undefined")abc += "&connection_type=" + escape(caps.connectionType);
 abc+="&java="+(navigator.javaEnabled()?"1":"0")+"&screen_Size="+screen.width+"x"+screen.height+"&avail_screen_Size="+screen.availWidth+"x"+screen.availHeight+"&inner_Size="+window.innerWidth+"x"+window.innerHeight+"&screen_bpp="+(((navigator.appName.substring(0,3)=="Mic"))?screen.colorDepth:screen.pixelDepth)+"&javascript_version="+"1.3";
 document.write("<img width=1 height=1 border=0 alt='Just Counter' src=\"/cgi-bin/counter.pl?"+abc+"\">");
}
