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":"Mi6315","wcchatID":"9667a2992ba842548a6f8724a7c1099c","available_agent":true,"show_tab":true,"initStatus":"contracted","codeArea":"FGY26025","tabTooltip":"Chat Online","tabOffline":"","tabColor":"#000000","tabImageURL":"","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")