<!--

    var flashcolor = '006AA6';  // flash background color
    var color = '006AA6';       // header background color
    var headerheight = '44';    // header height (in pixels)
    var flashheight = '40';     // height of the flash (in pixels)
    var flashwidth = '500';     // width of the flash (in pixels)

    document.write('<div id="flashlocation">');
    document.write('<table cellpadding="0" cellspacing="0" border="0" width="80%" height="'+headerheight+'" bgcolor="#'+color+'">');
    document.write('<tr><td>');
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo" align="">');
    document.write('<param name="movie" value="media/logo.swf"><param name="quality" value="high">');
    document.write('<param name="scale" value="exactfit"><param name="bgcolor" value="#'+flashcolor+'">');
    document.write('<embed src="media/logo.swf" quality="high" scale="exactfit" bgcolor="#'+flashcolor+'" width="'+flashwidth+'" height="'+flashheight+'" name="logo" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
    document.write('</embed>');
    document.write('</object>');
    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');
    document.write('</div>');

//-->

