<!--
var scriptlocation = "http://www.visitorlogs.com/track.aspx";
var pagedata = 'hn=' + escape(window.location.hostname) + '&r=' + escape(document.referrer) + '&t=2&s=' + window.screen.width + 'x' + window.screen.height + '&z=' + Math.random() ;

//URL of ajax xml feed
var URL=scriptlocation+'?'+pagedata;

document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
//-->