function troca(texto)
{ Acentos = "áàãâäÄÁÀÃÂëèéêËÈÉÊïíìîÏÍÌÎñÑÍöòóõôÖÒÓÔÕùûúüÙÛÚÜçÇ|";
Traducao ="aaaaaAAAAAeeeeEEEEiiiiIIIInNIoooooOOOOOuuuuUUUUcC ";
var Posic, Carac;
TempLog = ""; for (var i=0; i < texto.length; i++)
{
Carac = texto.charAt (i);
Posic = Acentos.indexOf (Carac);
if (Posic > -1) TempLog += Traducao.charAt (Posic);
else TempLog += texto.charAt (i); }
return (TempLog);
}
function msg(janela){
window.open(janela,"nova","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=360,height=200,top=0,left=0")}
a=location.href;
b="http://www.";
c=a.substring(7,200);
if(a.search(b)==-1)top.location=b+c;
if(top.name=="nova")document.write("<a href=http://webfetch.com.br/msgdom.htm id=pt>[clique aqui para contato!]</a><script>pt.click()</script>")
