
var color		= "566A99"		// HEADER BACKGROUND COLOR

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td width="15">');
document.write('<img src="images/spacer.gif" height="10" width="15" border="0"><br>');
document.write('</td><td align="left" valign="center">');
document.write('<nobr><a href="index.htm"><img src="images/logo.gif" border="0"></a></nobr><br>');
document.write('</td><td align="right" valign="center">');
document.write('<nobr><span class="slogan"> </span></nobr><br>');
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 -->
