      <FORM name=form1>
      <P align="left" style="margin-top: 0; margin-bottom: 0"><strong><font size="1" face="Verdana">Coloque
      seu nick aqui</font></strong></P>
      <P align="left" style="margin-top: 0; margin-bottom: 0"><FONT color=#000000 size="1" face="Verdana"><INPUT 
      size=21 name=entrada style="font-family: Verdana; font-size: 8 pt; color: #931A09; background-color: #F2C8C8; border: 1 solid #931A09"> 
      </FONT><FONT face="Verdana" color=#003366 size=1><B><INPUT onclick=execNickNamer() type=button value="OK" name=button style="background-color: #EAD1D1; font-family: Verdana; font-size: 8 pt; color: #931A09">
       </B>
      </FONT>
      </P>
      <P align="left" style="margin-top: 0; margin-bottom: 0"> </P>
      <DIV align=center>
      <P align="left" style="margin-top: 0; margin-bottom: 0"><STRONG><FONT size="1" face="Verdana">Resultado</FONT><FONT color=#000000 size="1" face="Verdana"><FONT color=#003366></FONT></FONT></STRONG></P></DIV>
      <DIV align=center>
      <P align="left" style="margin-top: 0; margin-bottom: 0"><FONT color=#000000 size="1" face="Verdana"><B><INPUT 
      style="width: 144; height: 18; background-color: #F7D9D9; font-family: Verdana; font-size: 8 pt; color: #931A09; border: 1 solid #931A09" size=39 
      name=saida></B></FONT></P></DIV></FORM>
      <P> </P>

      <P align=center> </P>

      <P align=center> </P>

      <P align=center><B><FONT face="Verdana" color=#003366 size=1> 
      <SCRIPT language=JavaScript><!--


	var y=0;
	var campoCheio=null;

function converter(n) {
	if(n=='A') n='';
	if(n=='a') n='';
	if(n=='B'||n=='b') n='';
	if(n=='C') n='';
	if(n=='c') n='';
	if(n=='D') n='';
	if(n=='d') n='';
	if(n=='E') n='';
	if(n=='e') n='';
	if(n=='F') n='F';
	if(n=='f') n='f';
	if(n=='G') n='G';
	if(n=='g') n='g';
	if(n=='H') n='H';
	if(n=='h') n='h';
	if(n=='I') n=''; 
	if(n=='i') n='';
	if(n=='L'||n=='l') n='';
	if(n=='m'||n=='M') n='(\/)';
	if(n=='N') n='';
	if(n=='n') n='';
	if(n=='o') n='';
	if(n=='O') n='';
	if(n=='p'|| n=='P') n='';
	if(n=='r'|| n=='R') n='';
	if(n=='s'|| n=='S') n='';
	if(n=='T') n='T';
	if(n=='t') n='t';
	if(n=='u') n='';
	if(n=='U') n='';
	if(n=='v'||n=='V') n='\/';
	if(n=='Y') n='';
	else n=n
	return n
}

function chgNick() {   
	var enter='';
	var out='';             
	var output='';
   var enter=document.form1.entrada.value;
	var out=document.form1.saida.value;
   if(enter!='') {
   	campoCheio=true;
      for(var i=0;i<enter.length+1;i++) 
			output+=converter(enter.charAt(i));
      saida1='-=|'+output+'|=-'; }
   if(enter==''&&document.form1.saida.value!='') {
		alert('No preencha o segundo campo!  o primeiro d!');
		campoCheio=false; }
   if(out==''&&enter=='') {
		alert('O primeiro campo deve ser preenchido Rondnelly');
		campoCheio=false; }                                
}

function mostrarNick() {
	if(campoCheio) {
   	document.form1.saida.value=saida1.substring(0,y);
      y++;
      tempo=setTimeout('mostrarNick()',100);
      if(y==saida1.length+1) clearTimeout(tempo); }
}

function execNickNamer() {
	chgNick();
   if(campoCheio) mostrarNick();
	enter='';
	out='';
}
// --></SCRIPT>
      </FONT>
       </B></P>
