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