if(typeof jsShop == "undefined") jsShop={};
if(typeof jsShop.liuyan == "undefined") jsShop.liuyan={};
jsShop.liuyan_class = function() {};
Object.extend(jsShop.liuyan_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	createBook: function(name, content) {
		return this.invoke("createBook", {"name":name, "content":content}, this.createBook.getArguments().slice(2));
	},
	getGuestBook: function(pageIndex) {
		return this.invoke("getGuestBook", {"pageIndex":pageIndex}, this.getGuestBook.getArguments().slice(1));
	},
	url: '/ajaxpro/jsShop.liuyan,jsShop.ashx'
}));
jsShop.liuyan = new jsShop.liuyan_class();

