if(typeof VideoKee == "undefined") VideoKee={};
if(typeof VideoKee.Services == "undefined") VideoKee.Services={};
if(typeof VideoKee.Services.PersonService == "undefined") VideoKee.Services.PersonService={};
VideoKee.Services.PersonService_class = function() {};
Object.extend(VideoKee.Services.PersonService_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ajax_saving_collection: function(serviceid) {
		return this.invoke("ajax_saving_collection", {"serviceid":serviceid}, this.ajax_saving_collection.getArguments().slice(1));
	},
	ajax_order_services: function(service_id, price, time) {
		return this.invoke("ajax_order_services", {"service_id":service_id, "price":price, "time":time}, this.ajax_order_services.getArguments().slice(3));
	},
	ajax_check_vcode: function(input_vcode) {
		return this.invoke("ajax_check_vcode", {"input_vcode":input_vcode}, this.ajax_check_vcode.getArguments().slice(1));
	},
	ajax_check_login: function() {
		return this.invoke("ajax_check_login", {}, this.ajax_check_login.getArguments().slice(0));
	},
	ajax_add_jubao: function(service, about) {
		return this.invoke("ajax_add_jubao", {"service":service, "about":about}, this.ajax_add_jubao.getArguments().slice(2));
	},
	ajax_add_friend: function(host) {
		return this.invoke("ajax_add_friend", {"host":host}, this.ajax_add_friend.getArguments().slice(1));
	},
	url: '/ajaxpro/VideoKee.Services.PersonService,VideoKee.ashx'
}));
VideoKee.Services.PersonService = new VideoKee.Services.PersonService_class();

