if(typeof yuetu_cn == "undefined") yuetu_cn={};
if(typeof yuetu_cn.index == "undefined") yuetu_cn.index={};
yuetu_cn.index_class = function() {};
Object.extend(yuetu_cn.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClass: function() {
		return this.invoke("GetClass", {}, this.GetClass.getArguments().slice(0));
	},
	GetNews: function(o) {
		return this.invoke("GetNews", {"o":o}, this.GetNews.getArguments().slice(1));
	},
	url: '/ajaxpro/yuetu_cn.index,yuetu_cn.ashx'
}));
yuetu_cn.index = new yuetu_cn.index_class();

