// LivePerson custom variables definition

// The unit variable purpose is to route the chat or call to the designated skill. <LOB> should be replaced with the skill name, i.e. : sales
try{
	if (typeof(lpUnit)=='undefined')	var lpUnit='fsg-sales';
	if (typeof(lpLanguage)=='undefined')	var lpLanguage='english';
	if(typeof(lpAddVars)!="undefined"){
		lpAddVars('page','unit',lpUnit);
		lpAddVars('page','language',lpLanguage);
	}
	}catch(e){}