if(typeof MHz == "undefined") MHz={};
if(typeof MHz.OpenV1 == "undefined") MHz.OpenV1={};
if(typeof MHz.OpenV1.OpenBlogWeb == "undefined") MHz.OpenV1.OpenBlogWeb={};
if(typeof MHz.OpenV1.OpenBlogWeb.ucCalendar == "undefined") MHz.OpenV1.OpenBlogWeb.ucCalendar={};
MHz.OpenV1.OpenBlogWeb.ucCalendar_class = function() {};
Object.extend(MHz.OpenV1.OpenBlogWeb.ucCalendar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AxCalendar: function(Year, Month, CategoryID) {
		return this.invoke("AxCalendar", {"Year":Year, "Month":Month, "CategoryID":CategoryID}, this.AxCalendar.getArguments().slice(3));
	},
	AxPopContentCalendar: function(Year, Month) {
		return this.invoke("AxPopContentCalendar", {"Year":Year, "Month":Month}, this.AxPopContentCalendar.getArguments().slice(2));
	},
	AxMyContentCalendar: function(Period) {
		return this.invoke("AxMyContentCalendar", {"Period":Period}, this.AxMyContentCalendar.getArguments().slice(1));
	},
	url: '/ajaxpro/MHz.OpenV1.OpenBlogWeb.ucCalendar,MHz.OpenV1.OpenBlogWeb.ashx'
}));
MHz.OpenV1.OpenBlogWeb.ucCalendar = new MHz.OpenV1.OpenBlogWeb.ucCalendar_class();


