var theNav="";
theNav+='<div id="navPrimary">\n'; 
theNav+='  <ul>\n';
theNav+='  <li id="navHome1" class="first"><a href="../../../index.html">Home</a></li>\n';
theNav+='  <li id="navHome2" class="first"><a href="../../../volunteer/index.shtml">Volunteer</a></li>\n';	
theNav+='  <li id="navHome3" class="first"><a href="../../../training/index.shtml">Training</a></li>\n';
theNav+='  <li id="navHome4" class="first"><a href="../../../donate.shtml">Donate</a></li>\n';
theNav+='  <li id="navHome5" class="first"><a href="../../../services/index.shtml">Services</a></li>\n';		
theNav+='  <li id="navHome6" class="first"><a href="../../../supporters/index.shtml">Supporters</a></li>\n';	
theNav+='  <li id="navHome7" class="first"><a href="../../../about/index.shtml">About Us</a></li>\n';
theNav+='  <li id="navHome8" class="first"><a href="../../../about/contact.shtml">Contact Us</a></li>		\n';
theNav+='  <li id="navHome9" class="first"><a href="../../../Links/index.shtml">Links</a></li>\n';
theNav+='  </ul>\n';
theNav+='	<div class="clear"></div>\n';
theNav+='</div><!--end navPrimary-->\n';
document.write(theNav);