%@ page contentType="text/html" %>
<%
String file_name = request.getParameter("fn");
if(file_name == null || file_name.equals(""))
{
%>
<% }
%>
boats.com - Press Releases
<%@ include file="/includes/declarations.jsp" %>
<%
headerImage = "/images/titles/title_press.gif";
headerAlt = "Press";
%>
<%@ include file="/includes/header/commerce_header.jsp" %>
|
<%@ include file="/includes/leftnav_aboutus.jsp" %>
|
|
<%
file_name = "/published/production/interfaces/press/" + file_name;
%>
<%
if(file_name.indexOf("ywpr") != -1)
{
%>
<%@ include file="aboutyw.jsp" %>
<% }
else
{
%>
<%@ include file="aboutboats.jsp" %>
<% }
%>
|
|
<%@ include file="/includes/footer.jsp" %>