function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="80" width="452"  wmode="transparent">\n');
   document.write('<param name="movie" value="flash/flash-images/template-images.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="flash/flash-images/template-images.swf" ... height="80" width="452"  wmode="transparent" ></embed>\n');
   document.write('</object>\n');
}