function AC_FL_RunContent(){  var ret =    AC_GetArgs    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"     , "application/x-shockwave-flash"    );  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);}// 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) {  // if we've detected an acceptable versionvar oeTags        AC_FL_RunContent("codebase","https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0", "width","771","height","130","src","/flash/header?showVideo=true","quality","high","wmode","transparent","allowscriptaccess","sameDomain","pluginspage","https://www.macromedia.com/go/getflashplayer","movie","/flash/header?showVideo=true");        oeTags = '<noscript>';        oeTags = oeTags + '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"           codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="771" height="130">';        oeTags = oeTags + '<param name="allowScriptAccess" value="sameDomain" />' ;        oeTags = oeTags + '<param name="movie" value="/flash/header.swf?showVideo=true" />';        oeTags = oeTags + '<param name="quality" value="high" />';        oeTags = oeTags + '<embed src="/flash/header.swf?showVideo=true" wmode="transparent" quality="high" width="771" height="130" name="---SWFname---" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></object></noscript>';    document.write(oeTags);   // embed the Flash Content SWF when all tests are passed  } else {  // flash is too old or we can't detect the plugin   var Alternate = '<div style="background: #FFF; width: 375px; height: 120px; padding:0px;"><p style="FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #333333; text-align: center; padding-top:10px;">This site is best viewed with the latest version of Macromedia Flash. <a href="https://macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW" target="_blank" style="FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #333333;">Please go here to download.</a><br/><a href="https://macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW" target="_blank"><img src="/graphics/global/flash_icon.gif" width="60" height="80" alt="Get Flash" border="0" /></a></p>';	document.write(Alternate);  }