var hisense = { validateDateOfPurchase:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateDateOfPurchase&_session=r','lcValue=' + enc(lcValue),callback, context);}, validateSerial:function(lcValue,lcMake,callback,context){return new ajax_request(this.url + '?_method=validateSerial&_session=r','lcValue=' + enc(lcValue)+ '\r\nlcMake=' + enc(lcMake),callback, context);}, validateCustomerAddressPostcode:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateCustomerAddressPostcode&_session=no','lcValue=' + enc(lcValue),callback, context);}, validateHomeTel:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateHomeTel&_session=r','lcValue=' + enc(lcValue),callback, context);}, validateWorkTel:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateWorkTel&_session=r','lcValue=' + enc(lcValue),callback, context);}, validateMobileTel:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateMobileTel&_session=r','lcValue=' + enc(lcValue),callback, context);}, validateCustomerEmail:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=validateCustomerEmail&_session=r','lcValue=' + enc(lcValue),callback, context);}, getServerDate:function(callback,context){return new ajax_request(this.url + '?_method=getServerDate&_session=no','',callback, context);}, checkSerial:function(lcValue,callback,context){return new ajax_request(this.url + '?_method=checkSerial&_session=r','lcValue=' + enc(lcValue),callback, context);}, getWarrReg:function(lcPromoCode,lcStore,lcModel,callback,context){return new ajax_request(this.url + '?_method=getWarrReg&_session=r','lcPromoCode=' + enc(lcPromoCode)+ '\r\nlcStore=' + enc(lcStore)+ '\r\nlcModel=' + enc(lcModel),callback, context);}, checkLimit:function(lcPromoCode,lnLimit,callback,context){return new ajax_request(this.url + '?_method=checkLimit&_session=r','lcPromoCode=' + enc(lcPromoCode)+ '\r\nlnLimit=' + enc(lnLimit),callback, context);}, getPromoCodes:function(lcPOP,lcEquipType,lcDateOfP,callback,context){return new ajax_request(this.url + '?_method=getPromoCodes&_session=r','lcPOP=' + enc(lcPOP)+ '\r\nlcEquipType=' + enc(lcEquipType)+ '\r\nlcDateOfP=' + enc(lcDateOfP),callback, context);}, getModels:function(lcPC,lcPOP,lcEquipType,lcDateOfP,callback,context){return new ajax_request(this.url + '?_method=getModels&_session=r','lcPC=' + enc(lcPC)+ '\r\nlcPOP=' + enc(lcPOP)+ '\r\nlcEquipType=' + enc(lcEquipType)+ '\r\nlcDateOfP=' + enc(lcDateOfP),callback, context);}, url:'/ajax/WebJobSys.hisense,WebJobSys.ashx' }