var about = ''
about += '<html>'
about += '<head>'
about += '<title>Untitled Document</title>'
about += '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">'
about += '<link href="normal.css" rel="stylesheet" type="text/css">'
about += '</head>'
about += '<body>'
about += '<table width="100%" border="0" cellpadding="0" cellspacing="0">'
about += '  <tr>'
about += '    <td align="left" valign="middle">&nbsp;</td>'
about += '  </tr>'
about += '  <tr>'
about += '    <td height="15" align="left" valign="middle"><a href="mission.htm" class="menu2">OUR MISSION</a></td>'
about += '  </tr>'
about += '  <tr>'
about += '    <td height="15" align="left" valign="middle"><a href="team.htm" class="menu2">OUR TEAM</a></td>'
about += '  </tr>'
about += '  <tr>'
about += '    <td height="15" align="left" valign="middle"><a href="location.htm" class="menu2">OUR LOCATIONS</a></td>'
about += '  </tr>'
about += '</table>'
about += '</body>'
about += '</html>'
document.write(about)
