<!--
//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="08Design/Visitors.html">Visitors</a></p>');

document.write('<p><a href="BasicBibleStudy/bible%20study%20cover.htm">Basic Bible Study</a></p>');

document.write('<p><a href="2012/index.html">Sermons</a></p>');

document.write('<p><a href="08Design/Mission.html">Mission</a></p>');

document.write('<p><a href="08Design/kids.html">Kids Ministries</a></p>');

document.write('<p><a href="http://www.mvteens.com/">Youth Ministries</a></p>');
/*
document.write('<p><a href="Unit-102/index.html">Scout Ministries</a></p>');
*/
document.write('<p><a href="Calendar.html">Calendar</a></p>');

document.write('<p><a href="http://www.mvnaz.org/outreach">Outreach Opportunities</a></p>');

document.write('<p>&nbsp;</p>');
//-->

