// 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) {
    window.location = "../commun/flashdetect/noflash.html";
    siteversion = "html";
}
