


document.write('<ul>' + '\n');
document.write('<li>' + '\n');

// START: LANDING PAGE LINK
document.write('<a href="/HOMELESS/components/landing2_relatedlinks.asp">Related Links</a>' + '\n');
// END: LANDING PAGE LINK

document.write('<div class="menu">' + '\n');
document.write('<div class="sub_nav">' + '\n');
document.write('<ul>' + '\n');

document.write('<li><a href="/HOMELESS/index.asp">Homeless Veterans Home</a></li>' + '\n');
   
   
      
      
       
document.write('<li><a href="/HOMELESS/prevention.asp">Prevention Services </a></li>' + '\n');
      
      
   
      
      
       
document.write('<li><a href="/HOMELESS/housing.asp">Housing Support Services </a></li>' + '\n');
      
      
   
      
      
       
document.write('<li><a href="/HOMELESS/treatment.asp">Treatment</a></li>' + '\n');
      
      
   
      
      
       
document.write('<li><a href="/HOMELESS/employment.asp">Employment/Job Training</a></li>' + '\n');
      
      
   
      
      
       
document.write('<li><a href="/HOMELESS/benefits.asp">Benefits/Other Services</a></li>' + '\n');
      
      
   
      
      
       
document.write('<li><a href="/HOMELESS/resources.asp">Other Resources</a></li>' + '\n');
      
      
   
   
   
document.write('</ul>' + '\n');
document.write('</div>' + '\n');
document.write('<div class="clear"></div>' + '\n');
document.write('</div>' + '\n');
document.write('</li>' + '\n');
document.write('</ul>' + '\n');


