function STLCounter(site,visible)
{
if(visible) t=1; else t=0;
dpt="unknown";j="unknown";
ref=escape(document.referrer)
pg=escape(window.location)
w=screen.width;h=screen.height
if (screen.colorDepth) dpt=screen.colorDepth
if (screen.pixelDepth) dpt=screen.pixelDepth
j=navigator.javaEnabled() ? 1 : 0
str = "<img src=\"http://www.skylarktechnology.com/webstats/cnt.php?site="+site
	+ "&type="+t+"&WIDTH="+w+"&HEIGHT="+h+"&DEPTH="+dpt
	+ "&HTTP_REFERER="+ref
	+ "&PAGE="+pg
	+ "&JAVA="+j
	+"\""
	+ (!visible ? " width=1 height=1 " : "")
	+">"
document.write(str+"\n")
}

