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:[],
        */
        
        /* Only stipulate the firstDayOfWeek should the first day not be Monday
           
        firstDayOfWeek:0,
        */
        
        titles:[
               	
                     "Previous Month",
                      "Next month",
                        "Previous year",
                         "Next Year",
                             "Night",
                                "Nights"
                  ]
};

