function insertFlash()
{
   document.write('<object type="application/x-shockwave-flash" ');
   document.write('data="fdsanimtmp.swf" ');
   document.write('width="700" height="353">');
   document.write('<param name="loop" value="false" />');
   document.write('<param name="movie" value="fdsanimtmp.swf" />');
   document.write('</object>');
}
