//this include provides the standard links that go at the top of the page
//to turn a line of html code into js, write it in the format:
//document.write('TYPE HTML CODE HERE');
//don't forget to surround the string with the single quotes, and end the line with a semicolon

document.write('<div class="link_style"><table align="center">');
document.write('<tr><td width="100"><p><a HREF="About_HSA.html">About HSA</a></p></td>');
document.write('<td width="160"><p><a HREF="Exec_Board.html">Meet the Exec Board</a></p></td>');
document.write('<td width="75"><p><a HREF="Events.html">Events</a></p></td>');
document.write('<td width="150"><p><a HREF="Links_and_Resources.html">Links and Resources</a></p></td>');
document.write('<td width="100"><p><a HREF="HSA_Week.html">HSA Week</a></p></td>');
document.write('<td width="100"><p><a HREF="Contact_Us.html">Contact Us</a></p></td>');
document.write('<td width="75"><p><a HREF="http://www.duke.edu">duke.edu</a></p></td>');
document.write('</tr> </table> </div>');