// List all variables that may not be defined in the top of the page for older pages

// in this section we set up the content to be placed dynamically on the page
// customize movie tags and alternate html content below
if (typeof graphicSrc == "undefined") var graphicSrc = " "
if (typeof backupGraphic == "undefined") var backupGraphic = " " 
if (typeof graphicLink == "undefined") var graphicLink = " " 

if (!useRedirect) {		// if dynamic embedding is turned on
	if(hasRightVersion) {	// if we've detected an acceptable version
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width='+movieWidth+' height='+movieHeight+' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="flashname"><param name="allowScriptAccess" value="always"><param name="SRC" value='+movieSrc+'><param name="QUALITY" value="high"><param name="wmode" value="transparent"><embed src='+movieSrc+' name="flashname" swliveconnect="true" width='+movieWidth+' height='+movieHeight+' quality="high" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>'); 	// embed the flash movie
	} else if (backupGraphic=="yes") {	
		document.write('<table align="center" width='+movieWidth+'><tr><td><a href="'+graphicLink+'"><img src="'+graphicSrc+'" width="'+movieWidth+'" height="'+movieHeight+'" border="0"></a></td></tr></table>');
}
		else if (movieWidth > 228) {	// flash is too old or we can't detect the plugin
	document.write('<table align="center" valign="middle" width='+movieWidth+' height='+movieHeight+'><tr><td>  <a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="http://www.washingtonpost.com/wp-srv/images/FlashDetectionMessage400.gif" width="400" height="180" border="0"></a></td></tr></table>');	
	//document.write('228 and over');
	}
	    else {	// flash is too old or we can't detect the plugin
	//document.write('228 and under');
	document.write('<table align="center" valign="middle" width='+movieWidth+' height='+movieHeight+'><tr><td>  <a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="http://www.washingtonpost.com/wp-srv/images/FlashDetectionMessage228.gif" width="228" height="150" border="0"></a></td></tr></table>');
	}
}