%@ page language="java" contentType="text/html;charset=gbk"%>
<%
String cityId = request.getAttribute("cityId") == null? "20" : request.getAttribute("cityId").toString();
if (cityId.equals("20"))
response.sendRedirect("index3d.jsp");
else
response.sendRedirect("index2d.jsp");
%>