function write_header_flash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,00,0"');
	document.write(' width="760"');
	document.write(' height="82">');
	document.write('<param name="movie" value="./images/header_flash.swf">');
	document.write('<param name="play" value="true">');
	document.write('<param name="loop" value="true">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="./images/header_flash.swf"');
	document.write(' quality="high"');
	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write(' type="application/x-shockwave-flash"');
	document.write(' play="true"');
	document.write(' loop="true"');
	document.write(' width="760"');
	document.write(' height="82">');
	document.write('</embed>');
	document.write('</object>');
}