var phtsettingsInit = {"hosts":["sstcl\u00ednica.com"]}; if(typeof(g_phtPhoneSettings) == "undefined"){ var g_phtPhoneSettings = []; } g_phtPhoneSettings.push(phtsettingsInit); if(document.getElementById("pht-main-replace") == null) { var phtsettings = phtsettingsInit; var jsInclude = "https://s3-sa-east-1.amazonaws.com/phonetrack-static/pht-phone-replace-v3.min.js"; var pht_po=document.createElement("script"); pht_po.id = "pht-main-replace"; pht_po.type="text/javascript"; pht_po.async="async"; var pht_s=document.getElementsByTagName("script")[document.getElementsByTagName("script").length-1]; pht_s.parentNode.insertBefore(pht_po, pht_s); pht_po.onload = function () { phonetrack.replaceByPhoneSettings(); }; pht_po.src=jsInclude; }else{ if(typeof(phonetrackCheckIns) != "undefined") { clearInterval(phonetrackCheckIns); } phonetrackCheckIns = setInterval(function(){ if(typeof(phonetrack) != "undefined") { clearInterval(phonetrackCheckIns); phonetrack.replaceByPhoneSettings(); } }, 100); }