var fdLocale = {
        months:[
                "January",
                "February",
                "March",
                "April",
                "May",
                "June",
                "July",
                "August",
                "September",
                "October",
                "November",
                "December"
                ],
        fullDay:[
                "Monday",
                "Tuesday",
                "Wednesday",
                "Thursday",
                "Friday",
                "Saturday",
                "Sunday"
                ],
        /* Only stipulate the dayAbbr should the first letter of the fullDay not suffice

        dayAbbr:[],
        */

        firstDayOfWeek:6,
        titles:[
                "Previous month",
                "Next month",
                "Previous year",
                "Next year"
        ]
};

ha.strings.dateInputHelpText = 'mm/dd/yyyy';
ha.strings.advancedSearchError = "An error occurred. Cannot search on the current search criteria.";
ha.strings.bothDatesRequiredMessage = "When providing travel dates, both arrival and departure dates are required.";
ha.strings.viewMapMsg = "View Map";
ha.strings.closeMapMsg = "Close Map";
ha.strings.errorMessage = "Sorry, the information is not available at this time.";
ha.strings.propertyCommentsLangTitle = "Please write to the owner in";
ha.settings.datepickers = {
    low: "today",
    high: "",
    divider: "/",
    format: "m-d-y",
    highlightDays: [0,0,0,0,0,0,0],
    disableDays: [0,0,0,0,0,0,0],
    locale: "en-us",
    splitDate:0,
    noFade: true,
    firstDayOfWeek: 6,
    txtFormat: "",
    txtClear: "clear",
    txtClose: "close"
}
