function run_flash() 
{ 
document.write('<object classid="clsid:d27cdb6e-ae6d" >\n'); 
document.write('<param name="movie" value="movie">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="bgcolor" value="#000000">\n'); 
document.write('<param name="align" value="middle">\n'); 
document.write('<embed src="fer-forge.swf" quality="high" bgcolor="#000000" width="980" height="550" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 

