//<!-- Copyright C 2005 Alexander Gee. All rights reserved. -->

function navigation() {
	document.write("<h4>Highlights</h4><p>");
	document.write("<LI><A href=\"teaching/index.html\">Teaching</A><p>");
	document.write("<LI><A href=\"research/index.html\">Research</A>");
	document.write("<LI><A href=\"projects/index.html\">Projects</A>");
	document.write("<LI><A href=\"publications/index.html\">Publications</A>");
	document.write("<LI><A href=\"presentations/index.html\">Presentations</A>");
	document.write("<LI><A href=\"interests/index.html\">Interests</A>");
}

