	if(PBS_FlashCanPlay(6)) {
    var oeTags = '<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="770" height="552"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">'
    + '<PARAM name="MOVIE" value="/wgbh/nova/media/flash-gallery-2007.swf?init_file=/wgbh/nova/bonediggers/media/vani" />'
    + '<PARAM name="PLAY" value="true" />'
    + '<PARAM name="LOOP" value="false" />'
    + '<PARAM name="QUALITY" value="high" />'
    + '<PARAM name="MENU" value="false" />'
    + '<param name="bgcolor" value="#FFFFFF" />'
    + '<embed src="/wgbh/nova/media/flash-gallery-2007.swf?init_file=/wgbh/nova/bonediggers/media/vani" '
    + 'width="770" height="552" '
    + 'bgcolor="#FFFFFF" '
    + '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
  }
