function load_flash_header() {
	document.write('<object type="application/x-shockwave-flash" data="./img/fla_heading.swf" width="800px" height="400px">\n');
	document.write('<param name="movie" value="./img/fla_heading.swf" name="fla_header" />\n');
	document.write('</object>\n');
}