function RunFoo()
{

   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000..." ... width="628" height="148">\n');
   document.write('<param name="movie" value="flash/open.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="flash/open.swf" ... width="628" height="148" loop="false"></embed>\n');
   document.write('</object>\n');
}


