bDepth=bWidth=bHeight=0;
if (screen){
	bDepth = screen.pixelDepth;
	if (!(bDepth > 0))
		bDepth = screen.colorDepth;
	if (!(bDepth > 0))
		bDepth = 0;
	bWidth=screen.width;
	bHeight=screen.height
}
bTitle=document.title?document.title:"";
bJava=navigator.javaEnabled()==true?1:0;
bRef=window.top.document.referrer;
document.cookie="ciwire";
myCookie=document.cookie.indexOf("ciwire")!=-1?1:0;
date=new Date();
document.cookie="ciwire; expires="+date.toGMTString();

document.write("<img src=\"http://admin.ciwire.com/stats/?id=5&j="+bJava
	+"&sx="+bWidth+"&sy="+bHeight+"&d="+bDepth+"&c="+myCookie
	+"&r="+escape(bRef)+"&t="+escape(bTitle)+"\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" />");