if(typeof HWSWeb == "undefined") HWSWeb={};
if(typeof HWSWeb.CalendarList == "undefined") HWSWeb.CalendarList={};
HWSWeb.CalendarList_class = function() {};
Object.extend(HWSWeb.CalendarList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEventDatesForMonth: function(Month, Year) {
		return this.invoke("GetEventDatesForMonth", {"Month":Month, "Year":Year}, this.GetEventDatesForMonth.getArguments().slice(2));
	},
	url: '/dailyUpdate/ajaxpro/HWSWeb.CalendarList,HWSWeb.ashx'
}));
HWSWeb.CalendarList = new HWSWeb.CalendarList_class();

