var LoginFunctions = {
	autoLoginConfirm: function(elm, submitbutton) {
		var checkbox = $(elm);
		var button = $(submitbutton);
		if (checkbox.checked) {
			if (!confirm('This feature stores your user name and password on the computer you are sitting on right now. \r\nIf other people have access to this computer, they may also have access to your mail and personal information if you store your password.\r\n\r\nDo you still wish to store your password?')) {
				checkbox.checked = false;
			} else {
				button.click();
			}
		}
	}
};
try {
RegTr("17541");
} catch (e) {}
