function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... width="762" height="320">\n');
   document.write('<param name="movie" value="slideshow.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=bgcolor VALUE=#000000/>\n');
   document.write('<embed src="slideshow.swf" ... "  bgcolor=#000000 width="762" height="320"></embed>\n');
   document.write('</object>\n');
}