	if(PBS_FlashCanPlay(6)) {
    var oeTags = '<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="800" height="500"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">'
    + '<PARAM name="MOVIE" value="/wgbh/nova/id/media/judge.swf" />'
    + '<PARAM name="PLAY" value="true" />'
    + '<PARAM name="LOOP" value="false" />'
    + '<PARAM name="QUALITY" value="high" />'
    + '<PARAM name="MENU" value="false" />'
    + '<param name="bgcolor" value="#85A7BB" />'
    + '<embed src="/wgbh/nova/id/media/judge.swf" '
    + 'width="800" height="500" '
    + 'bgcolor="#85A7BB" '
    + 'PLAY="true" '
    + 'LOOP="false" '
    + 'QUALITY="high" '
    + 'MENU="false" '
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '\</embed>'
    + '\</object>';

    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent = '<a href="/wgbh/nova/novatech.html#flash" target="cfl_parent"><img src="/wgbh/nova/media/nav-needplugin.gif" alt="This feature requires the Flash MX (or greater) plugin. Use the links below to get the plugin." width="260" width="96" />\</a>';

    document.write(alternateContent);  // insert non-flash content
  }
