function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E..." ...  width="575" height="400" >\n');
    document.write('<param name="movie" value="images/home_anim4.swf" /><param name="wmode" value="transparent" />\n');
	document.write(' <embed wmode="transparent" src="images/home_anim4.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="575" height="400"></embed>\n');
    document.write('</object>\n');
}