function checkScript() { if (!document.getElementById('unique-hyros-script-id')) { var head = document.head; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = "https://212206.t.hyros.com/v1/lst/universal-script?ph=aa4fcac48436c7661142f27476fe62ceb23fc7cc7bc8da488afd73fc810c09ae&tag=!clicked"; head.appendChild(script); }} analytics.subscribe('checkout_contact_info_submitted', (event) => { const checkout = event.data.checkout; browser.cookie.set('hyrosemail', checkout.email); checkScript() }) analytics.subscribe('checkout_completed', (event) => { checkScript() }) analytics.subscribe('page_viewed', (event) => { checkScript() })