<!--
var scriptlocation = "/counter/track.asp";
// CREATE VARIABLE WITH PAGE DATA IN IT
var pagedata = 'r=' + escape(document.referrer) + '&t=2&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() 

document.write ('<span style="display: none;"><img height=1 width=1 src="' + scriptlocation + '?' + pagedata + '"></span>');

//-->
