if(typeof MightyLittle == "undefined") MightyLittle={};
MightyLittle.DatePickerAjax_class = function() {};
Object.extend(MightyLittle.DatePickerAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNextMonthPeriods: function(CurrDate, uniqeid) {
		return this.invoke("GetNextMonthPeriods", {"CurrDate":CurrDate, "uniqeid":uniqeid}, this.GetNextMonthPeriods.getArguments().slice(2));
	},
	GetPrevMonthPeriods: function(CurrDate, uniqeid) {
		return this.invoke("GetPrevMonthPeriods", {"CurrDate":CurrDate, "uniqeid":uniqeid}, this.GetPrevMonthPeriods.getArguments().slice(2));
	},
	GetThisMonthPeriod: function(CurrDate, uniqeid) {
		return this.invoke("GetThisMonthPeriod", {"CurrDate":CurrDate, "uniqeid":uniqeid}, this.GetThisMonthPeriod.getArguments().slice(2));
	},
	url: '/ajaxpro/MightyLittle.DatePickerAjax,afwebb.ashx'
}));
MightyLittle.DatePickerAjax = new MightyLittle.DatePickerAjax_class();

