$(document).ready(function(){$(".logout").on("click",function(n){n.preventDefault();$.ajax({url:"/Umbraco/Surface/AccountSurface/Logout",type:"GET"}).done(function(){window.location.replace("/")})})})