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