 function correo(usuario, dominio, texto) {
	 document.write('<a href=\"mailto:' + usuario + '@' + dominio + '\">'+texto+'</a>');
 }

