%@ page contentType="text/html" %>
<%@ page import="boats.util.AppContext" %>
<%@ page import="boats.util.AppConstant" %>
<%@ page import="boats.util.HTMLUtil" %>
<%@ page import="boats.util.SessionUtils" %>
<%@ page import="boats.product.Category" %>
<%@ page import="boats.product.jb.ProductSearchJB" %>
<%@ page import="boats.product.ProductSearchCriteria" %>
<%@ page import="boats.product.Product" %>
<% // Temporary redirect code to offsite
// Remove after we have our own link: JLIN
// Hack to fake out compiler check for unreachable statements
if (true) {
response.sendRedirect(AppConstant.URL_PRODUCTS_OFF_SITE);
return;
}
%>
<%@ include file="/includes/proc_cid_cookie.jsp" %>
<%
if(request.getAttribute("prdbrowse")!=null)
request.setAttribute("prdbrowse","1");
%>