<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding=0 cellspacing=0 border=0>');
document.write('<tr><form action="about.htm"><td>');
document.write('<input type="submit" value="Who We Are" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="services.htm"><td>');
document.write('<input type="submit" value="Services/Directions" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="leadership.htm"><td>');
document.write('<input type="submit" value="Leaders" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="ministries.htm"><td>');
document.write('<input type="submit" value="Learning and Serving" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

//document.write('</td></form><form action="careers.htm"><td>');
//document.write('<input type="submit" value="Careers" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="http://lancasterefc.org/podcasting/"><td>');
document.write('<input type="submit" value="Listen Online!" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="http://lancasterefc.org/corevalues.htm"><td>');
document.write('<input type="submit" value="Core Values" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="sermons.htm"><td>');
document.write('<input type="submit" value="Sermon Archive" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="PN.htm"><td>');
document.write('<input type="submit" value="Preaching Notes" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

//document.write('</td></form><form action="contact.htm"><td>');
//document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><form action="index.htm"><td>');
document.write('<input type="submit" value="Coming Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table>');

//  End -->