function RunFoo()
{
   document.write('<object type="application/x-shockwave-flash" data="LM-base.swf?path=LM-base.swf" width="302" height="262" id="LM-base" align="left">\n');
   document.write('<param name="movie" value="LM-base.swf?path=LM-base.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<img src="noflash.gif" width="302" height="262" alt="" />\n');
   document.write('</object>\n');
}