function writeHeader() {
	document.write('	<object');
	document.write('	classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('	codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
	document.write('	width="800"');
	document.write('	height="389"');
	document.write('	id="header_fv8_edit"');
	document.write('	align="middle">');
	document.write('<param');
	document.write('	name="allowScriptAccess"');
	document.write('	value="sameDomain"');
	document.write('	/>');
	document.write('');
	document.write('<param');
	document.write('	name="movie"');
	document.write('	value="/flash/header_fv8_edit.swf"');
	document.write('	/>');
	document.write('<param');
	document.write('	name="quality"');
	document.write('	value="high"');
	document.write('	/>');
	document.write('<param');
	document.write('	name="bgcolor"');
	document.write('	value="#1f2a34"');
	document.write('	/>');
	document.write('<embed');
	document.write('	src="/flash/header_fv8_edit.swf"');
	document.write('	quality="high"');
	document.write('	bgcolor="#1f2a34"');
	document.write('	width="800"');
	document.write('	height="389"');
	document.write('	name="header_fv8_edit"');
	document.write('	align="middle"');
	document.write('	allowScriptAccess="sameDomain"');
	document.write('	type="application/x-shockwave-flash"');
	document.write('	pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('	/>');
	document.write('</object>');
}

function writeCompactHeader() {
	document.write('	<object');
	document.write('	classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('	codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
	document.write('	width="800"');
	document.write('	height="75"');
	document.write('	id="header_fv8_edit"');
	document.write('	align="middle">');
	document.write('<param');
	document.write('	name="allowScriptAccess"');
	document.write('	value="sameDomain"');
	document.write('	/>');
	document.write('');
	document.write('<param');
	document.write('	name="movie"');
	document.write('	value="/flash/header_fv8_edit_compact.swf"');
	document.write('	/>');
	document.write('<param');
	document.write('	name="quality"');
	document.write('	value="high"');
	document.write('	/>');
	document.write('<param');
	document.write('	name="bgcolor"');
	document.write('	value="#1f2a34"');
	document.write('	/>');
	document.write('<embed');
	document.write('	src="/flash/header_fv8_edit_compact.swf"');
	document.write('	quality="high"');
	document.write('	bgcolor="#1f2a34"');
	document.write('	width="800"');
	document.write('	height="75"');
	document.write('	name="header_fv8_edit"');
	document.write('	align="middle"');
	document.write('	allowScriptAccess="sameDomain"');
	document.write('	type="application/x-shockwave-flash"');
	document.write('	pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('	/>');
	document.write('</object>');
}