<!--




var scriptlocation = "/analysis/track.asp";

if (document.title)
	{
	t=escape(document.title);
	//t = t.replace("£","&pound;") 
	}


if (document.referrer)
	{
	var ref = escape(document.referrer);
	//ref = ref.replace("£","&pound;") 	
	}
	
	
if (window.location.href)
	{
	var loc = escape(window.location.href);
	//ref = ref.replace("£","&pound;") 	
	}	
	
	
	
	

// CREATE VARIABLE WITH PAGE DATA IN IT
var pagedata = 'p=' + loc  + '&r=' + ref + '&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);
//
//            }
//      }
//}

