<!--
//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 About = '<a href="http://www.nlaf.us/info/about.htm">About</a>';
var Contact = '<a href="http://www.nlaf.us/info/contact.htm">Contact</a>';
var Promote = '<a href="http://www.nlaf.us/services/promote.htm">Promote!</a>';
var Advertise = '<a href="http://www.nlaf.us/services/advertise.htm">Sponsorship</a>';
var Directory = '<a href="http://www.nlaf.us/help/sitemap.htm">Site Directory</a>';
var Policies = '<a href="http://www.nlaf.us/help/policies.htm">Privacy Policy</a>';
var Copyright = '<a href="http://www.nlaf.us/help/copyright.htm" class="copyright">Copyright</a>';

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

document.write('<p class="bottomNav" >'+ Home + ' | '+ About + ' | \n' + 
Contact + ' | \n' +
Advertise + ' | \n' +
Policies + '<\/p> \n' +
'<hr> \n' +
'<div class="copyright" >Copyright&copy; 2007 by National Leather Angels Fund. All rights reserved. <\/div>');
document.write('<\/table><\/center>');


