function showHeader() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="greenbrierpawn" width="779" height="311">\n');
  	document.write('<param name="movie" value="swf/index.swf">\n');
  	document.write('<param name="quality" value="high">\n');
  	document.write('<param name="allowscriptaccess" value="transparent">\n');
  	document.write('<param name="wmode" value="transparent">\n');
  	document.write('<embed type="application/x-shockwave-flash"\n');
  	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
  	document.write(' width="779" height="311"\n');
  	document.write(' name="greenbrierpawn_heading" \n');
  	document.write(' src="swf/index.swf"\n');
	document.write('   quality="high" \n');
	document.write('   swLiveConnect="true" \n');
	document.write('   allowScriptAccess="samedomain" \n');
	document.write('   wmode="transparent"\n');
	document.write('  ></embed>\n');
	document.write('</object>\n');
	}