<!--
var color       = "110033"
var flashheight = "100"
var flashwidth  = "590"

//document.write('<table cellpadding="0" height=200 cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td align="left" VALIGN="top">');
document.write('<table cellpadding="0" width="875" height="100" cellspacing="0" border="0"  bgcolor="#'+color+'">');
document.write('<tr><td>');
document.write('<OBJECT border"0" 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="logo.swf">');
document.write('<param name="quality" value=high>');
document.write('<param name="wmode" value=transparent>');
document.write('<param name="bgcolor" value=#'+color+'>');
document.write('<embed border="0" src="logo.swf" quality="high" wmode="transparent" bgcolor=#'+color+'  width="'+flashwidth+'" height="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');

//  -->

