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