var BookBuying = { BindEBook:function(pageSize,pageIndex,callback,context){return new ajax_request(this.url + '?_method=BindEBook&_session=no','pageSize=' + enc(pageSize)+ '\r\npageIndex=' + enc(pageIndex),callback, context);}, GetTodayBuy:function(callback,context){return new ajax_request(this.url + '?_method=GetTodayBuy&_session=no','',callback, context);}, GetEBookTotal:function(callback,context){return new ajax_request(this.url + '?_method=GetEBookTotal&_session=no','',callback, context);}, url:'/ajax/Web.DigitalLibrary.BookBuying,Web.ashx' }