var Search = { getValidateCode:function(code,callback,context){return new ajax_request(this.url + '?_method=getValidateCode&_session=rw','code=' + enc(code),callback, context);}, ShowInfo:function(rfid,code,soft,callback,context){return new ajax_request(this.url + '?_method=ShowInfo&_session=rw','rfid=' + enc(rfid)+ '\r\ncode=' + enc(code)+ '\r\nsoft=' + enc(soft),callback, context);}, url:'/ajax/Search,App_Web_search.aspx.cdcab7d2.ashx' }