function UpdateActionCode(ActionCode)
{
	if (typeof LNJS.xGUID == 'string')
	{
		var sXml = '<PFRequestData PageExecutionGuid="' + LNJS.xGUID + '" ActionCode="' + ActionCode + '"></PFRequestData>';
		
		RemoteAJAXCall(null, '/xNet/MainSite/WebServices/WebStatistics/RequestInfo.asmx', sXml,'UpdateActionCode','http://www.loopnet.com/WebServices', -1);
	}
}
function UpdateLinkCode(LinkCode)
{
	if (typeof LNJS.xGUID == 'string')
	{
		var sXml = '<PFRequestData PageExecutionGuid="' + LNJS.xGUID + '" LinkCode="' + LinkCode + '"></PFRequestData>';
		
		RemoteAJAXCall(null, '/xNet/MainSite/WebServices/WebStatistics/RequestInfo.asmx', sXml,'UpdateLinkCode','http://www.loopnet.com/WebServices', -1);
	}
}
