var alert_max9pas = "The maximum number of passengers is 9.";
var alert_noSelPas = "You have not selected a passenger";
var alert_max2ninos = "Maximum of two children per adult.";
var alert_max1bebe = "Maximum of one infant per adult.";
var alert_writeYourcity = "Enter the city";
var alert_noAeropuertoOrigen = "Enter the departure city.";
var alert_noNumberAeropuertoOrigen = "The departure city cannot contain numbers.";
var alert_noAeropuertoDestino = "Enter the destination city.";
var alert_noNumberAeropuertoDestino = "The destination city cannot contain numbers.";
var alert_noDepartureDate = "Enter the departure date.";
var alert_formatDepartureDate = "The departure date needs to be entered in the format dd/mm/yyyy, e.g. 27/12/2006";
var alert_timeDepartureDate = "The departure date needs to be after today's date";
var alert_noReturnDate = "Enter the return date.";
var alert_formatReturnDate = "The return date needs to be entered in the format dd/mm/yyyy, e.g. 27/12/2006";
var alert_timeReturnDate = "The return date needs to be after today's date";
var alert_timeArrivalReturnDate = "The return date needs to be after the departure date";

var alert_noAeropuertoOrigen1 = "Please indicate a city of origin for the first flight.";
var alert_noNumberAeropuertoOrigen1 = "The city of origin for the first flight can not include digits.";
var alert_noAeropuertoDestino1 = "Please indicate the city of destination for the first flight.";
var alert_noNumberAeropuertoDestino1 = "The city of destination for the first flight can not include digits.";

var alert_noAeropuertoOrigen2 = "Please indicate the city of origin for the second flight.";
var alert_noNumberAeropuertoOrigen2 = "The city of origin for the second flight can not include digits.";
var alert_noAeropuertoDestino2 = "Please indicate the city of destination for the second flight";
var alert_noNumberAeropuertoDestino2 = "The city of destination for the second flight can not include digits.";

var alert_noAeropuertoOrigen3 = "Please indicate the city of origin for the third flight.";
var alert_noNumberAeropuertoOrigen3 = "The city of origin for the third flight can not include digits";
var alert_noAeropuertoDestino3 = "Please indicate the city of destination for the third flight.";
var alert_noNumberAeropuertoDestino3 = "The city of destination for the third flight can not include digits.";

var alert_noDepartureDate1 = "Please indicate the departure date of the first flight.";
var alert_formatDepartureDate1 = "The correct format for the departure date of the first flight is dd/mm/yyyy, ex: 24/11/2009";
var alert_timeDepartureDate1 =  "The departure date of the first flight must be after today.";

var alert_noDepartureDate2 = "Please indicate the departure date of the second flight.";
var alert_formatDepartureDate2 = "The correct format for the departure date of the second flight is dd/mm/yyyy, ex: 24/11/2009";
var alert_timeDepartureDate2 = "The departure date of the second flight must be after today.";
var alert_timeArrivalReturnDate2 = "The departure date of the second flight must be after the departure date of the first flight.";

var alert_noDepartureDate3 = "Please indicate the departure date of the third flight.";
var alert_formatDepartureDate3 = "The correct format for the departure date of the third flight is dd/mm/yyyy, ex: 24/11/2009";
var alert_timeDepartureDate3 = "The departure date of the third flight must be after today.";
var alert_timeArrivalReturnDate3 = "The departure date of the third flight must be after the departure date of the second flight.";
var alert_timeDateNotAllowed3 = "It is not possible to search flights for the selected dates. It is not possible to book 3 flights for the same day.";

var alert_theree_flights_same_option = "Please select 3 flights in the same option.";

var labelSoyFlexibe = "I am flexible";
var labelOneWay = "One-Way";

var urlBuscaOfertas = "/edreams/shared/seo/busca-precios/checkCitys.jhtml";
