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=51f082890175292a8294217d8ad43d59:c8556aa712407100682bd863db980002aae8569998a2bffa6809b944386f5971&t=' + time + '&iframeHeight=600&iframeWidth=376'; window.document.body.appendChild(script); }