var infinity_auc_ended = { GetCategoryMaterialList:function(callback,context){return new ajax_request(this.url + '?_method=GetCategoryMaterialList&_session=no','',callback, context);}, GetAuctionDetails:function(SearchKeyword,Category,Material,PriceFrom,PriceTo,ItemPerPage,PageNo,callback,context){return new ajax_request(this.url + '?_method=GetAuctionDetails&_session=no','SearchKeyword=' + enc(SearchKeyword)+ '\r\nCategory=' + enc(Category)+ '\r\nMaterial=' + enc(Material)+ '\r\nPriceFrom=' + enc(PriceFrom)+ '\r\nPriceTo=' + enc(PriceTo)+ '\r\nItemPerPage=' + enc(ItemPerPage)+ '\r\nPageNo=' + enc(PageNo),callback, context);}, url:'/ajax/infinity_auc_ended,App_Web_dvnrrz2k.ashx' }