%@ 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 occasions
<%@ include file="top_dropdown.jsp"%>
|
Recipe Contest
|
|
|
|
|
|
Recipe
Index
Our next recipe contest will begin in late August. Winners will
be announced in the October edition of the Harmony Sweets Herald
newsletter.
Subscribe
to the newsletter now to be sure you don't miss the next
exciting issue, exclusively for lovers of fine chocolates.
In the meantime, enjoy some of
our past recipe contests
and winning recipes.
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>