function run_flash() 
{ 
document.write('<object classid="clsid:d27cdb6e-..." >\n'); 
document.write('<param name="movie" value="movie">\n'); 
document.write('<embed src="animations/defil.swf" width="746" height="82" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 