function login_out()
{
	if (!confirm('确定要退出吗?'))
      return false;
	window.location.href='/login_out.jsp';
    return;
}