package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import jp.co.sint.tools.*;

public class FP02_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=UTF-8");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

String webshopSite=SIHTMLUtil.getRootPath(request);
      out.write("\r\n");
      out.write("<div id=\"cat_pick\">\r\n    ");
      out.write("<div id=\"carouselWrap\">\r\n    ");
      out.write("<div class=\"mainWrap\">\r\n        ");
      out.write("<p class=\"btn_left btn\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/cmdty_recommend/btn_left.gif\"/>");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("<p class=\"btn_right btn\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/cmdty_recommend/btn_right.gif\"/>");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("<div class=\"mainBox\">\r\n            ");
      out.write("<div class=\"carouselMove clearfix\">\r\n            ");
      out.write("<ul>\r\n            ");
      JspRuntimeLibrary.include(request, response, "/pick/bo_salessalonbook.jsp", out, true);
      out.write("\r\n            ");
      JspRuntimeLibrary.include(request, response, "/pick/bo_keieisha-vol2.jsp", out, true);
      out.write("\r\n            ");
      JspRuntimeLibrary.include(request, response, "/pick/bo_shukyaku.jsp", out, true);
      out.write("\r\n\r\n            ");
      out.write("</ul>\r\n            ");
      out.write("</div>\r\n        ");
      out.write("</div>\r\n\t");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n");
      out.write("</div>");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}
