document.writeln("<ul>")
document.writeln("<li><a href='index.htm'>Home</a></li>")
document.writeln("<li><a href='about.htm'>About Us</a></li>")
document.writeln("<li><a href='giftedness.htm'>Understanding Giftedness</a></li>")
document.writeln("<li><a href='youth_programs.htm'>Youth Programs</a></li>")
document.writeln("<li><a href='parent_programs.htm'>Parent Programs</a></li>")
document.writeln("<li><a href='services.htm'>Services for Professionals</a></li>")
document.writeln("<li><a href='supporters.htm'>Supporters</a></li>")
document.writeln("<li><a href='people.htm'>People</a></li>")
document.writeln("<li><a href='resources.htm'>Resources</a></li>")
document.writeln("</ul>")