
	function camViewer()
	{
		var flashOutput;
		flashOutput = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ' +
		 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,115" '+
		 'width="320" height="240" '+
		 'id="client_video_player" '+
		 'align="middle">'+
		 '<param name="allowScriptAccess" value="sameDomain" />'+
		 '<param name="movie" value="http://www.earthcam.com/swf/streaming/client_video_player.swf" />'+
		 '<param name="quality" value="high" />'+
		 '<param name="bgcolor" value="#000000" />'+
		 '<param name="allowFullScreen" value="true" /> '+
		 '<param name="FlashVars" value="livePath=rtmp://63.229.55.59/fecnetwork&amp;liveFileName=Montreal2.flv&amp;bufferTime=4&amp;logoPlacement=right&amp;volume=1&showLogo=true&amp;width=320&amp;height=240&amp;showZoomControls=true&amp;showFS=true"> '+
		'<embed src="http://www.earthcam.com/swf/streaming/client_video_player.swf" '+
		 'FlashVars="livePath=rtmp://63.229.55.59/fecnetwork&amp;liveFileName=Montreal2.flv&amp;bufferTime=4&amp;logoPlacement=right&amp;volume=1&showLogo=true&amp;width=320&amp;height=240&amp;showZoomControls=true&amp;showFS=true" '+
		 'quality="high" bgcolor="#000000" width="320" height="240" '+
		 'name="client_video_player" align="middle" '+
		 'allowFullScreen="true" '+
		 'allowScriptAccess="sameDomain" type="application/x-shockwave-flash" '+
		 'pluginspage="http://www.macromedia.com/go/getflashplayer" />'+
		'</object>';
		
		document.write(flashOutput);
	}
		
 camViewer();