%
response.setHeader("Cache-Control","no-cache, no-store");
response.setHeader("Pragma","no-cache");
response.setDateHeader ("Expires", -1);
%>
<%@ include file="/portal/include/include_java.jsp" %>
<%-- we do not include include_js.jsp because in those cases where the scripts have not been loaded would load them twice --%>