		function areyou(){
			if(confirm("您确定要退出登录吗?")){
			return true;
			}return false;
		}
		function vale22(theform) {
			if (theform.username.value==""){
				alert("请输入您的用户名");
				theform.username.focus();return false;}
			if (theform.password.value==""){
				alert("请输入您的密码");
				theform.password.focus();return false;
			}return true;
		}
