<!-- Begin

// Updated by BillF -- 3-6-05
// NOTE: If you use a ' add a slash before it like this \'

var color		= "56997A"		// Title bar background color

document.write('<table cellpadding=0 cellspacing=0 border=0 width="100%" bgcolor="#'+color+'" background="images/icons/logo_background.jpg"><tr><td width="15">');
document.write('<img src="images/icons/spacer.gif" height=10 width=15 border="0"><br>');
document.write('</td><td align="left" valign="center">');
document.write('<nobr><a href="index.html"><img src="images/icons/ek_logo.jpg" border="0"></a></nobr><br>');
document.write('</td><td width="15">');
document.write('<img src="images/icons/spacer.gif" height="10" width="15" border="0"><br>');
document.write('</td></tr></table>');

//  End -->