<!--
// in this section we set up the content to be placed dynamically on the page
// customize movie tags and alternate html content below

//if (!useRedirect) {		// if dynamic embedding is turned on
	if(hasRightVersion) {	// if we've detected an acceptable version
		var oeTags = '';
		oeTags += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="425" height="354" id="newseum_left">';
		oeTags += '<param name="allowScriptAccess" value="sameDomain" />';
		oeTags += '<param name="movie" value="/flash/home_left.swf" />';
		oeTags += '<param name="quality" value="high" />';
		oeTags += '<param name="bgcolor" value="#ffffff" />';
		oeTags += '<embed src="/flash/home_left.swf" quality="high" bgcolor="#ffffff" width="425" height="354" name="newseum_left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
		oeTags += '</object>';
		document.write(oeTags); 	// embed the flash movie
						
	} else {	// flash is too old or we can't detect the plugin
		var alternateContent = '<img src="images/flash_placeholder_2.jpg" width="425" height="354" alt="" border="0" />';// 			
			document.write(alternateContent);	// insert non-flash content
	}
//}

// -->
