//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 == 31776 || DID == 32084 || DID == 31992 || DID == 31976 || DID == 32259 || DID == 32260 || DID == 32281 || DID == 32261 || DID == 31760 || DID == 31759 || DID == 31612 || DID == 31587 || DID == 32032 || DID == 32109 || DID == 31790 || DID == 31867 || DID == 31120 || DID == 31089 || DID == 31050 || DID == 30996 || DID == 30917 || DID == 30814 || DID == 30774 || DID == 30770 || DID == 14897 || DID == 30162 || DID == 23173 || DID == 23221 || DID == 23215 || DID == 23225 || DID == 29487 || DID == 28802 || DID == 29457 || DID == 29458 || DID == 29656 || DID == 29777 || DID == 29856 || DID == 29934 || DID == 29966 || DID == 29977 || DID == 30024 || DID == 30045 || DID == 30069 || DID == 30105 || DID == 30153 || DID == 30269 || DID == 30272 || DID == 30306 || DID == 30307 || DID == 30379 || DID == 30386 || DID == 30441 || DID == 30447 || DID == 30449 || DID == 30450 || DID == 30495 || DID == 30506 || DID == 30525 || DID == 30451 || DID == 13886 || DID == 12759 || DID == 29078 || DID == 20780 || DID == 12756 || DID == 12676 || DID == 12722 || DID == 12583 || DID == 22489 || DID == 28808 || DID == 22040 || DID == 22548 || DID == 29804 || DID == 29337 || DID == 28527 || DID == 29411 || DID == 28543 || DID == 21691 || DID == 28802 || DID == 28870 || DID == 28908 || DID == 29101 || DID == 29136 || DID == 29157 || DID == 29264 || DID == 22126 || DID == 22385 || DID == 22415 || DID == 22543 || DID == 22450 || DID == 21706 || DID == 22052 || DID == 22265 || DID == 22295 || DID == 22308 || DID == 22355 || DID == 22570 || DID == 22577 || DID == 22752 || DID == 22778 || DID == 23041 || DID == 21640 || DID == 18028 || DID == 18596 || DID == 18597 || DID == 20560 || DID == 20030 || DID == 20595 || DID == 20188 || DID == 19074 || DID == 19444 || DID == 17240 || DID == 17465 || DID == 13755 || 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>');
}
