function nmlTrackProspect()	{				//CompanyID is being passed from the HTML pages				var sHostUrl = "http://www.nmllive.com";  //update address to point to the current NML server		//var sHostUrl = "http://www.nmltest.com";		//var sHostUrl = "http://67.88.141.124/nml2008";				//DO NOT MODIFY BELOW THIS LINE		var sTrackingASPX = "prospectTracker.aspx";		var sUrl = location.href;			var fullUrl = sHostUrl + "/" + sTrackingASPX + "?co=" + coid + "&url=" + sUrl + "&unk=" + unk;					document.write('<img src="'+ fullUrl + '" width="1px" height="1px"');	}