//need to put in a separate file to "activate" flash content in Internet Explorer (so users don't have to click to activate)

<!--

var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version

	document.write(oeTagsPic); 
    //document.write(oeTags1);   // embed the flash movie
	//document.write(flashMovieNamePath);
    //document.write(oeTags2);   // continue embed the flash movie
	//document.write(flashMovieNamePath);
    //document.write(oeTags3);   // finish embed the flash movie	
  } else {  // flash is too old or we can't detect the plugin

    document.write(alternateImageContentPic);  // insert non-flash content
  }
 
// -->
