function initFreshChat() { window.fcWidget.init({ token: "d59da511-b7c6-4253-8909-36fa35b154cd", host: "https://wchat.freshchat.com", faqTags: { tags: [window.location.host.split('.')[0]], filterType: "category" } }); } function initialize(i,t){var e;i.getElementById(t)?initFreshChat():((e=i.createElement("script")).id=t,e.async=!0,e.src="https://wchat.freshchat.com/js/widget.js",e.onload=initFreshChat,i.head.appendChild(e))}function initiateCall(){initialize(document,"freshchat-js-sdk")}window.addEventListener?window.addEventListener("load",initiateCall,!1):window.attachEvent("load",initiateCall,!1);