<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" import="gov.usdoj.iso.*" %> <% String htmlFile=request.getParameter("preview"); Printfriendly printer=null; if(htmlFile !=null){ if(htmlFile.endsWith("opa/pr/2009/Month/index.jsp")){ printer=new Printfriendly("/pub1/htdocs/opa/pr/2009/September/index.html"); }else{ printer=new Printfriendly("/pub1/htdocs"+htmlFile); } } %> US Justice: Print Friendly Version <%=printer.getDocument() %>