var infinity_auc_live = { 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,SortBy,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)+ '\r\nSortBy=' + enc(SortBy),callback, context);}, url:'/ajax/infinity_auc_live,App_Web_umczndnp.ashx' }