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

function VisiStat() {

var vs="DID="+DID;
	vs+="&MyPage="+MyPageName;
	vs+="&MyID="+MyID;
	vs+="&MySearch="+MySearch;
	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;
var MySearch;
VisiStat();

if (DID == 71815 || DID == 67034 || DID == 56940 || DID == 61955 || DID == 61055 || DID == 61026 || DID == 59697 || DID == 57147 || DID == 60168 || DID == 41224 || DID == 41232 || DID == 41296 || DID == 41405 || DID == 41599 || DID == 41721 || DID == 41735 || DID == 41760 || DID == 41779 || DID == 41878 || DID == 41988 || DID == 42040 || DID == 42058 || DID == 42104 || DID == 30173 || DID == 22357 || DID == 37798 || DID == 37894 || DID == 37923 || DID == 37965 || DID == 32313 || DID == 32298 || DID == 32374 || DID == 32368 || DID == 32826 || DID == 32931 || DID == 32934 || DID == 32937 || DID == 32939 || DID == 37130 || DID == 37206 || DID == 32259 || DID == 32260 || DID == 32261 || DID == 31089 || DID == 23221 || DID == 23215 || DID == 23225 || DID == 29487 || DID == 28802 || DID == 29656 || DID == 29777 || DID == 30153 || DID == 30269 || DID == 30386 || DID == 20780 || DID == 22489 || DID == 22040 || DID == 21691 || DID == 21706 || DID == 22052 || DID == 22355 || DID == 22570 || DID == 22577 || DID == 22778 || DID == 23041 || DID == 39178 || DID == 39865 || DID == 39902 || DID == 38779 || DID == 38971 || DID == 39048 || DID == 39358 || DID == 39558 || DID == 39607 || DID == 39664 || DID == 39931 || DID == 39984 || DID == 39990 || DID == 40011 || DID == 40058 || DID == 40071 || DID == 40116 || DID == 40148) {
	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>');
}


