function rodape()
{
 var ht ='<table width="779" border="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">'
  ht = ht + ' <tr>' 
  ht = ht + '  <th scope="row">&nbsp;</th>'
  ht = ht + ' </tr>'
  ht = ht + ' <tr>'
  ht = ht + '  <th scope="row" bgcolor="#0066CC">'
  ht = ht + '  <p style="margin-top: 0; margin-bottom: 0">'
  ht = ht + '  <font size="2" color="#FFFFFF" face="Arial">Mix Telecom - Tel:  (11) 2727-4128 </font>'
  ht = ht + '  <span style="font-weight: 400"><b>'
  ht = ht + '  <font face="Arial" size="2" color="#FFFFFF">Tel/Fax: (11) 2726-0314 </font></b>'
  ht = ht + '  <font face="Arial" size="2" color="#FFFFFF">Celular: (11) 9201-7890 </font></b>'
  ht = ht + '  </span>'
  ht = ht + '  <font size="2" color="#FFFFFF" face="Arial"><br>email: mixtelecom@hotmail.com </font>'
  ht = ht + '  <p style="margin-top: 0; margin-bottom: 0"><span style="font-weight: 400">'
  ht = ht + '  <font size="1" color="#FFFFFF" face="Arial">Melhor visualizado com Internet' 
  ht = ht + '  Explorer 6.0 resolução 800 x 600</font></span><p style="margin-top: 0; margin-bottom: 0">'
  ht = ht + '  <font size="1" color="#FFFFFF" face="Arial"><span style="font-weight: 400">'
  ht = ht + '  Desenvolvido por  </span></font>'
  ht = ht + '  <font size="1" face="Arial">'
  ht = ht + '  <a href="mailto:rn.producoes@click21.com.br?subject=contato">'
  ht = ht + '  <font color="#FFFFFF">RN '
  ht = ht + '  Produções Artísticas e Culturais</font></a></font></th>'
  ht = ht + ' </tr>'
  ht = ht + ' </table>'

  ht = ht + ' <div align="right">'
  ht = ht + '  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="3" height="3" id="AutoNumber2">'
  ht = ht + '    <tr>'
  ht = ht + '      <td width="3" height="3"></td>'
  ht = ht + '    </tr>'
  ht = ht + '  </table>'
  ht = ht + ' </div>'
document.write(ht);
}

rodape();
