// JavaScript Document
// Write by Hugo Freitas

document.writeln('<table width="100%" height="100%" class="tabeladorodape">');
document.writeln('  <tr>');
document.writeln('    <td valign="top" align="center" width="250px">');
document.writeln('      <a href="http://www.hoteldaweb.com.br" target="_blank">');
document.writeln('        <img src="imagens/hoteldaweb.png" alt="Hospedagem de sites" border="0">');
document.writeln('      </a>');
document.writeln('    </td>');
document.writeln('    <td valign="top" align="center">');
document.writeln('      <code>');
document.writeln('	      HugoFreitas.com.br &copy; Todos os direitos reservados<br />');
document.writeln('        Site melhor visualizado em resolução 1280x1024 ou superiores<br />');
document.writeln('        Layout desenvolvido por Hugo Freitas.');
document.writeln('	    </code>');
document.writeln('    </td>');
document.writeln('    <td valign="middle" align="center" width="250px">');
document.writeln('      <img src="imagens/selos/selo-firefox.gif" /> ');
document.writeln('      <img src="imagens/selos/selo-ie.gif" /> ');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('<a name="menu"></a>');