if(typeof Marry == "undefined") Marry={};
if(typeof Marry.Ajax == "undefined") Marry.Ajax={};
Marry.Ajax.V_Comment_class = function() {};
Object.extend(Marry.Ajax.V_Comment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCommtent: function(Sid, Scomtent, Sname) {
		return this.invoke("AddCommtent", {"Sid":Sid, "Scomtent":Scomtent, "Sname":Sname}, this.AddCommtent.getArguments().slice(3));
	},
	getCommentList: function(SID, PageIndex) {
		return this.invoke("getCommentList", {"SID":SID, "PageIndex":PageIndex}, this.getCommentList.getArguments().slice(2));
	},
	url: '/ajaxpro/Marry.Ajax.V_Comment,Ajax.ashx'
}));
Marry.Ajax.V_Comment = new Marry.Ajax.V_Comment_class();


