var pagetitle = document.title; //INSERT CUSTOM PAGE NAME IN QUOTES
var scriptlocation = "/stats/track.asp";
var pagedata = 'mtpt=' + escape(pagetitle) + '&mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mti=1&mtz=' + Math.random();
				
document.write ('<img height=0 width=0 style="position:absolute;left:-100px;top:-100px;"');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
