// JavaScript Document


function flashHeader()
{
   document.write('<object type="application/x-shockwave-flash" data="flash/header3.swf" width="482" height="208">\n');
   document.write('<param name="movie" value="flash/header3.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
}




