if(typeof AbdominalSursery == "undefined") AbdominalSursery={};
if(typeof AbdominalSursery.Web == "undefined") AbdominalSursery.Web={};
if(typeof AbdominalSursery.Web.Ajax == "undefined") AbdominalSursery.Web.Ajax={};
AbdominalSursery.Web.Ajax_class = function() {};
Object.extend(AbdominalSursery.Web.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	OrderFormAdd: function(name, telephone, email, postalCode, address, remark) {
		return this.invoke("OrderFormAdd", {"name":name, "telephone":telephone, "email":email, "postalCode":postalCode, "address":address, "remark":remark}, this.OrderFormAdd.getArguments().slice(6));
	},
	ShoppingCar_Add: function(id, type, name, image, unitPrice) {
		return this.invoke("ShoppingCar_Add", {"id":id, "type":type, "name":name, "image":image, "unitPrice":unitPrice}, this.ShoppingCar_Add.getArguments().slice(5));
	},
	ShoppingCar_Del: function(id, type) {
		return this.invoke("ShoppingCar_Del", {"id":id, "type":type}, this.ShoppingCar_Del.getArguments().slice(2));
	},
	ShoppingCar_Update: function(id, type, amount) {
		return this.invoke("ShoppingCar_Update", {"id":id, "type":type, "amount":amount}, this.ShoppingCar_Update.getArguments().slice(3));
	},
	AddBookResult: function(bookid, title, info) {
		return this.invoke("AddBookResult", {"bookid":bookid, "title":title, "info":info}, this.AddBookResult.getArguments().slice(3));
	},
	GetBooksReview: function(pageno, where, bookid) {
		return this.invoke("GetBooksReview", {"pageno":pageno, "where":where, "bookid":bookid}, this.GetBooksReview.getArguments().slice(3));
	},
	Login: function(userName, password) {
		return this.invoke("Login", {"userName":userName, "password":password}, this.Login.getArguments().slice(2));
	},
	Login2: function(userName, password) {
		return this.invoke("Login2", {"userName":userName, "password":password}, this.Login2.getArguments().slice(2));
	},
	ExitUser: function() {
		return this.invoke("ExitUser", {}, this.ExitUser.getArguments().slice(0));
	},
	ExitUser2: function() {
		return this.invoke("ExitUser2", {}, this.ExitUser2.getArguments().slice(0));
	},
	GetBookListByKeyword: function(index, keyword) {
		return this.invoke("GetBookListByKeyword", {"index":index, "keyword":keyword}, this.GetBookListByKeyword.getArguments().slice(2));
	},
	GetEBookListByKeyword: function(index, keyword) {
		return this.invoke("GetEBookListByKeyword", {"index":index, "keyword":keyword}, this.GetEBookListByKeyword.getArguments().slice(2));
	},
	GetBlogListByType: function(index, type) {
		return this.invoke("GetBlogListByType", {"index":index, "type":type}, this.GetBlogListByType.getArguments().slice(2));
	},
	GetVideoListByType: function(index, type) {
		return this.invoke("GetVideoListByType", {"index":index, "type":type}, this.GetVideoListByType.getArguments().slice(2));
	},
	GetCaseHistoryListByTag: function(index, tag) {
		return this.invoke("GetCaseHistoryListByTag", {"index":index, "tag":tag}, this.GetCaseHistoryListByTag.getArguments().slice(2));
	},
	GetNewsList: function(pageno, where, title) {
		return this.invoke("GetNewsList", {"pageno":pageno, "where":where, "title":title}, this.GetNewsList.getArguments().slice(3));
	},
	GetNewsListCase: function(pageno, type, keyword) {
		return this.invoke("GetNewsListCase", {"pageno":pageno, "type":type, "keyword":keyword}, this.GetNewsListCase.getArguments().slice(3));
	},
	WriteBook: function(usersid, blogID, title, info) {
		return this.invoke("WriteBook", {"usersid":usersid, "blogID":blogID, "title":title, "info":info}, this.WriteBook.getArguments().slice(4));
	},
	GetCommendData: function(usersID) {
		return this.invoke("GetCommendData", {"usersID":usersID}, this.GetCommendData.getArguments().slice(1));
	},
	Tp: function(ids) {
		return this.invoke("Tp", {"ids":ids}, this.Tp.getArguments().slice(1));
	},
	GetBooks: function(keyword) {
		return this.invoke("GetBooks", {"keyword":keyword}, this.GetBooks.getArguments().slice(1));
	},
	GetVideo: function(keyword) {
		return this.invoke("GetVideo", {"keyword":keyword}, this.GetVideo.getArguments().slice(1));
	},
	GetNewsListCaseobj: function(pageno, type, keyword) {
		return this.invoke("GetNewsListCaseobj", {"pageno":pageno, "type":type, "keyword":keyword}, this.GetNewsListCaseobj.getArguments().slice(3));
	},
	GetNewsListCaseobj1: function(pageno, keyword, type) {
		return this.invoke("GetNewsListCaseobj1", {"pageno":pageno, "keyword":keyword, "type":type}, this.GetNewsListCaseobj1.getArguments().slice(3));
	},
	url: '/ajaxpro/AbdominalSursery.Web.Ajax,AbdominalSursery.Web.ashx'
}));
AbdominalSursery.Web.Ajax = new AbdominalSursery.Web.Ajax_class();

