function writeHtml()
{

	var _html = "";
	_html = '<iframe width="650" height="720" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.earthcam.com/clients/turner-stanford/index.php?cam=2"></iframe>';

	document.write(_html);
}


writeHtml();
