function confirmLogout() {
  if(confirm("Are you sure you want to logout?\n\nOk to continue, Cancel to abort."))
    window.location='/logout/';
}
