function RunFoo(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width=591 height=243>\n');
	document.write('<param name=movie value="tradia.swf">\n');
	document.write('<param name=loop value=true>\n');
	document.write('<param name=quality value=high>\n');
	document.write('<param name=bgcolor value=#ffffff>\n');
	document.write('<embed src="tradia.swf" loop=true quality=high bgcolor=#ffffff  width=591 height=243 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>\n');
	document.write('</object>\n');
}