function RunHeader()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="header" width="500" height="130">\n');
    document.write('<param name="movie" value="http://www.bodybuildermodels.com/bbmodels.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="bgcolor" value="#000000">\n');
    document.write('<embed name="header" src="http://www.bodybuildermodels.com/bbmodels.swf" quality="high" bgcolor="#000000" width="500" height="130" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('</embed>\n');
    document.write('</object>\n');

}