	if(PBS_FlashCanPlay(8)) {
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="804" height="454"'
    + 'id="menofausten" align="middle"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">'
    + '<param name="movie" value="media/menofausten.swf" />'
    + '<param name="quality" value="high" />'
    + '<param name="bgcolor" value="#FFFFFF" />'
    + '<param name="allowScriptAccess" value="sameDomain" />'
	+ '<param name="allowFullScreen" value="false" />'
    + '<embed src="media/menofausten.swf" '
    + 'width="804" height="454" '
    + 'quality="high" '
    + 'bgcolor="#FFFFFF" '
	+ 'name="menofausten" '
	+ 'align="middle" '
	+ 'allowScriptAccess="sameDomain" '
	+ 'allowFullScreen = "false" '
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '\</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 = 'This feature requires the Flash 8 (or greater) plugin.<br /><a href="http://www.macromedia.com/go/getflashplayer" target="_blank">Get Flash now</a>';

    document.write(alternateContent);  // insert non-flash content
  }
