function InsertFlashMovie()
	{
  	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="518" HEIGHT="208">\n');
	document.write('<PARAM NAME="movie" VALUE="header.swf?button=0" />\n');
	document.write('<PARAM NAME="quality" VALUE="high" />\n');
	document.write('<PARAM NAME="menu" VALUE="false" />\n');
	document.write('<!--[if !IE]> <-->\n');
	document.write('<OBJECT DATA="header.swf?button=0" width="518" HEIGHT="208" TYPE="application/x-shockwave-flash">\n');
	document.write('<PARAM NAME="quality" VALUE="high" />\n');
	document.write('<PARAM NAME="menu" VALUE="false" />\n');
	document.write('<PARAM NAME="pluginurl" VALUE="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('FAIL (the browser should render some flash content, not this).\n');
	document.write('</OBJECT>\n');
	document.write('<!--> <![endif]-->\n');
	document.write('</OBJECT>\n');
	}


