 document.write('<UL>'+
        '<LI><A href="index.html">Home</A></LI>' +
        '<LI><A href="company-profile.html">Company Profile</A></LI>' +
		'<LI><A href="instructors.html">Instructors</A></LI>' +
        '<LI><A href="us-locations.html">US Locations</A></LI>' +
        '<LI><A href="contact-us.html">Contact Us</A></LI>' +
		'<LI><A href="http://brainchild.org/" target="_new">BrainChild.org</A></LI>' +
    '</UL>');
