window.prod_env = window.prod_env || window.location.href.indexOf("www.zenbusiness.com") > 0; if ( ! prod_env ) { console.log("STM - Enqueued Script running: rokt"); } if ( window.localStorage.getItem("osano_accepted_all") !== "false" ) { let e="https://apps.rokt.com/integrations/referral-tag/referral-tag.js", o=document.createElement("script"); o.setAttribute("src",e); o.setAttribute("async", "async"); o.setAttribute("type","text/javascript"); document.head.appendChild(o); if ( ! prod_env ) { o.addEventListener("load",()=>{ console.log("%c * STM "+e+" Loaded","color: blue; background: yellow;") }); o.addEventListener("error",o=>{ console.log("%c *STM Error on loading file: "+e,"color: blue; background: yellow;") }); } }