<!--
function write_header(filename)
{
document.writeln('<body onload="MM_preloadImages(\'images/photos2.gif\',\'images/staff2.gif\',\'images/calendar2.gif\',\'images/history2.gif\',\'images/ministries2.gif\',\'images/staff2.gif\')">');
document.writeln('      <table align="center" border="0" cellpadding="0" cellspacing="0" width="770">');
document.writeln('              <tbody>');
document.writeln('                      <tr>');
document.writeln('                              <td class="darkbrown" style="text-align: center;" width="240">');
document.writeln('                                      <a href="index.htm">Home</a> &nbsp;&middot;&nbsp; <a href="directions.htm">Directions &amp; Map</a> &nbsp;&middot;&nbsp; <a href="staff.htm">Contact</a>');
document.writeln('                              </td>');
document.writeln('                                      <td width="106" bgcolor="#222946">');
document.writeln('                                              <a href="picturegallery.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image9\',\'\',\'images/photos2.gif\',1)">');
document.writeln('                                                      <img src="images/photos.gif" alt="pictures" name="Image9" border="0" height="33" width="106">');
document.writeln('                                              </a>');
document.writeln('                                      </td>');
document.writeln('                                      <td width="106" bgcolor="#222946">');
document.writeln('                                              <a href="staff.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image10\',\'\',\'images/staff2.gif\',1)">');
document.writeln('                                                      <img src="images/staff.gif" alt="staff" name="Image10" border="0" height="33" width="106">');
document.writeln('                                              </a>');
document.writeln('                                      </td>');
document.writeln('                                      <td width="106" bgcolor="#222946">');
document.writeln('                                              <a href="calendar/index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image14\',\'\',\'images/calendar2.gif\',1)">');
document.writeln('                                                      <img src="images/calendar.gif" alt="calendar" name="Image14" border="0" height="33" width="106">');
document.writeln('                                              </a>');
document.writeln('                                      </td>');
document.writeln('                                      <td width="106" bgcolor="#222946">');
document.writeln('                                              <a href="history.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image13\',\'\',\'images/history2.gif\',1)">');
document.writeln('                                                      <img src="images/history.gif" alt="history" name="Image13" border="0" height="33" width="106">');
document.writeln('                                              </a>');
document.writeln('                                      </td>');
document.writeln('                                      <td width="106" bgcolor="#222946">');
document.writeln('                                              <a href="ministries.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image12\',\'\',\'images/ministries2.gif\',1)">');
document.writeln('                                                      <img src="images/ministries.gif" alt="ministries" name="Image12" border="0" height="33" width="106">');
document.writeln('                                              </a>');
document.writeln('                                      </td>');
document.writeln('                      </tr>');
document.writeln('                      <tr>');
document.writeln('                              <td><img src="images/church-logo.gif" alt="logo" height="190" width="240"></td>');
document.write('                                <td colspan="5"><img src="images/');
document.write(filename);
document.writeln('" alt="banner" height="190" width="530"></td>');
document.writeln('                      </tr>');
document.writeln('              </tbody>');
document.writeln('      </table>');
document.writeln('      <table align="center" border="0" cellpadding="0" cellspacing="0" height="27" width="770">');
document.writeln('              <tbody>');
document.writeln('                      <tr>');
document.writeln('                              <td class="darkbrown" height="25" width="240"><a href="mailto:mojed@aol.com"><font color="white">&nbsp;Contact our pastor</font></a></td>');
document.writeln('                                      <td class="darkbrown" height="25" width="246"></td>');
document.writeln('                              <td class="darkbrown" align="right" height="27" width="284"><a href="mailform1.htm">Send an e-vite&nbsp;</a></td>');
document.writeln('                      </tr>');
document.writeln('              </tbody>');
document.writeln('      </table>');
document.writeln('</body>');
}
//-->