function logout()
{
	document.cookie = "email=";
	document.cookie = "password=";
	
	window.location.href="default.php"
}
