
webisLogon=function (req,obj){
			 req=req.trim();
			 if(req=="-1"){
				alert("ÇëÏÈµÇÂ½!");
				window.location="/dcjj/account/wzyh.jsp";
			 }else{
				document.body.setAttribute("_isLogonFlag",req);
			 }
		}
new rewinjson.rewinAjax("/dcjj/jsp/public/checkLogon.jsp",
			new rewinjson.tool.parameter("json_1","1=1","","1=1"),
			webisLogon,
			"POST",
			"rewinjson_logon"
			);
		