
function camViewer()
{
	var _html = "";
	_html = '<iframe width="729" height="694" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://earthcam.com/clients/abbeyroad/webcam/player.php?w=729&h=694"></iframe>';

	document.write(_html);
}


 camViewer();
