var systemUrl = 'https://reservation.hisight.nl'; var systemUrlJs = 'https://reservation.hisight.nl/api/w-js'; createBaseScript(); function createBaseScript() { var time = Date.now(); var script = document.createElement('script'); script.src = systemUrlJs + '?type=base&token=70d812950f11f384632ff15501bbde6d:3780cea3c32c67823ede53ae810d48ed679e13d41a7a1aaf2c59948499dd4668&t=' + time + '&iframeHeight=600&iframeWidth=376'; window.document.body.appendChild(script); }