if(typeof AboutUs == "undefined") AboutUs={};
AboutUs_class = function() {};
Object.extend(AboutUs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAboutUsByAjax: function(articleTitle) {
		return this.invoke("GetAboutUsByAjax", {"articleTitle":articleTitle}, this.GetAboutUsByAjax.getArguments().slice(1));
	},
	GetArticleListByAjax: function(sortName) {
		return this.invoke("GetArticleListByAjax", {"sortName":sortName}, this.GetArticleListByAjax.getArguments().slice(1));
	},
	GetFriendLinkByAjax: function() {
		return this.invoke("GetFriendLinkByAjax", {}, this.GetFriendLinkByAjax.getArguments().slice(0));
	},
	url: '/ajaxpro/AboutUs,App_Web_ifq0oqlu.ashx'
}));
AboutUs = new AboutUs_class();

