
<!-- 
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<!-- Flash Detected -->';
    document.write(oeTags);
  } else {  // flash is too old or we can't detect the plugin
	window.location.replace('http://www.godspeaks.com/misc/Noflash/NoFlash.asp');
  }
// -->
