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="bstats";
bCookie=document.cookie.indexOf("bstats")!=-1?1:0;
date=new Date();
document.cookie="bstats; expires="+date.toGMTString();

document.write("<img src=\"http://www.bstats.cz/hit/?id=0005001&j="+bJava
	+"&sx="+bWidth+"&sy="+bHeight+"&d="+bDepth+"&c="+bCookie
	+"&r="+escape(bRef)+"&t="+escape(bTitle)+"\" border=\"0\" width=\"1\" height=\"1\" alt=\"\" />");