var html = ""
html += "<table border=0 cellpadding=1 cellspacing=0 width=100%>"
html += "<tr class=mexContentNav>"
html += "<td>"
html += "<span class=headertext>Site Navigation"
html += "<table border=0 cellpadding=3 cellspacing=0 width=100%>"
html += "<tr bgcolor=ffffcc>"
html += "<td valign=top>"
html += "<span class=navtext>"
html += "<a href='http://www.guaren.com/'>Home</a>"
html += "<br>"
html += "<a href='/addressBook/'>Address Book</a> - <i>sign in!</i>"
html += "<br>"
html += "<a href='/resume/'>Resume</a>"
html += "<br>"
html += "<a href='/pictures/'>Pictures</a>"
html += "<br>"
html += "<a href='/lingo/'>Lingo</a>"
html += "<br>"
html += "<a href='/contactMe/'>Contact Me</a>"
html += "<br>"
html += "<a href='/sms/'>Send Text Message</a> - <img src=http://www.guaren.com/images/allnew.gif>"
html += "<br>"
html += "<a href='/archives/'>Archives</a>"
html += "<br>"
html += "<a href='http://www.cafepress.com/cp/store/store.aspx?storeid=guaren' target=_>Visit the Guaren Store</a>"
html += "</td>"
html += "</tr>"
html += "</table>"
html += "</td>"
html += "</tr>"
html += "</table>"

document.write(html);
