if (!useRedirect) {    // if dynamic embedding is turned on  if(hasRightVersion) {    // if we've detected an acceptable version    var oeTags = '<script language="JavaScript" src="scripts/fla_code.js"><\/script>';    document.write(oeTags);   // embed the flash movie } else {  // flash is too old or we can't detect the plugin // NOTE: height, width are required!    var alternateContent = '<IMG SRC="images/EPflash2.gif" WIDTH=468 HEIGHT=280 >';    var alternateContent2 = '<BR><BR><font face="verdana, arial, sanserif" size= "1" color="#777777"><a href="http://www.macromedia.com/support/flash/downloads.html" target="_blank">Download the free Flash 6 plugin</A> to view the animation.</font><BR>';    document.write(alternateContent);     document.write(alternateContent2);  // insert non-flash content   }}