function logout()
{
	if (confirm('Are you sure you wish to logout?'))
		$('#logoutForm').submit();
};

