function FlashQuotes () {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="305" height="255" id="flashxml" align="">\n');
	document.write('<param name="movie" value="flash/quotes_formatted.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="bgcolor" value="#0d5073">\n');
	document.write('<embed src="flash/quotes_formatted.swf" quality="high" bgcolor="#0d5073" width="305" height="255" name="formatted" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
	document.write('</object>\n');
}