function importMainMenu() {
document.write('<a href=\"index.html\">Home</a><br>');
document.write('<a href=\"resume.html\">Resume</a><br>');
document.write('<a href=\"work/history.html\">Work History</a><br>');
document.write('<a href=\"work/projects.html\">Projects</a><br>');
document.write('<a href=\"awards.html\">Awards</a><br>');
document.write('<a href=\"activities.html\">Activities</a><br>');
document.write('<a href=\"interviews.html\">Interviews<a><br>');
document.write('<a href=\"links.html\">Links</a><br>');
document.write('<a href=\"contact.html\">Contact</a><br>');
document.write('<a href=\"http://danielmarantz.com/blog">Blog</a>');

document.write('<!-- Start of StatCounter Code -->');
document.write('<div><script type="text/javascript" language="javascript">');
document.write('var sc_project=441290; ');
document.write('var sc_partition=2; ');
document.write('var sc_security=""; ');
document.write('</script>');
document.write('<img style="display:none" src="http://c3.statcounter.com/counter.php?sc_project=441290&amp;java=0&amp;security=" alt="free web page counters" border="0">');
document.write('<!-- End of StatCounter Code --></div>');
}



function importProjectMenu() {
document.write('<a href=\"work/projects.html\">Overview</a><br>');
document.write('<a href=\"work/inetmap/inetmap.html\">InetMap</a><br>');
document.write('<a href=\"work/schedule/\">Schedulator</a><br>');
document.write('<a href=\"work/probe/\">Probe</a><br>');
document.write('<a href=\"work/garden/index.html\">The Garden</a><br>');
document.write('<a href=\"work/oarbs/index.html\">OARBS</a><br>');
document.write('<a href=\"work/lockdown/index.html\">Lockdown</a><br>');
document.write('<a href=\"work/cc/index.html\">Cartoon Carnage<a><br>');

//document.write('<a href=\"contact.html\">Contact</a>');
}
