function RunFoo(){   document.write('	<object type="application/x-shockwave-flash" data="images/home.swf" width="500" height="300">\n');   document.write('	<param name="movie" value="images/home.swf"/>\n');   document.write('<param name="quality" value="best"/>\n');   document.write('<param name="play" value="true"/>\n');   document.write('</object>\n');   }
