function logoff() 
{
  if (confirm("Are you sure you want to logoff?")){
    window.location = "/members-only-logout.htm";
  }
}

