if(typeof Community_ContributeList == "undefined") Community_ContributeList={};
Community_ContributeList_class = function() {};
Object.extend(Community_ContributeList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	articleSearch: function(WATypeId, currentPage, maxRow) {
		return this.invoke("articleSearch", {"WATypeId":WATypeId, "currentPage":currentPage, "maxRow":maxRow}, this.articleSearch.getArguments().slice(3));
	},
	url: '/ajaxpro/Community_ContributeList,App_Web_wuqroong.ashx'
}));
Community_ContributeList = new Community_ContributeList_class();

