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