


function headerContent(category)
{
	

//var host = 'http://www.deltacst.net/fumcmid/';
var host = 'http://www.fumcmidweb.org/';

	
document.write('      <table width="780" border="0" bgcolor="');

if (category == "WORSHIP")
   document.write('#663399');
else if (category == "CHILDREN/YOUTH")
   document.write('#006666');
else if (category == "ADULT")
   document.write('#0000FF');
else if (category == "CARE")
   document.write('#006600');
else if (category == "MUSIC")
   document.write('#ff0000');
else if (category == "OUTREACH")
   document.write('#00CC00');
else if (category == "ABOUTUS")
   document.write('#0099ff');
else if (category == "VOLUNTEER")
   document.write('#663300');
else 
   document.write('#770000');

   
document.writeln('">');

/*document.writeln('      <table width="780" bgcolor="#770000">'); */

document.writeln('        <tr>');
document.writeln('          <td><div align="right" class="style4">');
document.writeln('          <a href="' + host + 'resources" class="white">resources</a> | ');
document.writeln('          <a href="' + host + 'sitemap.html" class="white">site map</a> | ');
document.writeln('          <a href="' + host + 'search.html" class="white">search</a> | ');
document.writeln('          <a href="' + host + 'calendar" class="white">calendar</a> &nbsp;&nbsp;</div>');
document.writeln('          </td>');
document.writeln('        </tr>');
document.writeln('      </table>');
//document.writeln('    </div>');



}
