var d=document.createElement('iframe');d.id='map';d.style.width='400px';d.style.height='300px';d.style.margin='0';d.style.padding='0';d.setAttribute('scrolling','no');d.setAttribute('src','http://demo.webgispublisher.nl/webgispublisher/WidgetFrameContent.aspx?map=planvorming-en-historie&width=400&height=300&bbox=125500,392875,147750,406250&featureinfo=yes&layertree=yes&legend=yes&mouse=yes&scale=yes&rand='+Math.random());d.setAttribute('frameborder', '0');var i = document.getElementById('wgpscript');i.parentNode.appendChild(d);