<%
if (homehelper.shouldShowSearch()) {
%>
<%
} // shouldShowSearch()
%>
%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%>
<%@include file="css.jsi" %> <%=intl.title("home")%> <% String consoleNonce = System.getProperty("router.consoleNonce"); if (consoleNonce == null) { consoleNonce = Long.toString(new java.util.Random().nextLong()); System.setProperty("router.consoleNonce", consoleNonce); } %>