// <!-- Begin
function confirm_prompt(text) {
   if (confirm(text)) {
      window.location = 'pages/aki-logout.php';
   }
}
//  End -->