document.addEventListener('DOMContentLoaded', function () { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://timeglobe.app/res/_/widget.js'; script.addEventListener('load', function () { if (typeof bookWidget !== 'undefined') { bookWidget.init({ url: 'https://timeglobe.app', container: 'widgetDiv', tenantCd: 'vision', stageCd: 'vision', type: 'inline' }); } }); document.getElementsByTagName('head')[0].appendChild(script); });