var html = ""
html += "<br><br>"
html += "<table border=0 cellpadding=1 cellspacing=0 width=100%>"
html += "<tr>"
html += "<td>"
html += "<table border=0 cellpadding=3 cellspacing=0 width=100%>"
html += "<tr>"
html += "<td valign=top align=center>"
html += "<span class=footertext>"
html += "<img src=http://www.guaren.com/images/911.jpg border=0><br><br>"
html += "<a href='http://www.guaren.com/'>Home</a> |"
html += "<a href='/addressBook/'>Address Book</a> |"
html += "<a href='/resume/'>Resume</a> |"
html += "<a href='/pictures/'>Pictures</a> |"
html += "<a href='/lingo/'>Lingo</a> |"
html += "<a href='/contactMe/'>Contact Me</a>"
html += "</td>"
html += "</tr>"
html += "<tr>"
html += "<td valign=top align=center>"
html += "<span class=footertext>Having trouble with the site? This site best viewed by <a href='http://www.microsoft.com/ie/'>Microsoft Internet Explorer 5.0 or greater.</a>"
html += "</td>"
html += "</tr>"
html += "</table>"
html += "</td>"
html += "</tr>"
html += "</table>"

document.write(html);
