function writeHtml()
{

	var _html = "";
	_html = '<iframe width="730" height="505" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.earthcam.com/clients/museumofnatureandscience/index_embed.php"></iframe>';

	document.write(_html);
}


writeHtml();

