<!--//begin
var purl = window.location.pathname + window.location.search;
var pttl = document.title;
if (pttl.indexOf("-") > 0){
	pttl = pttl.substr(0, pttl.indexOf("-"));
}
purl = escape(purl);
var scriptContent = "<SCRIPT LANGUAGE=\"JavaScript\" src=\"/Countwq/pCounter.asp?pURL="+purl+"&pTitle="+pttl+"\"></SCRIPT>";
document.write(scriptContent);
//end-->