<!--




var scriptlocation = "/analysis/track.asp";

if (document.title)
	{
	t=escape(document.title);
	}

// CREATE VARIABLE WITH PAGE DATA IN IT
var pagedata = 'p=' + escape(window.location.href)  + '&r=' + escape(document.referrer) + '&h=' +  history.length + '&s=' + window.screen.width + 'x' + window.screen.height + '&pt=' + t + '&z=' + Math.random() 
document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');




//function clicked() {
//      var links = document.body.getElementsByTagName("A");
//      for (var i=0; i<links.length; i++) {
//      
//            links[i].onmousedown=function()
//			{
//                  alert(links.name);
//
//            }
//      }
//}

