function fn_logoff() {
     if (confirm('Logoff ken-davis.com?')) {
     	location.href=('logout.php');
     }
}
