document.write("<p align='center'><b><a href='index.html'>Home</a>");
document.write(" | ");
document.write("<a href='CONTACT.HTM'>Contact us</a>");
document.write(" | ");
document.write("<a href='our-beliefs.htm'>Our beliefs</a>");
document.write(" | ");
document.write("<a href='download.htm'>Download Sermons</a>");
document.write(" | ");
document.write("<a href='ministries.htm'>Ministries</a>");
document.write(" | ");
document.write("<a href='Staff.htm'>Staff</a>");
document.write(" | ");
document.write("<a href='LOCATION.HTM'>Location</a>");
document.write(" | ");
document.write("<a href='SERVICES.HTM'>Services</a>");
document.write(" | ");
document.write("<a href='links.htm'>Links</a></b></p>");
var lastmoddate = document.lastModified;
// Create an if statement to test the value of lastmoddate
document.write("<font size='-1'>");
if(lastmoddate == 0)
 { 
   document.writeln("Lastmodified: Unknown<BR>&copy;Chuck's Web Design");
 }
else
{  document.writeln("Last Modified: " + lastmoddate + "<BR>&copy;");

}
document.write("</font>");

