addNamespace("Web_NewsAjax");
Web_NewsAjax_class = Class.create();
Web_NewsAjax_class.prototype = (new AjaxPro.Request()).extend({
	GetNewsByBigSort: function(cate, callback) {
		return this.invoke("GetNewsByBigSort", {"cate":cate}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Web_NewsAjax,App_Web_mda_jfif.ashx";
	}
})
Web_NewsAjax = new Web_NewsAjax_class();

