// JavaScript Document
function LogOut()
{
	location.href = 'inc/actions/logout.php';	
}
