function loadScript(url){
  if (document.getElementById('wcchat_script') == null) {
  var script = document.createElement("script");
  script.type = "text/javascript";
  script.id = "wcchat_script";
  script.src = url;
  document.getElementsByTagName("head")[0].appendChild(script);
  }
}

document.addEventListener('wcxChatLoaded', function() {
  window.wcxChat.init({"assetHost":"https://wcentrix.net","accountID":"IR7654","wcchatID":"ab13652cae714b728df13135115efc2d","available_agent":true,"show_tab":true,"initStatus":"contracted","codeArea":"MEI29717","tabTooltip":"IRTVI","tabOffline":"","tabColor":"#176688","tabImageURL":"https://ss.wcx.cloud/a/ir7654/2024-10/1a59a654980d4373a6a7f290f601f0e0.png","automatic_chat":false,"automatic_chat_time":20,"tabBottom":0,"altText":"","language":"es","allowedDomains":[],"openNewWindow":false,"alwaysShowActiveChat":false,"tabPosition":"right"})
})

loadScript("https://f.wcentrix.com/tabhelp/external/wcbox-dist/wcchat.v6.js")