	var fTrackId=1422435;
	var inTime = new Date();

	function isCompatModeStandards() {
	    switch (document.compatMode) {
		    case "BackCompat":
		    case "QuirksMode":
		        return false;
		        break;
		    case "CSS1Compat":
		        return true;
		        break;
		    default:
		        return false;
		        break;
	    }
	}

	function getScrollY() { return document.documentElement.scrollTop || document.body.scrollTop }
	function getScreenH() { return (isCompatModeStandards()) ? document.documentElement.clientHeight : document.body.clientHeight }

	function submitUnload() {
		tData=getScrollY() + "-" + (getScrollY() + getScreenH()) + "-" + Math.floor(((new Date() - inTime) % 60000) / 1000) ;
		new Ajax.Request("/track/unload.php?d=" + tData);
	}



	document.write('<img src="http://www.foresight.sc/track/1422435/'+ document.referrer +'" width="1" height="1">');
	document.write('<img src="/track/session.php?trackId=1422435" width="1" height="1">');




