function RunFoo1()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="379" width="550" wmode="transparent">\n');
   document.write('<param name="movie" value="logo.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="logo.swf" ... height="379" width="550" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}