var alertaMsg=new Object();alertaMsg.CAMPOS_DISTINTOS="''[param_1]'' y ''[param_2]'' deben ser iguales.";alertaMsg.MIN_CHARS="''[param_1]'' debe tener un mínimo de [param_2] caracteres.";alertaMsg.NO_VACIO="''[param_1]'' es obligatorio.";alertaMsg.MAX_CHARS="''[param_1]'' sólo puede tener un máximo de [param_2] caracteres.";alertaMsg["EMAIL_INVALIDO_@"]="El e-mail que has introducido es incorrecto.";alertaMsg.EMAIL_USUARIO_CHARS_INVALIDOS="El e-mail que has introducido es incorrecto.";alertaMsg.EMAIL_DOMINIO_INVALIDO="El e-mail que has introducido es incorrecto.";alertaMsg.EMAIL_="El e-mail que has introducido es incorrecto.";alertaMsg.EMAIL_USUARIO_INVALIDO="El e-mail que has introducido es incorrecto.";alertaMsg.EMAIL_IP_INVALIDO="El e-mail que has introducido es incorrecto.";alertaMsg.DOMINIO_INVALIDO="El dominio del e-mail es erróneo.";alertaMsg.EMAIL_DOMINIO_CORTO="El dominio del e-mail debe tener entre 2 y 6 caracteres.";alertaMsg.EMAIL_DOMINIO_FALTA="Has introducido un e-mail erróneo.";alertaMsg.EMAIL_INVALIDO="Has introducido un e-mail erróneo.";alertaMsg.FALTA_SPEC_EN_CAMPO="Debes seleccionar una opción en ''[param_1]''.";alertaMsg.SEL_VALOR_EN_CAMPO="Debes seleccionar una opción en ''[param_1]''";alertaMsg.OPCION_INVALIDA_SALARIOS="Has elegido una opción no válida en los campos de salario.";alertaMsg.SALARIOS_TIPOS_DIFERENTES="Debes escoger dos salarios del mismo tipo.";alertaMsg.SALARIO_MAX_MENOR="El salario máximo debe ser mayor o igual que el salario mínimo.";alertaMsg.CV_DATOS_PERSONALES_NOM="Para garantizar tu privacidad, no puedes introducir tu nombre y apellidos en el currículum en texto.";alertaMsg.CV_DATOS_PERSONALES_TEL="Para garantizar tu privacidad, no puedes introducir teléfonos de contacto en tu currículum en texto.";alertaMsg.CV_DATOS_PERSONALES_MAIL="Para garantizar tu privacidad, no puedes introducir tu e-mail en tu currículum en texto.";alertaMsg.SOLO_NUMEROS="''[param_1]'' sólo puede contener números.";alertaMsg.FALTA_OPCION="Debes seleccionar una opción en ''[param_1]''.";alertaMsg.SEL_ELEMENTOS_MAX="Sólo puedes seleccionar una máximo de [param_2] opciones en ''[param_1]''.";alertaMsg.URL_SIN_HTTP="La web debe empezar por http://";alertaMsg.PRIV_NORMAL_NO_OCULTAR="La opción que has seleccionado no te permite ocultar estos datos personales.";alertaMsg.PRIV_MAX_NO_VISIBLE="Con el nivel de privacidad seleccionado, tu currículum no será visto por las empresas cuando busquen en la base de datos.";alertaMsg[""]="";function addGlobalErrorMessage(a,e){var b=getMessageString(e);if(b){for(var d=2;d<arguments.length;d++){var c=new RegExp("\\[param_"+(d-1)+"]");b=b.replace(c,arguments[d])}addErrorMessage(a,b)}}function addGlobalErrorMessageWithKey(e,a,f){var b=getMessageString(f);if(b){for(var d=3;d<arguments.length;d++){var c=new RegExp("\\[param_"+(d-2)+"]");b=b.replace(c,arguments[d])}addErrorMessageWithKey(e,a,b)}}function getMessageString(a){return alertaMsg[a]};