function insertFlash()
{
   document.write('<object type="application/x-shockwave-flash" ');
   document.write('data="content.swf" ');
   document.write('width="400" height="300">');
   document.write('<param name="movie" value="content.swf" />');
   document.write('<img src="noflash.gif" width="200" height="100" alt="Texte alternatif" />');
   document.write('</object>');
}