<!-- Start


// NOTE: If you use a ' add a slash before it like this \'

document.write(' <a href="index.html" class="foot">Home</a> | ');

document.write(' <a href="statement.html" class="foot">Statement of Faith</a> | ');

document.write(' <a href="contact.html" class="foot">Contact us</a> | ');

document.write(' <a href="services.html" class="foot">Services</a> | ');

document.write(' <a href="fellowship.html" class="foot">Fellowship</a> | ');

document.write(' <a href="speakers.html" class="foot">Speakers</a> | ');

document.write(' <a href="youth.html" class="foot">Children & Youth Programs</a>');



document.write('<br>');


//  End -->