
var localCalendar = '/cgi-bin/calen.cgi';
var localFSPage = '/lib/FS/fswait_en.html';

var CUError = new Array(8);
CUError[0] = "Please verify your name. The field cannot be blank.";
CUError[1] = "Sorry, but the following characters\n\r\n\r@ $ % ^ & * # ( ) [ ] \\ { + } , ; ` ~ = | \n\r\n\rare not allowed!\n";
CUError[2] = "Email address seems incorrect (check @ and .`s).";
CUError[3] = "The username doesn`t seem to be valid.";
CUError[4] = "Destination IP address is invalid!";
CUError[5] = "The domain name doesn`t seem to be valid.";
CUError[6] = "The address must end in a three-letter domain, or two letter country.";
CUError[7] = "This address is missing a hostname!";
CUError[8] = "Please verify Traveler Name. The field cannot be blank.";
CUError[9] = "Please verify Ticket Number. The field cannot be blank.";
CUError[10] = "Please verify your first name. The field cannot be blank.";
CUError[11] = "Please verify your last name. The field cannot be blank.";
CUError[12] = "Please verify Confirmation number. The field cannot be blank.";
CUError[13] = "Please verify Email Address. The field cannot be blank.";
CUError[14] = "Email addresses are not same. Please verify";

var FFError = new Array(2);
FFError[0] = "Departing location is a required field.";
FFError[1] = "Destination location is a required field.";

var FSError = new Array(7);
FSError[0] = "Please supply the following:\n\n";
FSError[1] = "Please enter an origin city. Your entry must be at least 3 characters in length.\n";
FSError[2] = "Please enter a destination city. Your entry must be at least 3 characters in length.\n";
FSError[3] = "Departing airport should be alpha characters only.\n";
FSError[4] = "Arriving airport should be alpha characters only.\n";
FSError[5] = "Flight number should be numeric only.\n";
FSError[6] = "Please enter either a city pair or flight number.\n";

var MPError = new Array(4);
MPError[0] = "Please Supply the Following:";
MPError[1] = "MileagePlus is a required field. It can only contain numbers.";
MPError[2] = "Password is a required field.";
MPError[3] = "The MileagePlus number you have entered is invalid. Please check the number and resubmit.";

