

// LOGOUT/SESSION FUNCTIONS
function logout(){
	document.location.href = host + '/logout.php';
}
