<!-- //Begin

var flashcolor		= "000000"		// FLASH BACKGROUND COLOR
var color		= "000000"		// HEADER BACKGROUND COLOR
var headerheight	= "79"			// HEADER HEIGHT (IN PIXELS)
var flashheight		= "68"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"			// WIDTH OF THE FLASH (IN PIXELS)

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-color:#000000;"><tr><td align="left" valign="center" width="750" height="'+headerheight+'">');
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">');
document.write('<param name="movie" value="logo.swf"><param name="quality" value="high">');
document.write('<param name="scale" value="exactfit"><param name="bgcolor" value="#'+flashcolor+'">');
document.write('<embed src="logo.swf" quality="high" scale="exactfit" bgcolor="#000000"  width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object>');
document.write('</td><td width="15">');
document.write('<img src="images/spacer.gif" height="10" width="15" border="0"><br />');
document.write('</td></tr></table>');

//  End -->
