$(function(){$(".new-app").on("click",function(){location.href="/Register/Create"});$(".deregister").on("click",function(){location.href="/Register/Deregister"});$(".retrieve-petition").on("click",function(){location.href="/Register/Retrieve"});$(".action-home").on("click",function(){location.href="/Home/Index"});$(".goto-dashboard").on("click",function(){location.href="/Dashboard/Index"})})