function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... width="550" height="400">\n');
   document.write('<param name="movie" value="2007ltsc.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="2007ltsc.swf" ... width="550" height="400"></embed>\n');
   document.write('</object>\n');
}