if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDays: function(year, month) {
		return this.invoke("GetDays", {"year":year, "month":month}, this.GetDays.getArguments().slice(2));
	},
	url: '/ajaxpro/Index,App_Web_index.aspx.cdcab7d2.ashx'
}));
Index = new Index_class();


