var d=document.createElement('iframe');d.id='map';d.style.width='600px';d.style.height='500px';d.style.margin='0';d.style.padding='0';d.setAttribute('scrolling','no');d.setAttribute('src','http://brabantsedelta.webgispublisher.nl/webgispublisher/WidgetFrameContent.aspx?map=projectenclusters&width=600&height=500&bbox=474667,6688345,488905,6699878&featureinfo=yes&rand='+Math.random());d.setAttribute('frameborder', '0');var i = document.getElementById('wgpscript');i.parentNode.appendChild(d);