var section = document.createElement('section'); section.className = 'avenue-messenger minimized'; document.getElementsByTagName('body')[0].appendChild(section); section.innerHTML = `
`; function myInitFunction() { var script = document.createElement('script'); script.type = 'text/javascript'; script.id = "script_chat"; document.getElementsByTagName('body')[0].appendChild(script); var url = window.location.href; fetch("https://api.anybot.com.br/cisabem/chat") .then(response => response.text()) .then(html => { document.getElementById("div_chat_content").innerHTML = html; }) .catch(error => console.error('Erro ao carregar conte�do:', error)); } setTimeout(function() { myInitFunction(); }, 700); setTimeout(function() { var s = document.createElement("script"); s.src = "https://api.anybot.com.br/multicare/static/js/main.js"; document.body.appendChild(s); var s = document.createElement("script"); s.src = "https://api.anybot.com.br/multicare/static/js/InnerFormValidation.js"; document.body.appendChild(s); }, 900);