if(typeof Marry == "undefined") Marry={};
if(typeof Marry.Ajax == "undefined") Marry.Ajax={};
Marry.Ajax.PE_Comment_class = function() {};
Object.extend(Marry.Ajax.PE_Comment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCommtent: function(commtenttitle, articleid, ishidename, content) {
		return this.invoke("AddCommtent", {"commtenttitle":commtenttitle, "articleid":articleid, "ishidename":ishidename, "content":content}, this.AddCommtent.getArguments().slice(4));
	},
	getCommentList: function(str) {
		return this.invoke("getCommentList", {"str":str}, this.getCommentList.getArguments().slice(1));
	},
	url: '/ajaxpro/Marry.Ajax.PE_Comment,Ajax.ashx'
}));
Marry.Ajax.PE_Comment = new Marry.Ajax.PE_Comment_class();


