// Sistema exclusivo de envio *The Humancat*
function novajan() {
janel = window.open('','janel','top=100,left=150,width=470,height=370,resizable=1');
if (window.focus) {janel.focus();}
with (janel.document)
{
open();
write('<html><head>');
write('<title>Convite</title>');
write('</head><body bgcolor="#E0D0A)" text="maroon"><p>&nbsp;</p>');
write('<font face="arial,helvetica">');
write('<h2 align="center"><b>Aguarde.</b></h2>');
write('<p>&nbsp;</p>');
write('<h3 align="center">carregando campos</h3>');
write('<h3 align="center">de nomes e endereços</h3>');
write('<h3 align="center">para o seu preenchimento.</h3>');
write('</font></body></html>');
close();
}
}

var titulo = document.title;
var ender = document.location;
document.write("<form name=\"envio\" type=\"get\" action=\"../refer.htm\" target=\"janel\" onSubmit=\"novajan()\">");
document.write("<input type=\"hidden\" name=\"titulo\" value=\""+titulo+"\">");
document.write("<input type=\"hidden\" name=\"ender\" value=\""+ender+"\">");
document.write("<input type=\"image\" src=\"../I/emaila.gif\" alt=\"clique para envio\" border=\"0\" onfocus=\"this.blur()\">");
document.write("</form>");
function union() {
var nova=window.open("../union.htm","nova","width=50,height=50,left=50,top=60");
}