%@ page language="java" import="java.util.*, java.math.*"
import="com.eminent.common.*" pageEncoding="UTF-8"%>
<%@ include file="common.jsp"%>
<%@ include file="PageParams.jsp"%>
<%
try { if (request.getServerPort()==443) response.sendRedirect("http://"+Forward.DOMAIN+request.getRequestURI()+"?"+request.getQueryString()); } catch(Exception eee) { }
%>
<%
String imageHost = ImageUtils.getForwardImageHost();
ConnectionPool pool = getConnectionPool(session);
PageParams p = new PageParams(request, response, "F");
%>
FORWARD by elyse walker
<%@ include file="header.inc"%>
<%@ include file="headerBarM.inc"%>
<%--
--%>
<%-- this div of 85px ht is reqd to space the module below the header nav --%>
<%@ include file="slideShow_moduleM.jsp"%>
<%--
<%@ include file="indexFooter_module.jsp"%>
--%>
<%@ include file="footer.inc"%>