var liveChatDiv = document.getElementById("liveChat");
if (liveChatDiv) {
    liveChatDiv.innerHTML = "<div id='chat_on' style='display:none'><a href='#' onClick='ALCStartChat(1205);return false;'><img border='0' src='/jahia/jsp/jahia/templates/legris/Legris_templates/img/Legris/chat_on.gif'/></a></div><div id='chat_off' style='display:none'></div>";
	if ( typeof(__ALC_Badges) == 'undefined' ) __ALC_Badges = new Array();
	var __ALC_BUTTON = new Object();
	__ALC_BUTTON.id = '1205';
	__ALC_BUTTON.available = 'chat_on';
	__ALC_BUTTON.unavailable = 'chat_off';
	__ALC_BUTTON.department = 1038;
	__ALC_Badges.push(__ALC_BUTTON);
	document.write(unescape("%3Cscript src='"+document.location.protocol+"//www.activalive.com/livetrack' type='text/javascript'%3E%3C/script%3E"));
	document.write(unescape("%3Cscript src='"+document.location.protocol+"//www.activalive.com/deployment/deploy/1380' type='text/javascript'%3E%3C/script%3E"));
}

