//Copyright 2003-2008 VisiStat, Inc., All Rights Reserved.

function VisiStat() {

var vs="DID="+DID;
	vs+="&MyPage="+MyPageName;
	vs+="&MyID="+MyID;
	vs+="&TitleTag="+document.title;
    vs+="&Page="+escape(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;
	vs+="&Lang="+navigator.language;
	vs+="&Cook="+navigator.cookieEnabled;
	
	var vsr;
	try {
		vsr="Reff="+escape(parent==self?window.document.referrer:parent.document.referrer);
	}
	catch(e) {
		vsr="Reff="+escape(window.document.referrer);
	}
	
	vsr = vsr.replace(/&/g, "AND");

	var	vsd="FullPage="+document.URL;
	vsd = vsd.replace(/&/g, "AND");
	
	var purl = "PMCD="+document.URL;
	
	var flaver='';
	var n=navigator;
	if (n.plugins && n.plugins.length) {
		for (var i=0;i<n.plugins.length;i++) {
			if (n.plugins[i].name.indexOf('Shockwave Flash')!=-1) { flaver=n.plugins[i].description.split('Shockwave Flash ')[1]; break; }
		}
	}
	else if (window.ActiveXObject) {
		for (var i=10;i>=2;i--) {
			try {
				var fl=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+i+"');");
				if (fl) { flaver=i; break; }
		   }
		   catch(e) {}
	  }
	}
	
	var rand = Math.random();
	sniffer = new Image(); 
	sniffer.src = 'http:\/\/sniff.visistat.com\/index.php?'+vs+'&'+vsr+'&'+vsd+'&'+purl+'&Fla='+flaver+'&r='+rand;

}

function VSLT(LinkName) {
	var random = Math.random();
	sniff = new Image(); 
	sniff.src= 'http:\/\/sniff.visistat.com\/index.php?DID='+DID+'&LinkName='+LinkName+'&r='+random;
}

function msrec(e) {

	if (navigator.appName == "Netscape") { msx = e.pageX; msy = e.pageY; }
	else { msx = event.clientX+document.body.scrollLeft; msy = event.clientY+document.body.scrollTop; }

	var rand = Math.random();
	var pw = screen.width;
	var ph = document.body.scrollHeight;
	msxy = new Image();
	
	msxy.src= 'http:\/\/sniff.visistat.com\/tm.php?r='+rand+'&DID='+DID+'&pw='+pw+'&ph='+ph+'&msx='+msx+'&msy='+msy+'&mspage='+window.location.pathname.substring(window.location.pathname.lastIndexOf('\\') + 1) + window.location.search;
}

window.document.onmousedown = msrec;

var msx = 0;
var msy = 0;
var MyPageName;
var MyID;
VisiStat();





if (DID == 37520 || DID == 37798 || DID == 37847 || DID == 37849 || DID == 37882 || DID == 37894 || DID == 37915 || DID == 37923 || DID == 37932 || DID == 37951 || DID == 37954 || DID == 37957 || DID == 37962 || DID == 37963 || DID == 37965 || DID == 37968 || DID == 38055 || DID == 38063 || DID == 38119 || DID == 37740 || DID == 32494 || DID == 32631 || DID == 32506 || DID == 32380 || DID == 32333 || DID == 32313 || DID == 32298 || DID == 32374 || DID == 32368 || DID == 32358 || DID == 32637 || DID == 32638 || DID == 32639 || DID == 32660 || DID == 32664 || DID == 32666 || DID == 32678 || DID == 32685 || DID == 32712 || DID == 32716 || DID == 32754 || DID == 32758 || DID == 32826 || DID == 32842 || DID == 32884 || DID == 32900 || DID == 32931 || DID == 32934 || DID == 32937 || DID == 32939 || DID == 32944 || DID == 37073 || DID == 37130 || DID == 37138 || DID == 37167 || DID == 37182 || DID == 37187 || DID == 37190 || DID == 37206 || DID == 37330 || DID == 31776 || DID == 32084 || DID == 32259 || DID == 32260 || DID == 32281 || DID == 32261 || DID == 31759 || DID == 31790 || DID == 31089 || DID == 30917 || DID == 30774 || DID == 23221 || DID == 23215 || DID == 23225 || DID == 29487 || DID == 28802 || DID == 29656 || DID == 29777 || DID == 29934 || DID == 30069 || DID == 30105 || DID == 30153 || DID == 30269 || DID == 30306 || DID == 30307 || DID == 30386 || DID == 20780 || DID == 12756 || DID == 12676 || DID == 12722 || DID == 12583 || DID == 22489 || DID == 22040 || DID == 21691 || DID == 28870 || DID == 22543 || DID == 21706 || DID == 22052 || DID == 22308 || DID == 22355 || DID == 22570 || DID == 22577 || DID == 22778 || DID == 23041 || DID == 18028 || DID == 20030 || DID == 19074 || DID == 17240 || DID == 15346) {
	document.write('<BR><BR><CENTER><A HREF="http://www.visistat.com/index.php?pmc=INACT"><IMG SRC="http://www.visistat.com/banners/icon-vs-website-tracking.gif" BORDER="0"></A></CENTER><BR><BR>');
}
