
document.writeln("<hr/>")
document.writeln(" <div class=\"footer\">")
document.writeln(" <a href=\"index.html\">Home</a> |")
document.writeln(" <a href=\"resume.html\">Resume</a> <a href=\"documents/resume.pdf\">[pdf]</a> |")
document.writeln(" <a href=\"cv.html\">CV</a> <a href=\"documents/cv.pdf\">[pdf]</a> |")
document.writeln(" <a href=\"about.html\">About me</a>")
document.writeln(" </div>")
document.writeln(" ")
document.writeln(" <p style=\"text-align:center\">")
document.writeln("    <a href=\"http://validator.w3.org/check?uri=referer\">")
document.writeln("    <img style=\"border:0\"")
document.writeln("        src=\"http://www.w3.org/Icons/valid-xhtml10-blue\"")
document.writeln("        alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" /></a>")
document.writeln("")
document.writeln(" <a href=\"http://jigsaw.w3.org/css-validator/\">")
document.writeln("    <img style=\"border:0;width:88px;height:31px\"")
document.writeln("        src=\"http://jigsaw.w3.org/css-validator/images/vcss-blue\"")
document.writeln("        alt=\"Valid CSS!\" /></a>")
document.writeln(" </p>")
