if(typeof WebAspx == "undefined") WebAspx={};
if(typeof WebAspx.Ajax == "undefined") WebAspx.Ajax={};
if(typeof WebAspx.Ajax.Comm == "undefined") WebAspx.Ajax.Comm={};
WebAspx.Ajax.Comm_class = function() {};
Object.extend(WebAspx.Ajax.Comm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddC_usergo: function(companyId, type) {
		return this.invoke("AddC_usergo", {"companyId":companyId, "type":type}, this.AddC_usergo.getArguments().slice(2));
	},
	AddC_Vote: function(companyId) {
		return this.invoke("AddC_Vote", {"companyId":companyId}, this.AddC_Vote.getArguments().slice(1));
	},
	C_CpDetail: function(cpId) {
		return this.invoke("C_CpDetail", {"cpId":cpId}, this.C_CpDetail.getArguments().slice(1));
	},
	CommentAdd: function(relationId, f_model) {
		return this.invoke("CommentAdd", {"relationId":relationId, "f_model":f_model}, this.CommentAdd.getArguments().slice(2));
	},
	GetCommentCount: function(relationId, f_model) {
		return this.invoke("GetCommentCount", {"relationId":relationId, "f_model":f_model}, this.GetCommentCount.getArguments().slice(2));
	},
	GetCompanyName: function(companyId) {
		return this.invoke("GetCompanyName", {"companyId":companyId}, this.GetCompanyName.getArguments().slice(1));
	},
	GetVideoName: function(id) {
		return this.invoke("GetVideoName", {"id":id}, this.GetVideoName.getArguments().slice(1));
	},
	GetVipcardInfo: function(vipcard) {
		return this.invoke("GetVipcardInfo", {"vipcard":vipcard}, this.GetVipcardInfo.getArguments().slice(1));
	},
	PartyAdd: function(partyId, phone, age, Occupation, sex, memo, user_count) {
		return this.invoke("PartyAdd", {"partyId":partyId, "phone":phone, "age":age, "Occupation":Occupation, "sex":sex, "memo":memo, "user_count":user_count}, this.PartyAdd.getArguments().slice(7));
	},
	PartyAddUserList: function(pageSize, indexPage, partyId) {
		return this.invoke("PartyAddUserList", {"pageSize":pageSize, "indexPage":indexPage, "partyId":partyId}, this.PartyAddUserList.getArguments().slice(3));
	},
	ShowCommentList: function(pageSize, indexpage, relationId, f_model) {
		return this.invoke("ShowCommentList", {"pageSize":pageSize, "indexpage":indexpage, "relationId":relationId, "f_model":f_model}, this.ShowCommentList.getArguments().slice(4));
	},
	ValidateCode: function() {
		return this.invoke("ValidateCode", {}, this.ValidateCode.getArguments().slice(0));
	},
	url: '/ajaxpro/WebAspx.Ajax.Comm,Ajax.ashx'
}));
WebAspx.Ajax.Comm = new WebAspx.Ajax.Comm_class();

