<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
document.write('<p><a href="../index.html">mvnaz Home</a></p>');
document.write('<p><a href="Visitors.html">Visitors</a></p>');
document.write('<p><a href="Beliefs.html">Beliefs</a></p>');
document.write('<p><a href="Mission.html">Mission</a></p>');
document.write('<p><a href="Services.html">Services</a></p>');
document.write('<p><a href="../2012/index.html">Sermons</a></p>');
document.write('<p><a href="Location.html">Location</a></p>');
document.write('<p><a href="Staff.html">Staff</a></p>');
document.write('<p><a href="Ministries.html">Ministries</a></p>');
/*
document.write('<p><a href="../Unit-102/index.html">Scouting</a></p>');
*/
document.write('<p>&nbsp;</p>');
//-->

