<!--
// In this section we set up the content to be placed dynamically on the page.
//if (!useRedirect) {    // if dynamic embedding is turned on
//  if(hasRightVersion) {  // if we've detected an acceptable version/
//	document.write(getFile('Flash/flash.htm'));
//  } else {  // flash is too old or we can't detect the plugin
//	document.write('');
//  }
//}
// -->

<!--
// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {	
	document.write(getFile('Flash/flash.htm'));
} else {  // flash is too old or we can't detect the plugin
	document.write('');
}
