<!--
// METATRAFFIC -- COPYRIGHT 2004, METASUN SOFTWARE CORP.

var scriptlocation = "metatraffic2/track.asp";

var pagedata = 'mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mtz=' + Math.random();

//Now lets try loading a "hidden" image like we do for mouseover menus
var imgTrack = new Image();
imgTrack.src = scriptlocation + '?' + pagedata;

//Original javascript
//document.write ('<img height=1 width=1 ');
//document.write ('src="' + scriptlocation + '?' + pagedata + '" style="display:none;">');

//-->
