//alert("In the include file");
var scriptlocation = "/Stats/Hit.php";

var pagedata = 'page=' + escape(document.location.pathname) + '&referrer=' + escape(document.referrer);
//alert(pagedata); 
document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '" style="display:none;">');

