<!--
 
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
 
if(hasRightVersion) {  // if we've detected an acceptable version
 
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0', 'width', '800', 'height', '300', 'src', 'lotus_videos' ,'quality', 'good', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'movie', 'lotus_videos', 'scale', 'show all', 'salign', 'm', 'allowscriptaccess', 'samedomain', 'bgcolor', '#000000', 'menu', 'false', 'loop', 'false', 'id', 'madrhinoproductions', 'name', 'madrhinoproductions' );  //end AC code
 
document.getElementById("madrhinoproductions").focus();
 
  } else {  // flash is too old or we can't detect the plugin
 
document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="ExigeFlash/exige_flash_player_error.jpg" width="800" height="244" border=0 alt="Get Flash"></a>');
  }
