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