<!--
//edit the links as you would with regular html but remeber the '/" changes 
//and follow the examples as a guide
//-->

var Home = '<a href="http://www.nlaf.us">Home</a>';
<!--var Subscribe = '<a href="http://www.nlaf.us/services/subscribe.htm">Sign Up for News & Updates</a>';//-->

<!--
//NEED TO ADD COPYRIGHT LINK BACK IN WHEN PAGE DONE
//-->

document.write('<p class="topNav2" >'+ Home);



