function Logout()
{
	if ( window.event.clientY < 0)
	{
		Base.Logout(Logout_callback);
	}
}

function Logout_callback()
{

}

