if(typeof Pancy == "undefined") Pancy={};
if(typeof Pancy.Entity == "undefined") Pancy.Entity={};
if(typeof Pancy.Entity.AjaxClass == "undefined") Pancy.Entity.AjaxClass={};
Pancy.Entity.AjaxClass_class = function() {};
Object.extend(Pancy.Entity.AjaxClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddLeaveowrd: function(name, sex, phone, website, oicq, email, title, content) {
		return this.invoke("AddLeaveowrd", {"name":name, "sex":sex, "phone":phone, "website":website, "oicq":oicq, "email":email, "title":title, "content":content}, this.AddLeaveowrd.getArguments().slice(8));
	},
	AddComplaint: function(name, sex, phone, website, oicq, email, title, content) {
		return this.invoke("AddComplaint", {"name":name, "sex":sex, "phone":phone, "website":website, "oicq":oicq, "email":email, "title":title, "content":content}, this.AddComplaint.getArguments().slice(8));
	},
	GetHotInfo: function() {
		return this.invoke("GetHotInfo", {}, this.GetHotInfo.getArguments().slice(0));
	},
	GetVouchInfo: function() {
		return this.invoke("GetVouchInfo", {}, this.GetVouchInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/Pancy.Entity.AjaxClass,Pancy.Entity.ashx'
}));
Pancy.Entity.AjaxClass = new Pancy.Entity.AjaxClass_class();


