	if(PBS_FlashCanPlay(8)) {
    var oeTags = '<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="860" height="303"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0">'
    + '<PARAM name="MOVIE" value="/wgbh/nova/sciencenow/media/nsn-home-2009.swf?init_file=/wgbh/nova/sciencenow/media/nsn-home" />'
    + '<PARAM name="PLAY" value="true" />'
    + '<PARAM name="LOOP" value="false" />'
    + '<PARAM name="QUALITY" value="high" />'
    + '<PARAM name="MENU" value="false" />'
    + '<param name="bgcolor" value="#b9de95" />'
    + '<embed src="/wgbh/nova/sciencenow/media/nsn-home-2009.swf?init_file=/wgbh/nova/sciencenow/media/nsn-home" '
    + 'width="860" height="303" '
    + 'bgcolor="#b9de95" '
    + '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 = '<img src="/wgbh/nova/sciencenow/images/nav-home-2008-noflash.jpg" alt="Non-flash NSN homepage image" width="860" height="303" border="0" usemap="#nsn-home-nonflash" /><map name="nsn-home-nonflash" id="nsn-home-nonflash"><area shape="rect" alt="Health and Biosciences" href="/wgbh/nova/sciencenow/archive/subject-bioscience.html" coords="0,0,169,268" target="_top" /><area shape="rect" alt="Natural and Human Worlds" href="/wgbh/nova/sciencenow/archive/subject-nature.html" coords="172,0,343,268" target="_top" /><area shape="rect" alt="Physics and Space Science" href="/wgbh/nova/sciencenow/archive/subject-physics.html" coords="345,0,515,268" target="_top" /><area shape="rect" alt="Scientist Profiles" href="/wgbh/nova/sciencenow/archive/subject-scientists.html" coords="518,0,687,268" target="_top" /><area shape="rect" alt="Technology and Math" href="/wgbh/nova/sciencenow/archive/subject-technology.html" coords="690,0,860,268" target="_top" /></map>';

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