document.write('<!--[if gte IE 5]><br /><![endif]-->');
document.write('<ul id="menu">');
document.write('<li><a href="index.html">Home</a></li>');
document.write('<li><a href="goals.html">101 Goals</a></li>');
document.write('<li><a href="projects.html">Projects</a></li>');
document.write('<li><a href="aviation.html">Aviation</a></li>');
//document.write('<li><a href="resume.html">Resume</a></li>');
document.write('<li><a href="links.html">Links</a></li>');
document.write('<li><a href="http://www.linkedin.com/in/dimayz" target="_blank"><img src="images/linkedin.gif" style="width:96px;height:23px;border:0" alt="" /></a></li>');
document.write('</ul>');