var Controllers={relativePath:"",SetRelativePath:function(n){Controllers.relativePath=n},Application:{EditURL:"Application/Edit",ListURL:"Application/List",IndexURL:"Application/Index",SubmitApplicationURL:"Application/SubmitApplication",StudentApplicationURL:"Application/StudentApplication",CollegeInformationURL:"Application/CollegeInformation",CollegeInformationURL:"Application/CollegeInformation",BenefitListDetailsURL:"Application/BenefitListDetails",BenefitListURL:"Application/BenefitList",AddBenefitURL:"Application/AddBenefit",AddBenefitURL:"Application/AddBenefit",DeleteTermURL:"Application/DeleteTerm",ApplicationLegendURL:"Application/ApplicationLegend",ApplicationSummaryURL:"Application/ApplicationSummary",GetStateListURL:"Application/GetStateList",EditGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.EditURL,t,i)},ListGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Application.ListURL,n,t)},IndexGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.IndexURL,t,i)},SubmitApplicationGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.SubmitApplicationURL,t,i)},StudentApplicationGet:function(n,t,i,r){AjaxRequest.Get({applicationId:n,displayApp:t},Controllers.relativePath+Controllers.Application.StudentApplicationURL,i,r)},CollegeInformationGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.CollegeInformationURL,t,i)},BenefitListDetailsGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.BenefitListDetailsURL,t,i)},BenefitListGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.BenefitListURL,t,i)},AddBenefitGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.AddBenefitURL,t,i)},DeleteTermGet:function(n,t,i,r){AjaxRequest.Get({itemId:n,appId:t},Controllers.relativePath+Controllers.Application.DeleteTermURL,i,r)},ApplicationLegendGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Application.ApplicationLegendURL,n,t)},ApplicationSummaryGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.ApplicationSummaryURL,t,i)},GetStateListGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Application.GetStateListURL,t,i)},CollegeInformationPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Application.CollegeInformationURL,t,i)},AddBenefitPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Application.AddBenefitURL,t,i)}},Document:{IndexURL:"Document/Index",DetailsURL:"Document/Details",CreateURL:"Document/Create",CreateURL:"Document/Create",EditURL:"Document/Edit",EditURL:"Document/Edit",DeleteURL:"Document/Delete",DeleteURL:"Document/Delete",IndexGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Document.IndexURL,t,i)},DetailsGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Document.DetailsURL,t,i)},CreateGet:function(n,t,i,r){AjaxRequest.Get({applicationId:n,group:t},Controllers.relativePath+Controllers.Document.CreateURL,i,r)},EditGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Document.EditURL,t,i)},DeleteGet:function(n,t,i,r){AjaxRequest.Get({applicationId:n,id:t},Controllers.relativePath+Controllers.Document.DeleteURL,i,r)},CreatePost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Document.CreateURL,t,i)},EditPost:function(n,t,i,r){AjaxRequest.Post({id:n,collection:t},Controllers.relativePath+Controllers.Document.EditURL,i,r)},DeletePost:function(n,t,i,r){AjaxRequest.Post({id:n,collection:t},Controllers.relativePath+Controllers.Document.DeleteURL,i,r)}},Home:{FAQURL:"Home/FAQ",IndexURL:"Home/Index",ErorrURL:"Home/Erorr",FAQGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Home.FAQURL,n,t)},IndexGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Home.IndexURL,t,i)},ErorrGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Home.ErorrURL,n,t)}},Manage:{AddPhoneNumberURL:"Manage/AddPhoneNumber",ChangePasswordURL:"Manage/ChangePassword",SetPasswordURL:"Manage/SetPassword",LinkLoginURL:"Manage/LinkLogin",AddPhoneNumberGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Manage.AddPhoneNumberURL,n,t)},ChangePasswordGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Manage.ChangePasswordURL,n,t)},SetPasswordGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Manage.SetPasswordURL,n,t)},LinkLoginPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Manage.LinkLoginURL,t,i)}},Membership:{LoginURL:"Membership/Login",RegisterURL:"Membership/Register",ForgotPasswordURL:"Membership/ForgotPassword",ForgotPasswordConfirmationURL:"Membership/ForgotPasswordConfirmation",ResetPasswordURL:"Membership/ResetPassword",ResetPasswordConfirmationURL:"Membership/ResetPasswordConfirmation",ExternalLoginURL:"Membership/ExternalLogin",LogOffURL:"Membership/LogOff",ExternalLoginFailureURL:"Membership/ExternalLoginFailure",RedirectToLocalURL:"Membership/RedirectToLocal",LoginGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Membership.LoginURL,t,i)},RegisterGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Membership.RegisterURL,n,t)},ForgotPasswordGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Membership.ForgotPasswordURL,n,t)},ForgotPasswordConfirmationGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Membership.ForgotPasswordConfirmationURL,n,t)},ResetPasswordGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Membership.ResetPasswordURL,t,i)},ResetPasswordConfirmationGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Membership.ResetPasswordConfirmationURL,n,t)},ExternalLoginFailureGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Membership.ExternalLoginFailureURL,n,t)},RedirectToLocalGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Membership.RedirectToLocalURL,t,i)},ExternalLoginPost:function(n,t,i,r){AjaxRequest.Post({provider:n,returnUrl:t},Controllers.relativePath+Controllers.Membership.ExternalLoginURL,i,r)},LogOffPost:function(n,t){AjaxRequest.Post(undefined,Controllers.relativePath+Controllers.Membership.LogOffURL,n,t)}},Parent:{IndexURL:"Parent/Index",DetailsURL:"Parent/Details",CreateURL:"Parent/Create",CreateURL:"Parent/Create",EditURL:"Parent/Edit",EditURL:"Parent/Edit",DeleteURL:"Parent/Delete",GetStateListURL:"Parent/GetStateList",IndexGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Parent.IndexURL,n,t)},DetailsGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Parent.DetailsURL,t,i)},CreateGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Parent.CreateURL,n,t)},EditGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Parent.EditURL,t,i)},DeleteGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Parent.DeleteURL,t,i)},GetStateListGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Parent.GetStateListURL,t,i)},CreatePost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Parent.CreateURL,t,i)},EditPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Parent.EditURL,t,i)}},Student:{StudentProfileURL:"Student/StudentProfile",UpdateProfileURL:"Student/UpdateProfile",LinkVeteranURL:"Student/LinkVeteran",LinkVeteranURL:"Student/LinkVeteran",LinkParentURL:"Student/LinkParent",LinkParentURL:"Student/LinkParent",GetStateListURL:"Student/GetStateList",StudentProfileGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Student.StudentProfileURL,t,i)},LinkVeteranGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Student.LinkVeteranURL,t,i)},LinkParentGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Student.LinkParentURL,t,i)},GetStateListGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Student.GetStateListURL,t,i)},UpdateProfilePost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Student.UpdateProfileURL,t,i)},LinkVeteranPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Student.LinkVeteranURL,t,i)},LinkParentPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Student.LinkParentURL,t,i)}},Veteran:{IndexURL:"Veteran/Index",DetailsURL:"Veteran/Details",CreateURL:"Veteran/Create",CreateURL:"Veteran/Create",EditURL:"Veteran/Edit",EditURL:"Veteran/Edit",DeleteURL:"Veteran/Delete",SubmitURL:"Veteran/Submit",GetStateListURL:"Veteran/GetStateList",IndexGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Veteran.IndexURL,n,t)},DetailsGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Veteran.DetailsURL,t,i)},CreateGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Veteran.CreateURL,n,t)},EditGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Veteran.EditURL,t,i)},DeleteGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Veteran.DeleteURL,t,i)},SubmitGet:function(n,t){AjaxRequest.Get(undefined,Controllers.relativePath+Controllers.Veteran.SubmitURL,n,t)},GetStateListGet:function(n,t,i){AjaxRequest.Get(n,Controllers.relativePath+Controllers.Veteran.GetStateListURL,t,i)},CreatePost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Veteran.CreateURL,t,i)},EditPost:function(n,t,i){AjaxRequest.Post(n,Controllers.relativePath+Controllers.Veteran.EditURL,t,i)}}};(function(n){n.Post=function(n,t,i,r){$.ajax({url:t,type:"POST",data:n,datatype:"json",contentType:"application/json charset=utf-8",success:function(n){i(n)},error:function(){r&&r()}})};n.Get=function(n,t,i,r){$.ajax({url:t,type:"GET",data:n,datatype:"json",contentType:"application/json charset=utf-8",success:function(n){i(n)},error:function(){r&&r()}})}})(window.AjaxRequest=window.AjaxRequest||{})