// menu.js

document.write("<a href='testimonials.aspx'>Student Testimonials</a>&nbsp;");
document.write("<a href='giftsatwork.aspx'>Gifts at Work</a>&nbsp;");
document.write("<a href='familyfund.aspx'>Family Fund</a>&nbsp;");
document.write("<a href='http://www.osuf.org' target='_blank'>OSU Foundation</a>&nbsp;");
document.write("<a href='default.aspx'>Development Home</a>&nbsp;");

// end