//output the single player for displaying EarthCam Network Cams
function camViewer(camUrl,camWidth,camHeight,resizeWidth,resizeHeight)
{
var flashOutput;
flashOutput = '<embed src="http://www.earthcam.com/swf/dotcom_live_viewer_'+camWidth+'x'+camHeight+'.swf?'+camUrl+',50,1000" '+
 'quality="high" bgcolor="#000000" width="'+resizeWidth+'" height="'+resizeHeight+'" '+
 'name="metro_cam_player_01" align="middle" '+
 'allowScriptAccess="sameDomain" type="application/x-shockwave-flash" '+
 'pluginspage="http://www.macromedia.com/go/getflashplayer" />';

document.write(flashOutput);
}
