	function logonmaybe(theevent)
	{
		if (theevent.ctrlKey)
		{
			location.href="/index.php?please_login";
		}
	}
