function logOutForm() {
	var form = document.logOut;
	form.submit();
}
