if(typeof LiteWeb == "undefined") LiteWeb={};
if(typeof LiteWeb.Page == "undefined") LiteWeb.Page={};
if(typeof LiteWeb.Page.ExpertPage_class == "undefined") LiteWeb.Page.ExpertPage_class={};
LiteWeb.Page.ExpertPage_class = function() {};
Object.extend(LiteWeb.Page.ExpertPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	gpostresult: function(pid, title, content, uid, uname) {
		return this.invoke("gpostresult", {"pid":pid, "title":title, "content":content, "uid":uid, "uname":uname}, this.gpostresult.getArguments().slice(5));
	},
	url: '/AjaxScript/LiteWeb.Page.ExpertPage,LiteWeb.Page.js'
}));
LiteWeb.Page.ExpertPage = new LiteWeb.Page.ExpertPage_class();

