if(typeof HuanXing == "undefined") HuanXing={};
HuanXing.ucImg_class = function() {};
Object.extend(HuanXing.ucImg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewsDataDs: function(newsCataName, num) {
		return this.invoke("getNewsDataDs", {"newsCataName":newsCataName, "num":num}, this.getNewsDataDs.getArguments().slice(2));
	},
	url: '/ajaxpro/HuanXing.ucImg,HuanXing.ashx'
}));
HuanXing.ucImg = new HuanXing.ucImg_class();

