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