function writeFlash() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"');
	document.write('id="flash_text" width="760" height="24">');
	document.write('<param name="movie" value="/flash_text.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#FFFFFF">');
	document.write('<embed name="flash_text" src="/flash_text.swf"');
	document.write('quality="high" bgcolor="#FFFFFF" swLiveConnect="true"');
	document.write('width="760" height="24"');
	document.write('type="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
}
writeFlash();