function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height=50 width=50>\n');
    document.write('<param name="movie" value="globe.swf" />\n');
    document.write('</object>\n');
}