function RunFoo()
{
   document.write('<codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="429" height="332" title="Home flash">\n');
   document.write('<param name="movie" value="flash.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="Flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="429" height="332" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}