function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... width="814" height="349">\n');
   document.write('<param name="movie" value="hmpage.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="hmpage.swf" ... width="814" height="349"></embed>\n');
   document.write('</object>\n');
}// JavaScript Document