var whsGlobalMessages = new Array();

whsGlobalMessages['hsm_city_name_null'] = 'Please fill in the location name';whsGlobalMessages['hsm_city_id_null'] = 'The location you typed does not exist in our database';whsGlobalMessages['hsm_email_null'] = 'The email is mandatory';whsGlobalMessages['hsm_uid_null'] = 'The booking code is mandatory';whsGlobalMessages['hsm_too_much_people'] = 'There cannot be more than 9 persons (children included) on a search. Please search again with fewer people or fewer rooms';whsGlobalMessages['bnm_leader_name_null'] = 'Please fill in your last name';whsGlobalMessages['bnm_leader_name_invalid'] = 'The last name can only contain letters, dashes(-), commas(,) and whitespaces';whsGlobalMessages['bnm_leader_surname_null'] = 'Please fill in your first name';whsGlobalMessages['bnm_leader_surname_invalid'] = 'The first name can only contain letters, dashes(-), commas(,) and whitespaces';whsGlobalMessages['bnm_leader_email_null'] = 'Please fill in the email address';whsGlobalMessages['bnm_leader_email_invliad'] = 'The email address provided is not valid';whsGlobalMessages['bnm_leader_email_nomatch'] = 'The email address is not confirmed';whsGlobalMessages['bnm_leader_phone_null'] = 'Please fill in the phone number';whsGlobalMessages['bnm_leader_phone_invalid'] = 'The phone number can only contain digits, plus signs and parantheses';whsGlobalMessages['bnm_guest_names'] = 'Please fill in the names of all guests';whsGlobalMessages['bnm_guest_names_invalid'] = 'Guest names can only contain letters, dashes(-), commas(,) and whitespaces';whsGlobalMessages['bnm_accept_terms'] = 'Please accept the terms and conditions';whsGlobalMessages['bnm_accept_cancel_policy'] = 'Please accept the cancel policy';whsGlobalMessages['bsm_really_cancel'] = 'Are you sure you want to cancel this booking?';
