function AutoLogin() {
	if (self.window.document.login.autologin.checked != true)
		return true;
	else
		return self.window.confirm("This function will save your username and password in a cookie at the computer you are using right now.\n\nAutologin is NOT recommend if you are using a shared computer!\n\nDo you still want to enable automatic login?");
}