var BookDownloading = { 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);}, GetTodayDown:function(callback,context){return new ajax_request(this.url + '?_method=GetTodayDown&_session=no','',callback, context);}, GetEBookTotal:function(callback,context){return new ajax_request(this.url + '?_method=GetEBookTotal&_session=no','',callback, context);}, url:'/ajax/Web.DigitalLibrary.BookDownloading,Web.ashx' }