notes/Log out of Webpage Apache logout-GWNq3bTF.sh
function logout(to_url) {
  var out = window.location.href.replace(/:\/\//, '://log:out@');

  jQuery.get(out).error(function() {
    window.location = to_url;
    window.location = "/";
  });
}

syntax highlighted by Code2HTML, v. 0.9.1