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","356px","height","515px","src","/flash/rotator","quality","high","wmode","transparent","allowscriptaccess","sameDomain","pluginspage","https://www.macromedia.com/go/getflashplayer","movie","/flash/rotator");
        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="356px" height="515px">';
        oeTags = oeTags + '<param name="allowScriptAccess" value="sameDomain" />' ;
        oeTags = oeTags + '<param name="movie" value="/flash/rotator.swf" />';
        oeTags = oeTags + '<param name="quality" value="high" />';
        oeTags = oeTags + '<param name="bgcolor" value="#989489" />';
        oeTags = oeTags + '<embed src="/flash/rotator.swf" wmode="transparent" quality="high" bgcolor="#989489" width="356px" height="515px" name="rotator" 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: 356px; height: 515px; padding:0px;"><p style="FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #333333; text-align: center; padding-top:20px;">This site is best viewed with the latest version of Macromedia Flash.<br/><a href="https://macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW" target="_blank" style="FONT-SIZE: 12px; 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);
  }