// JavaScript Document
<!--
// script by eReportz.com
var scriptlocation = "http://www.ereportz.com/track.asp";

// CREATE VARIABLE WITH PAGE DATA IN IT
var pagedata = 'r=' + escape(document.referrer) + '&t=2&cu=SSP2180&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() 

document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
// -->
