document.writeln("<div id=\"titlebar\">");
document.writeln("<div id=\"title-content\" >");
document.writeln("<a href=\"index.html\"><span id='logo'>&copy; Siddharth Mitra</span></a>");//
document.writeln("<H2>&nbsp;&nbsp;&nbsp;&nbsp; ");
document.writeln("<A href=\"index.html\" title=\"Back to square one...\">Home</A> &nbsp;&nbsp;&nbsp;&nbsp; ");
document.writeln("<A href=\"research.html\" title=\"Publications and other docs\">Research</A> &nbsp;&nbsp;&nbsp;&nbsp; ");
document.writeln("<A href=\"http://github.com/sidmitra\" title=\"Publications and other docs\">Projects</A> &nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<A href=\"resume.pdf\" title=\"My resumé in a PDF format\">Resumé</A> &nbsp;&nbsp;&nbsp;&nbsp; ");
document.writeln("<A href=\"books.html\" title=\"Books I'm reading\">Reading List</A>");
document.writeln("</H2>");
document.writeln("</div>");
document.writeln("</div>");

