var N97LaunchForm = { fnSaveLead:function(FName,LName,Mobile,MobileModel,Email,City,CampID,NPCode,callback,context){return new ajax_request(this.url + '?_method=fnSaveLead&_session=rw','FName=' + enc(FName)+ '\r\nLName=' + enc(LName)+ '\r\nMobile=' + enc(Mobile)+ '\r\nMobileModel=' + enc(MobileModel)+ '\r\nEmail=' + enc(Email)+ '\r\nCity=' + enc(City)+ '\r\nCampID=' + enc(CampID)+ '\r\nNPCode=' + enc(NPCode),callback, context);}, url:'/GetN97/ajax/N97LaunchForm,App_Web_n97_launch_form.aspx.cdcab7d2.ashx' }