document.write("" +
"      <TABLE class=\"leftnav\" cellSpacing=6 cellPadding=0 border=0>" +
"        <TBODY>" +
"        <tr>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"index.html\"><b>Home</b></a></TD>" +
"        </tr>" +
"        <TR>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"whatsfordinner.html\"><b>\"What's for Dinner?\" Product Line</b></a></TD></TR>" +
"        <TR>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"products.html\"><b>Go Shopping</b></a></TD></TR>" +
"        <TR>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"services.html\"><b>Helpful Services</b></a>" +
"            <ul>" +
"              <li><a href=\"workshops.html\" class=\"sublink\">Workshops</a></li>" +
"              <li><a href=\"makentakes.html\" class=\"sublink\">Make-n-Takes</a></li>" +
"              <li><a href=\"showers.html\" class=\"sublink\">Showers</a></li>" +
"              <li><a href=\"speaking.html\" class=\"sublink\">Speaking Engagements</a></li>" +
"              <li><a href=\"registration.html\" class=\"sublink\">Registration</a></li>" +
"            </ul>" +
"	   </TD></TR>" +
"        <TR>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"newsletter.html\"><b>Read All About It!</b></a></TD></TR>" +
"        <TR>" +
"          <TD vAlign=top><IMG height=10 alt=\"\" src=\"/images/bullet.gif\" " +
"            width=7 border=0></TD>" +
"          <TD><a class=\"navlink\" href=\"aboutus.html\"><b>About Freezer Pleasers</b></a></TD></TR>" +
"        </TBODY></TABLE>" +
"");
