User userSession=(User) session.getAttribute("LOGINEN_USER");
if(userSession == null || userSession.getStatus()!=0){
out.print("");
}
//内嵌的js代码