<!--
function chequeaOpinion()
{
//OPINION
	if (document.LM.Opinion.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length > 1000)
	{
		alert('Tu estimada opinión ya excede mil letras. Por favor sé más breve.');
		document.LM.Opinion.focus();
		return false;
	}

//MENSAJE
	if (document.LM.Mensaje.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length > 1000)
	{
		alert('Tu estimada opinión ya excede mil letras. Por favor sé más breve.');
		document.LM.Mensaje.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra un nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO
	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}

//URL
	if (document.LM.URL.value == "http://")
	{
		alert('Sería lindo tener tu URL completo... Pero bueno si no tienes, te borramos el \"http://\".');
		document.LM.URL.value = "";
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero un URL con espacios no existe!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf("http://") == -1)
	{
		alert("Perdón, pero hay que poner el \"http://\" ante el URL!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un URL sin puntito no existe!");
		document.LM.URL.focus();
		return false;
	}
}

function chequeaHistoria()
{
//HISTORIA
	if (document.LM.Historia.value == "")
	{
		alert('Por favor escribe algo!');
		document.LM.Historia.focus();
		return false;
	}

	if (document.LM.Historia.value.length < 10)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu historia.');
		document.LM.Historia.focus();
		return false;
	}

	if (document.LM.Historia.value.length > 2500)
	{
		alert('Tu apreciada historia ya excede 2.500 letras. Por favor sé un poquito más breve.');
		document.LM.Historia.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra un nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO
	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}

//URL
	if (document.LM.URL.value == "http://")
	{
		alert('Sería lindo tener tu URL completo... Pero bueno si no tienes, te borramos el \"http://\".');
		document.LM.URL.value = "";
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero un URL con espacios no existe!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf("http://") == -1)
	{
		alert("Perdón, pero hay que poner el \"http://\" ante el URL!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un URL sin puntito no existe!");
		document.LM.URL.focus();
		return false;
	}
}

function chequeaPregunta()
{
//PREGUNTA
	if (document.LM.Pregunta.value == "")
	{
		alert('Por favor haz una pregunta!');
		document.LM.Pregunta.focus();
		return false;
	}

	if (document.LM.Pregunta.value.length < 6)
	{
		alert('Parece que no escribiste casi nada?! Por favor sé más elocuente con tu pregunta.');
		document.LM.Pregunta.focus();
		return false;
	}

	if (document.LM.Pregunta.value.length > 255)
	{
		alert('Tu pregunta excede 255 letras. Por favor sé más breve.');
		document.LM.Pregunta.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra un nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO

	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}

//URL
	if (document.LM.URL.value == "http://")
	{
		alert('Sería lindo tener tu URL completo... Pero bueno si no tienes, te borramos el \"http://\".');
		document.LM.URL.value = "";
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero un URL con espacios no existe!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf("http://") == -1)
	{
		alert("Perdón, pero hay que poner el \"http://\" ante el URL!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un URL sin puntito no existe!");
		document.LM.URL.focus();
		return false;
	}
}

function chequeaCritica()
{
//CRITICA
	if (document.LM.Critica.value == "")
	{
		alert('Por favor haz una crítica!');
		document.LM.Critica.focus();
		return false;
	}

	if (document.LM.Critica.value.length < 6)
	{
		alert('Parece que no escribiste casi nada?! Por favor sé más elocuente con tu crítica.');
		document.LM.Critica.focus();
		return false;
	}

	if (document.LM.Critica.value.length > 255)
	{
		alert('Tu crítica excede 255 letras. Por favor sé más breve.');
		document.LM.Critica.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra un nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO

	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}

//URL
	if (document.LM.URL.value == "http://")
	{
		alert('Sería lindo tener tu URL completo... Pero bueno si no tienes, te borramos el \"http://\".');
		document.LM.URL.value = "";
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero un URL con espacios no existe!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf("http://") == -1)
	{
		alert("Perdón, pero hay que poner el \"http://\" ante el URL!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un URL sin puntito no existe!");
		document.LM.URL.focus();
		return false;
	}
}

function chequeaEntrada()
{
//ENTRADA
	if (document.LM.Entrada.value == "")
	{
		alert('Por favor entra algo!');
		document.LM.Entrada.focus();
		return false;
	}

	if (document.LM.Entrada.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé un poquito más elocuente con tu entrada.');
		document.LM.Entrada.focus();
		return false;
	}

	if (document.LM.Entrada.value.length > 1000)
	{
		alert('Tu estimado mensaje ya excede mil letras. Por favor sé más breve.');
		document.LM.Entrada.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra tu nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto tienes?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO
	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}

//URL
	if (document.LM.URL.value == "http://")
	{
		alert('Sería lindo tener tu URL completo... Pero bueno si no tienes, te borramos el \"http://\".');
		document.LM.URL.value = "";
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero un URL con espacios no existe!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf("http://") == -1)
	{
		alert("Perdón, pero hay que poner el \"http://\" ante el URL!");
		document.LM.URL.focus();
		return false;
	}

	if (document.LM.URL.value != "" && document.LM.URL.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un URL sin puntito no existe!");
		document.LM.URL.focus();
		return false;
	}
}

function validarBusqueda() {
	if (document.LM.buscar.value == "" || document.LM.buscar.value == " ") {
		alert("Por favor entra por lo menos una palabra (Mínimo 4 letras) para buscar");
		document.LM.buscar.focus();
		return false;
	}

	if (document.LM.buscar.value.length < 4) {
		var strBuscado = document.LM.buscar.value.length;
		if (document.LM.buscar.value.length == 1) {
			var palabra = "letra";
		} else {
			var palabra = "letras"
		}
		alert("Perdón, pero una busqueda con " + strBuscado + " " + palabra + " no produce resultados fehacientes.\nTiene que ser más larga la palabra que buscas. (Mínimo 4 letras)");
		document.LM.buscar.focus();
		return false;
	}
	return true
}

function letraOpinion()
{
//OPINION
	if (document.LM.Opinion.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length > 255)
	{
		alert('Tu estimada opinión ya excede 255 letras. Por favor sé más breve.');
		document.LM.Opinion.focus();
		return false;
	}
}

//MENSAJE
	if (document.LM.Mensaje.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length > 255)
	{
		alert('Tu estimada opinión ya excede 255 letras. Por favor sé más breve.');
		document.LM.Mensaje.focus();
		return false;
	}
}

function autorOpinion()
{
//OPINION
	if (document.LM.Opinion.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Opinion.focus();
		return false;
	}

	if (document.LM.Opinion.value.length > 255)
	{
		alert('Tu estimada opinión ya excede 255 letras. Por favor sé más breve.');
		document.LM.Opinion.focus();
		return false;
	}

//MENSAJE
	if (document.LM.Mensaje.value == "")
	{
		alert('Por favor dame una opinión!');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length < 4)
	{
		alert('No escribiste casi nada?! Por favor sé más elocuente con tu opinión.');
		document.LM.Mensaje.focus();
		return false;
	}

	if (document.LM.Mensaje.value.length > 255)
	{
		alert('Tu estimada opinión ya excede 255 letras. Por favor sé más breve.');
		document.LM.Mensaje.focus();
		return false;
	}

//NOMBRE
	if (document.LM.Nombre.value == "")
	{
		alert('Por favor entra un nombre!');
		document.LM.Nombre.focus();
		return false;
	}

	if (document.LM.Nombre.value.length < 3)
	{
		alert('Qué nombre más corto?! Por favor dame un nombre más creíble.');
		document.LM.Nombre.focus();
		return false;
	}

//ECORREO
	if (document.LM.Ecorreo.value == "")
	{
		alert('Por favor entra tu dirección email!');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value == "@")
	{
		alert('Sería lindo tener tu email completo... Pero bueno si no te gusta, inventa uno.');
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(" ") > -1)
	{
		alert("Perdón, pero espacios en una dirección email son imposibles!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf("@") == -1)
	{
		alert("Perdón, pero un email sin aroba (@) no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.indexOf(".") == -1)
	{
		alert("Perdón, pero un email sin puntito no existe!");
		document.LM.Ecorreo.focus();
		return false;
	}

	if (document.LM.Ecorreo.value.length < 10)
	{
		alert('Tu email no es creíble. Por favor entra algo válido.');
		document.LM.Ecorreo.value = "@";
		document.LM.Ecorreo.focus();
		return false;
	}
}

//CUALQUIERA
	//var back    = document.LM.cualquiera.value.indexOf('\\') == -1;
	//var forw    = document.LM.cualquiera.value.indexOf('/')  == -1;
	//var colon   = document.LM.cualquiera.value.indexOf(':')  == -1;
	//var semicol = document.LM.cualquiera.value.indexOf(';')  == -1;
	//var comma   = document.LM.cualquiera.value.indexOf(',')  == -1;
	//var dot     = document.LM.cualquiera.value.indexOf('.')  == -1;
	//var aster   = document.LM.cualquiera.value.indexOf('*')  == -1;
	//var quest   = document.LM.cualquiera.value.indexOf('?')  == -1;
	//var exclam  = document.LM.cualquiera.value.indexOf('!')  == -1;
	//var minor   = document.LM.cualquiera.value.indexOf('<')  == -1;
	//var major   = document.LM.cualquiera.value.indexOf('>')  == -1;
	//var pipe    = document.LM.cualquiera.value.indexOf('|')  == -1;
	//var equal   = document.LM.cualquiera.value.indexOf('=')  == -1;
	//var plus    = document.LM.cualquiera.value.indexOf('+')  == -1;
	//var quote   = document.LM.cualquiera.value.indexOf('\'') == -1;
	//var apostr  = document.LM.cualquiera.value.indexOf('\"') == -1;
	//var esszet  = document.LM.cualquiera.value.indexOf('ß')  == -1;
	//var minae   = document.LM.cualquiera.value.indexOf('ä')  == -1;
	//var minoe   = document.LM.cualquiera.value.indexOf('ö')  == -1;
	//var minue   = document.LM.cualquiera.value.indexOf('ü')  == -1;
	//var mayae   = document.LM.cualquiera.value.indexOf('Ä')  == -1;
	//var mayoe   = document.LM.cualquiera.value.indexOf('Ö')  == -1;
	//var mayue   = document.LM.cualquiera.value.indexOf('Ü')  == -1;
	//var tilde   = document.LM.cualquiera.value.indexOf('~')  == -1;
	//var degree  = document.LM.cualquiera.value.indexOf('°')  == -1;
	//var circon  = document.LM.cualquiera.value.indexOf('^')  == -1;
	//var brack1  = document.LM.cualquiera.value.indexOf('(')  == -1;
	//var brack2  = document.LM.cualquiera.value.indexOf(')')  == -1;
	//var brack3  = document.LM.cualquiera.value.indexOf('[')  == -1;
	//var brack4  = document.LM.cualquiera.value.indexOf(']')  == -1;
	//var brack5  = document.LM.cualquiera.value.indexOf('{')  == -1;
	//var brack6  = document.LM.cualquiera.value.indexOf('}')  == -1;
	//var amper   = document.LM.cualquiera.value.indexOf('&')  == -1;
	//var percent = document.LM.cualquiera.value.indexOf('%')  == -1;
	//var dollar  = document.LM.cualquiera.value.indexOf('$')  == -1;
	//var paragr  = document.LM.cualquiera.value.indexOf('§')  == -1;
	//var forwquo = document.LM.cualquiera.value.indexOf('´')  == -1;
	//var backquo = document.LM.cualquiera.value.indexOf('`')  == -1;
	//var hash    = document.LM.cualquiera.value.indexOf('#')  == -1;
	//var enje    = document.LM.cualquiera.value.indexOf('ñ')  == -1;

	//if (!back || !forw || !colon || !semicol || !comma || !dot || !aster || !quest || !exclam || !minor || !major || !pipe || !equal || !plus || !quote || !apostr || !esszet || !minae || !minoe || !minue || !mayae || !mayoe || !mayue || !tilde || !degree || !circon || !brack1 || !brack2 || !brack3 || !brack4 || !brack5 || !brack6 || !percent || !amper || !dollar || !paragr || !forwquo || !backquo || !hash || !enje)
	//{
	//	alert('Ninguna de las siguientes letras está permitida:\n\n\\  /  :  ;  ,  .  *  ?  !  <  >  |  =  +  \'  \"  ~  °  ^  (  )  [  ]  {  }  &  %  $  §  `  ´  #\nä  Ä  ö  Ö  Ü  ü  ß  ñ\n\nPlease enter a cualquiera without any of these characters!');
	//	document.LM.cualquiera.focus();
	//	return false;
	//}
//}
//-->
