function RunFlashIntro()
{
    document.write('<object type="application/x-shockwave-flash" data="images/header.swf" width="476" height="159">\n');
    document.write('<param name="movie" value="images/header.swf">\n');
    document.write('</object>\n');
}