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