<!--
var scriptlocation = "/scripts/track.asp";
var pagedata = 'r=' + escape(document.referrer) + '&t=2&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() 
document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
//-->