var contact_us = { SaveFeedback:function(FeedbackType,YourName,CompanyName,PhoneNo,MobileNo,EmailId,Subject,Message,callback,context){return new ajax_request(this.url + '?_method=SaveFeedback&_session=no','FeedbackType=' + enc(FeedbackType)+ '\r\nYourName=' + enc(YourName)+ '\r\nCompanyName=' + enc(CompanyName)+ '\r\nPhoneNo=' + enc(PhoneNo)+ '\r\nMobileNo=' + enc(MobileNo)+ '\r\nEmailId=' + enc(EmailId)+ '\r\nSubject=' + enc(Subject)+ '\r\nMessage=' + enc(Message),callback, context);}, url:'/ajax/contact_us,App_Web_pch04sfx.ashx' }