function confirm_logout(){
    msg = "Are you absolutely sure that you want to log out?\n\n To go ahead, hit OK. Otherwise hit CANCEL.";
    return confirm(msg);
}