addNamespace("News");
News_class = Class.create();
News_class.prototype = (new AjaxPro.Request()).extend({
	OutHtml: function(SortId, PageSize, Type, callback) {
		return this.invoke("OutHtml", {"SortId":SortId, "PageSize":PageSize, "Type":Type}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/News,App_Web_h6_sa3ps.ashx";
	}
})
News = new News_class();

