<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="legacy.html">Start a Nonprofit</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="Foundation.html">Foundation</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');
document.write('&nbsp;|&nbsp;');



document.write('<br><br>All contents &copy;Copyright 2009 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Grant Funding Center</a><br>');






var GrantFundingCenter	  = "yes"  // SHOW Grant Funding Center COPYRIGHT






   if (GrantFundingCenter == "yes") {
document.write('<align="center">');
document.write('Site Design &copy; 2009 All Rights Reserved <a href="http://grantfundingcenter.com" target="_blank">Grant Funding Center</a>')
document.write('&nbsp;|&nbsp;');
document.write('<a href="http://www.hightechminds.com" target="_blank">Hosting High TechMinds Multimedia</a><br>');
}





//  End -->