%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ include file="loadProperty.jsp" %>
<%
String login_check="",all_product="";
try{
login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login");
if(login_check.equals(""))
login_check="";
}catch(Exception e){login_check="";}
try{
all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString();
if(all_product.equals(""))
all_product="";
}catch (Exception e){
all_product="";
}
%>
Online chocolate shop for gourmet chocolates and gifts for special occasion
<%@ include file="top_dropdown.jsp"%>
|
Media Center
|
|
|
|
|
Seattle Metro Bus Ad
November
22nd thru December 31, 2005 |
|
|
What could be better than a steamy cup of coffee and
gourmet chocolates during the holidays?
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>