
<!--
var doImage = doImage;
var TType = TType;

function mhHover(tbl, idx, cls)
{
	var t = document.getElementById(tbl);
	if (t == null) return;
	var d = t.getElementsByTagName("TD");
	if (d == null) return;
	if (d.length <= idx) return;
	d[idx].className = cls;
}

function setRFResearch() {
  var time = new Date();
  if( document.cookie.indexOf( 'RFResearch=1 ') == -1 ) {
    document.cookie = 'RFResearch=' + time.getTime() + ':' + escape( document.location) + ':' + escape( document.referrer) + '; path=/; domain=.afi-platforms.co.uk; ';
  }
}

function footerjs(doc)
{
	if (doImage == null)
	{
		var a= new Array();
		a[0] = prepTrackingString(window.location.hostname,7);
		if (TType == null){a[1] = prepTrackingString('PV',8);}
		else{a[1] = prepTrackingString(TType,8);}
		
		a[2] = prepTrackingString(window.location.pathname,0);
		
		if( '' != window.document.referrer){a[a.length] = prepTrackingString(window.document.referrer,5);}
		
		buildIMG(a);
	}

	
}

//-->

