document.write("<table border=\"0\" width=\"100%\">");
document.write("  <tr>");
document.write("    <td class = \"footer\"><center>");
document.write("      || <a href=\"index.htm\"> Home</a> | <a href=\"resume.htm\"> About Me</a> |");
document.write("      <a href=\"transcript.htm\">Results</a> | <a href=\"research.htm\"> Research</a> |");
document.write("      <a href=\"achievements.htm\"> Achievements</a> | <a href=\"photos.htm\"> Photos</a> | <a href=\"contact.htm\"> Contacts</a> | <a href=\"links.htm\"> Links</a> || ");
document.write("      	<br> || Projects |");
document.write("      <a href=\"software.htm\">Software Projects</a> |<a href=\"hardware.htm\">");
document.write("      Hardware Projects</a> | <a href=\"webdesign.htm\"> Web Design Projects</a> | <a href=\"projects.htm\"> Other Projects</a> || <br>");
document.write("      </center>");
document.write("    </td>");
document.write("  </tr><tr><td>");
document.write("<center>");
document.write("<font face=arial size = \"1\">Last Updated: ");
document.write(document.lastModified)
document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copyright © Nirisha 2002 </FONT>");
document.write("</td></tr></table>");


