statCounter=new Image();

function pageHit(docLoc,title) {
	loc=escape(docLoc);
	if (loc.indexOf("pwd_protected/")!=-1) {
		docLoc="[protected]"+loc.substr(loc.lastIndexOf('/'),loc.length)
	}
	url="http://c2.statcounter.com/t.php?sc_project=354117"+"&resolution="+screen.width+"&camefrom="+docLoc
		+"&u="+docLoc+"&t="+title+"&java=1"+"&sc_random="+Math.random();
	statCounter.src=url
}


