if(typeof HuanXing == "undefined") HuanXing={};
HuanXing.ucProductList_class = function() {};
Object.extend(HuanXing.ucProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewsList: function(newsCataName) {
		return this.invoke("getNewsList", {"newsCataName":newsCataName}, this.getNewsList.getArguments().slice(1));
	},
	url: '/ajaxpro/HuanXing.ucProductList,HuanXing.ashx'
}));
HuanXing.ucProductList = new HuanXing.ucProductList_class();

