	function onLogout(url)
	{
		answer = confirm("確定登出?!");
		if (answer)
			location.href = url;
	}
	
	
