
// METATRAFFIC -- COPYRIGHT (C) 2002-2007, Metasun Software Corp.
		
		var pagetitle = document.title; //INSERT CUSTOM PAGE NAME IN QUOTES
		var scriptlocation = "/metatraffic/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=1 alt=webdesign title=cms width=1 ');
		document.write ('src="' + scriptlocation + '?' + pagedata + '">');
