if (document.all) {
  var html = "";
  document.getElementById('pageHeader').innerHTML = '';

  html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" type="application/x-shockwave-flash" data="flash/header.swf" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="793" height="65" id="header">';
  html += '  <param name="allowScriptAccess" value="sameDomain">';
  html += '  <param name="movie" value="flash/header.swf">';
  html += '  <param name="quality" value="high">';
  html += '  <embed src="flash/header.swf" style="width: 793px; height: 65px;" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
  html += '  <noembed>';
  html += '    <b>';
  html += '      Please install the Macromedia Flash Player<br>';
  html += '      to see interactive content on this page';
  html += '    </b><br>';
  html += '    <a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target=_blank>Click here for more information</a>';
  html += '  </noembed>';
  html += '</object>';

  document.getElementById('pageHeader').innerHTML = html;
}