if(typeof LiteWeb == "undefined") LiteWeb={};
if(typeof LiteWeb.Web == "undefined") LiteWeb.Web={};
if(typeof LiteWeb.Web.UC == "undefined") LiteWeb.Web.UC={};
if(typeof LiteWeb.Web.UC.comment_class == "undefined") LiteWeb.Web.UC.comment_class={};
LiteWeb.Web.UC.comment_class = function() {};
Object.extend(LiteWeb.Web.UC.comment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	commentpostresult: function(fid, tid, content, domainname) {
		return this.invoke("commentpostresult", {"fid":fid, "tid":tid, "content":content, "domainname":domainname}, this.commentpostresult.getArguments().slice(4));
	},
	url: '/AjaxScript/LiteWeb.Web.UC.comment,LiteWeb.Web.js'
}));
LiteWeb.Web.UC.comment = new LiteWeb.Web.UC.comment_class();

