var SchoolDynamicProfile = { EnquiryCount:function(InstId,strName,Address,City,PhSTDCode,PhNo,MobileNo,EmailId,ReqInfo,InstName,ReCaptcha,callback,context){return new ajax_request(this.url + '?_method=EnquiryCount&_session=rw','InstId=' + enc(InstId)+ '\r\nstrName=' + enc(strName)+ '\r\nAddress=' + enc(Address)+ '\r\nCity=' + enc(City)+ '\r\nPhSTDCode=' + enc(PhSTDCode)+ '\r\nPhNo=' + enc(PhNo)+ '\r\nMobileNo=' + enc(MobileNo)+ '\r\nEmailId=' + enc(EmailId)+ '\r\nReqInfo=' + enc(ReqInfo)+ '\r\nInstName=' + enc(InstName)+ '\r\nReCaptcha=' + enc(ReCaptcha),callback, context);}, GetRatingVotes:function(InstId,callback,context){return new ajax_request(this.url + '?_method=GetRatingVotes&_session=no','InstId=' + enc(InstId),callback, context);}, url:'/ajax/ASP.SchoolDynamicProfile,App_Web_schooldynamicprofile.aspx.1f845ef8.28itkljy.ashx' }