//Copyright 2003-2006 VisiStat, inc., All Rights Reserved.

<!--

function VisiStat() {

var vs="http://sniff.visistat.com/index.php?DID="+DID;
    vs+="&Page="+window.location.pathname.substring(window.location.pathname.lastIndexOf('\\') + 1); 
	vs+="&Hst="+document.domain;
    vs+="&width="+screen.width;
	vs+="&height="+screen.height;
	vs+="&ColDep="+screen.colorDepth;
	
	var vsr="Reff="+window.document.referrer;
	vsr = vsr.replace(/&/g, "AND");

	var	vsd="Page="+document.URL;
	vsd = vsd.replace(/&/g, "AND");
	
	var purl = "PMCD="+document.URL;
	
	document.write('<img border="0" width="0" height="0" src="'+vs+'&'+vsr+'&'+vsd+'&'+purl+'">');
	
}

VisiStat();

//-->
