<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0030)http://www.simply-natural.biz/ -->
<HTML><HEAD><TITLE>Simply Natural Natural and Macrobiotic Foods</TITLE>
<META content="MSHTML 6.00.2800.1515" name=GENERATOR>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META 
content="We sell high qulaity macrobiotic, kosher, vegean, and vegetarian natural foods including the entire Mitoku Line of Products. We also have resources related to macrobiotics, recipes, forums, articles, and much more." 
name=description>
<META 
content="natural foods,organic,vegetarian,vegan,macrobiotic,miso,mitoku,shoyu,natural import company,mountain ark,mcoa,macrobiotic company of america,macrobiotics" 
name=keywords><LINK href="index_files/cybermacrostyle.css" type=text/css 
rel=stylesheet>
<SCRIPT language=JavaScript>
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

//-->
</SCRIPT>

<SCRIPT language=javascript>

function DisplayMiniCart(name,style) {

  var cookies=document.cookie;  //read in all cookies

  var start = cookies.indexOf(name + "=");  //set start to beginning of ss_cart cookie

  var cartvalues = "";

  var linecount = 0;

  var start1;

  var end1;

  var tmp;



  // Start Output

  document.write("<div class=\"MiniCart\">\n");



  if (style == "Detail")

  {

    document.write("<table class=\"MiniCart\" border=\"0\">\n");

    document.write("<tr>\n");

    document.write("<th class=\"MiniCart\" colspan=\"3\">");

    document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

    document.write("Your Shopping Cart");

    document.write("</a></th></tr>");

  }

  else if (style == "Summary")

  {

    document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

    document.write("Your Shopping Cart");

    document.write("</a>");

  }

  else

  {

    document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

    document.write("<img src=\"http://www.simply-natural.biz/media/themesmedia/cart-white.gif\" border=\"0\" name=\"cart\" align=\"top\">");

    document.write("</a>&nbsp;");

  }



  if (start == -1)  //No cart cookie

  {

    if (style == "Detail")

    {

      document.write("</table>\n");

    }

    else if ((style == "ItemCount") || (style == "Subtotal"))

    {

      document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

      document.write("0 Items");

      document.write("</a>&nbsp;");

      document.write("</div>\n");

    }

    else

    {

      document.write("</div>\n");

    }      

  }

  else   //cart cookie is present

  {

    start = cookies.indexOf("=", start) +1;  

    var end = cookies.indexOf(";", start);  

    if (end == -1)

    {

      end = cookies.length;

    }

    cartvalues = unescape(cookies.substring(start,end)); //read in just the cookie data



    start = 0;

    while ((start = cartvalues.indexOf("|", start)) != -1)

    {

      start++;

      end = cartvalues.indexOf("|", start);

      if (end != -1)

      {

        linecount++;



/* none of the styles use the number of line items

        if ((linecount == 1) && (style != "Detail"))  // Number of Line Items

        {

          tmp = cartvalues.substring(start,end);

          colon = tmp.indexOf(":", 0);

          if ((style == "ItemCount") || (style == "Subtotal"))

          {

            document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

          }



          if (style == "Summary")

          {

            document.write("<br>Contains <b>");

          } 

          document.write(tmp.substring(colon+1,end - start));

          if (style == "Summary")

          {

            document.write("</b>");

          }

          if ((tmp.substring(colon+1,end - start)) == 1 )

          {

            document.write(" Item");

          }

          else

          {

            document.write(" Items");

          }

          if (style == "ItemCount")

          {

            document.write("</a>");

          } 

          else if (style == "Subtotal")

          {

            document.write(": ");

          } 

          else if (style == "Summary")

          {

            document.write("<br>Subtotal: <b>");

          }

        }

*/



        if ((linecount == 2) && (style != "Detail"))  // Total Quantity of Items

        {

          tmp = cartvalues.substring(start,end);

          colon = tmp.indexOf(":", 0);

          if ((style == "ItemCount") || (style == "Subtotal"))

          {

            document.write("<a class=\"MiniCart\" href=\"http://www.simply-natural.biz/cgi/sc/order.cgi?storeid=*1297feb542f10078974173&function=show\">");

          }



          if (style == "Summary")

          {

            document.write("<br>Contains <b>");

          } 

          document.write(tmp.substring(colon+1,end - start));

          if (style == "Summary")

          {

            document.write("</b>");

          }

          if ((tmp.substring(colon+1,end - start)) == 1 )

          {

            document.write(" Item");

          }

          else

          {

            document.write(" Items");

          }

          if (style == "ItemCount")

          {

            document.write("</a>");

          } 

          else if (style == "Subtotal")

          {

            document.write(": ");

          } 

          else if (style == "Summary")

          {

            document.write("<br>Subtotal: <b>");

          }

        }









        if (linecount == 3)  // Product Subtotal

        {

          if ((style == "Subtotal") || (style == "Summary"))

          {

            tmp = cartvalues.substring(start,end);

            colon = tmp.indexOf(":", 0);

            document.write(tmp.substring(colon+1,end - start));

            if (style == "Summary") 

            {

              document.write("</b>");

            }

            else

            {

            document.write("</a>");

            }

          }

          else if (style == "Detail")

          {

            start1 = start;

            end1 = end;

            document.write("<tr><td class=\"MiniCartHead\">Qty</td>");

            document.write("<td class=\"MiniCartHead\">Product</td>");

            document.write("<td class=\"MiniCartHead\">Price</td></tr>\n");

          }

        }



        if ((linecount > 3) && (style == "Detail"))  // individual products

        {

          tmp = cartvalues.substring(start,end);

          colon = tmp.indexOf(":", 0);

          document.write("<tr>");

          document.write("<td class=\"MiniCartQty\">");

          document.write(tmp.substring(0,colon));

          document.write("</td><td class=\"MiniCartProduct\">");

          colon2 = tmp.indexOf(":", colon+1);

          document.write(tmp.substring(colon2+1,end - start));

          document.write("</td><td class=\"MiniCartPrice\">");

          document.write(tmp.substring(colon+1,colon2));

          document.write("</td></tr>\n");

        }

        start = end;

      }

      else

        break;

    } // end while loop



    //close minicart HTML

    if (style != "Detail")

    {

      document.write("</div>\n");

    }

    else

    {

      document.write("<tr>");

      document.write("<td class=\"MiniCartSubtotalText\" colspan=\"2\">Subtotal</td>");

      document.write("<td class=\"MiniCartSubtotal\">");

      tmp = cartvalues.substring(start1,end1);

      colon = tmp.indexOf(":", 0);

      document.write(tmp.substring(colon+1,end1 - start1));

      document.write("</td>");

      document.write("</tr>");

      document.write("</table>\n");

      document.write("</div>\n");

    }

  }

}

</SCRIPT>
<!--Fireworks MX 2004 Dreamweaver MX 2004 target.  Created Mon Dec 13 17:54:51 GMT+0000 (GMT Standard Time) 2004-->
<SCRIPT language=JavaScript>
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function mmLoadMenus() {
  if (window.mm_menu_0012191906_0) return;
    window.mm_menu_0012191906_0_1 = new Menu("Beverages",142,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#663300","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
    mm_menu_0012191906_0_1.addMenuItem("Beverages","location='http://www.simply-natural.biz/natural_foods_beverages.php'");
    mm_menu_0012191906_0_1.addMenuItem("Choice&nbsp;Organic&nbsp;Teas","location='http://www.simply-natural.biz/natural-foods-choice-organic-teas.php'");
     mm_menu_0012191906_0_1.fontWeight="bold";
     mm_menu_0012191906_0_1.hideOnMouseOut=true;
     mm_menu_0012191906_0_1.menuBorder=1;
     mm_menu_0012191906_0_1.menuLiteBgColor='#ffffff';
     mm_menu_0012191906_0_1.menuBorderBgColor='#ffffff';
     mm_menu_0012191906_0_1.bgColor='#ffffff';
    window.mm_menu_0012191906_0_2 = new Menu("Grains",126,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#663300","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
    mm_menu_0012191906_0_2.addMenuItem("Grains","location='http://www.simply-natural.biz/natural_foods_grains.php'");
    mm_menu_0012191906_0_2.addMenuItem("Breakfast&nbsp;Cereals","location='http://www.simply-natural.biz/natural_foods_breakfast_cereals.php'");
    mm_menu_0012191906_0_2.addMenuItem("Flour","location='http://www.simply-natural.biz/natural-foods_flour.php'");
     mm_menu_0012191906_0_2.fontWeight="bold";
     mm_menu_0012191906_0_2.hideOnMouseOut=true;
     mm_menu_0012191906_0_2.menuBorder=1;
     mm_menu_0012191906_0_2.menuLiteBgColor='#ffffff';
     mm_menu_0012191906_0_2.menuBorderBgColor='#ffffff';
     mm_menu_0012191906_0_2.bgColor='#ffffff';
    window.mm_menu_0012191906_0_3 = new Menu("Snacks",135,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#663300","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true); mm_menu_0012191906_0_3.addMenuItem("Snacks","location='http://www.simply-natural.biz/Snacks.php'");
	mm_menu_0012191906_0_3.addMenuItem("Baked&nbsp;by&nbsp;Bita","location='http://www.simply-natural.biz/natural-foods-baked-by-bita.php'");
 	mm_menu_0012191906_0_3.addMenuItem("Crackers","location='http://www.simply-natural.biz/natural_foods_crackers.php'");
    mm_menu_0012191906_0_3.addMenuItem("Mochi","location='http://www.simply-natural.biz/natural_foods_Mochi.php'");
    mm_menu_0012191906_0_3.addMenuItem("Sweet&nbsp;Rice&nbsp;Candies","location='http://www.simply-natural.biz/natural_foods_sweet_rice_candies.php'");
     mm_menu_0012191906_0_3.fontWeight="bold";
     mm_menu_0012191906_0_3.hideOnMouseOut=true;
     mm_menu_0012191906_0_3.menuBorder=1;
     mm_menu_0012191906_0_3.menuLiteBgColor='#ffffff';
     mm_menu_0012191906_0_3.menuBorderBgColor='#ffffff';
     mm_menu_0012191906_0_3.bgColor='#ffffff';
    window.mm_menu_0012191906_0_4 = new Menu("Sweeteners",80,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#663300","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
    mm_menu_0012191906_0_4.addMenuItem("Sweeteners","location='http://www.simply-natural.biz/natural_foods_sweeteners.php'");
    mm_menu_0012191906_0_4.addMenuItem("Dried&nbsp;Fruit","location='http://www.simply-natural.biz/natural-foods_dried_fruit.php'");
     mm_menu_0012191906_0_4.fontWeight="bold";
     mm_menu_0012191906_0_4.hideOnMouseOut=true;
     mm_menu_0012191906_0_4.menuBorder=1;
     mm_menu_0012191906_0_4.menuLiteBgColor='#ffffff';
     mm_menu_0012191906_0_4.menuBorderBgColor='#ffffff';
     mm_menu_0012191906_0_4.bgColor='#ffffff';
  window.mm_menu_0012191906_0 = new Menu("root",171,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#663300","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0012191906_0.addMenuItem("Beans","location='http://www.simply-natural.biz/natural_foods_beans.php'");
  mm_menu_0012191906_0.addMenuItem(mm_menu_0012191906_0_1,"location='http://www.simply-natural.biz/natural_foods_beverages.php'");
  mm_menu_0012191906_0.addMenuItem("Concentrates","location='http://www.simply-natural.biz/natural_Foods_concentrates.php'");
  mm_menu_0012191906_0.addMenuItem("Condiments&nbsp;&amp;&nbsp;Pickles","location='http://www.simply-natural.biz/natural_foods_Condiments_Pickles.php'");
  mm_menu_0012191906_0.addMenuItem("Dried&nbsp;Macrobiotic","location='http://www.simply-natural.biz/natural_foods_dried_macrobiotic.php'");
  mm_menu_0012191906_0.addMenuItem("Dried&nbsp;Mushrooms","location='http://www.simply-natural.biz/Shiitake-Maitake-Mushrooms.php'");
  mm_menu_0012191906_0.addMenuItem("Food&nbsp;Processing","location='http://www.simply-natural.biz/natural_foods_food-Processing.php'");
  mm_menu_0012191906_0.addMenuItem(mm_menu_0012191906_0_2,"location='http://www.simply-natural.biz/natural_foods_grains.php'");
  mm_menu_0012191906_0.addMenuItem("Kuzu","location='http://www.simply-natural.biz/natural_foods_kuzu.php'");
  mm_menu_0012191906_0.addMenuItem("Mirin","location='http://www.simply-natural.biz/natural_foods_Mirin.php'");
  mm_menu_0012191906_0.addMenuItem("Miso","location='http://www.simply-natural.biz/natural_foods_miso.php'");
  mm_menu_0012191906_0.addMenuItem("Nuts&nbsp;&amp;&nbsp;Seeds","location='http://www.simply-natural.biz/natural_foods_nuts_seeds.php'");
  mm_menu_0012191906_0.addMenuItem("Oil","location='http://www.simply-natural.biz/natural_foods_Oil.php'");
  mm_menu_0012191906_0.addMenuItem("Packaged&nbsp;Dinners","location='http://www.simply-natural.biz/natural_foods_pasta_noodles.php'");
  mm_menu_0012191906_0.addMenuItem("Pasta&nbsp;&amp;&nbsp;Noodles","location='http://www.simply-natural.biz/natural_foods_pasta_noodles.php'");
  mm_menu_0012191906_0.addMenuItem("Sea&nbsp;salt&nbsp;&amp;&nbsp;Nigari","location='http://www.simply-natural.biz/natural_foods_Sea_Salt_Nigari.php'");
  mm_menu_0012191906_0.addMenuItem("Sea&nbsp;Vegetables","location='http://www.simply-natural.biz/natural_foods_sea_vegetables.php'");
  mm_menu_0012191906_0.addMenuItem("Seitan&nbsp;&amp;&nbsp;Fu","location='http://www.simply-natural.biz/natural_foods_fu_Seitan.php'");
  mm_menu_0012191906_0.addMenuItem("Shoyu&nbsp;&amp;&nbsp;Tamari","location='http://www.simply-natural.biz/natural_foods_Shoyu_Tamari.php'");
  mm_menu_0012191906_0.addMenuItem(mm_menu_0012191906_0_3,"location='http://www.simply-natural.biz/Snacks.php'");
  mm_menu_0012191906_0.addMenuItem(mm_menu_0012191906_0_4,"location='http://www.simply-natural.biz/natural_foods_sweeteners.php'");
  mm_menu_0012191906_0.addMenuItem("Umeboshi&nbsp;Plums&nbsp;&amp;&nbsp;Paste","location='http://www.simply-natural.biz/natural_foods_Umeboshi-Plums-Paste.php'");
  mm_menu_0012191906_0.addMenuItem("Vinegar","location='http://www.simply-natural.biz/natural_foods_Vinegar.php'");
  mm_menu_0012191906_0.addMenuItem("All&nbsp;Kosher&nbsp;Certified","location='http://www.simply-natural.biz/natural_foods_kosher_certified.php'");
   mm_menu_0012191906_0.fontWeight="bold";
   mm_menu_0012191906_0.hideOnMouseOut=true;
   mm_menu_0012191906_0.childMenuIcon="images/arrows.gif";
   mm_menu_0012191906_0.menuBorder=1;
   mm_menu_0012191906_0.menuLiteBgColor='#ffffff';
   mm_menu_0012191906_0.menuBorderBgColor='#ffffff';
   mm_menu_0012191906_0.bgColor='#ffffff';
    window.mm_menu_0012192337_1_1 = new Menu("Grain&nbsp;Mills",107,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
    mm_menu_0012192337_1_1.addMenuItem("Grain&nbsp;Mills","location='http://www.simply-natural.biz/cookware-grain-mills.php'");
    mm_menu_0012192337_1_1.addMenuItem("Flax&nbsp;Seed&nbsp;Mills","location='http://www.simply-natural.biz/cookware-flax-seed-mills.php'");
     mm_menu_0012192337_1_1.fontWeight="bold";
     mm_menu_0012192337_1_1.hideOnMouseOut=true;
     mm_menu_0012192337_1_1.menuBorder=1;
     mm_menu_0012192337_1_1.menuLiteBgColor='#ffffff';
     mm_menu_0012192337_1_1.menuBorderBgColor='#ffffff';
     mm_menu_0012192337_1_1.bgColor='#ffffff';
  window.mm_menu_0012192337_1 = new Menu("root",174,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0012192337_1.addMenuItem("Blenders","location='http://www.simply-natural.biz/cookware-blenders.php'");
  mm_menu_0012192337_1.addMenuItem("Dehydrators","location='http://www.simply-natural.biz/cookware-dehydrators.php'");
  mm_menu_0012192337_1.addMenuItem("Fermenting&nbsp;Crock&nbsp;Pots","location='http://www.simply-natural.biz/cookware-fermenting-crock-pots.php'");
  mm_menu_0012192337_1.addMenuItem(mm_menu_0012192337_1_1,"location='http://www.simply-natural.biz/cookware-grain-mills.php'");
  mm_menu_0012192337_1.addMenuItem("Japanese&nbsp;Cookware&nbsp;","location='http://www.simply-natural.biz/cookware-japanese-cookware.php'");
  mm_menu_0012192337_1.addMenuItem("Juicers","location='http://www.simply-natural.biz/cookware-juicers.php'");
  mm_menu_0012192337_1.addMenuItem("Kitchen&nbsp;Gadgets","location='http://www.simply-natural.biz/cookware-kitchen-gadgets.php'");
  mm_menu_0012192337_1.addMenuItem("Mandolines","location='http://www.simply-natural.biz/cookware-mandolines.php'");
  mm_menu_0012192337_1.addMenuItem("Pasta&nbsp;Makers","location='http://www.simply-natural.biz/cookware-pasta-makers.php'");
  mm_menu_0012192337_1.addMenuItem("Pressure&nbsp;Cookers","location='http://www.simply-natural.biz/cookware-pressure-cookers.php'");
  mm_menu_0012192337_1.addMenuItem("Soy&nbsp;Milk&nbsp;Makers","location='http://www.simply-natural.biz/cookware-soy-milk-makers.php'");
  mm_menu_0012192337_1.addMenuItem("Stainless&nbsp;Steel&nbsp;Cookware","location='http://www.simply-natural.biz/cookware-stainless-steel.php'");
  mm_menu_0012192337_1.addMenuItem("Storage","location='http://www.simply-natural.biz/cookware-storeage.php'");
  mm_menu_0012192337_1.addMenuItem("Teapots","location='http://www.simply-natural.biz/cookware-teapots.php'");
  mm_menu_0012192337_1.addMenuItem("Water&nbsp;Filters","location='http://www.simply-natural.biz/cookware-water-filters.php'");
  mm_menu_0012192337_1.addMenuItem("Yogurt&nbsp;Makers","location='http://www.simply-natural.biz/cookware-yogurt-makers.php'");
   mm_menu_0012192337_1.fontWeight="bold";
   mm_menu_0012192337_1.hideOnMouseOut=true;
   mm_menu_0012192337_1.childMenuIcon="images/arrows.gif";
   mm_menu_0012192337_1.menuBorder=1;
   mm_menu_0012192337_1.menuLiteBgColor='#ffffff';
   mm_menu_0012192337_1.menuBorderBgColor='#ffffff';
   mm_menu_0012192337_1.bgColor='#ffffff';
  window.mm_menu_0012192403_2 = new Menu("root",182,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0012192403_2.addMenuItem("Dr.&nbsp;Sherry&nbsp;Rogers","location='http://www.simply-natural.biz/books-dr-sherry-rogers.php'");
  mm_menu_0012192403_2.addMenuItem("Macrobiotic&nbsp;Books","location='http://www.simply-natural.biz/books-macrobiotic-books.php'");
  mm_menu_0012192403_2.addMenuItem("Vegetarian&nbsp;&amp;&nbsp;Vegan&nbsp;Books","location='http://www.simply-natural.biz/books-vegetarian-books.php'");
   mm_menu_0012192403_2.fontWeight="bold";
   mm_menu_0012192403_2.hideOnMouseOut=true;
   mm_menu_0012192403_2.menuBorder=1;
   mm_menu_0012192403_2.menuLiteBgColor='#ffffff';
   mm_menu_0012192403_2.menuBorderBgColor='#ffffff';
   mm_menu_0012192403_2.bgColor='#ffffff';
  window.mm_menu_0013173305_3 = new Menu("root",173,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
   mm_menu_0013173305_3.addMenuItem("Traditional&nbsp;Japanese","location='http://www.simply-natural.biz/Body_Care_Traditional_Japanese.php'");
   mm_menu_0013173305_3.fontWeight="bold";
   mm_menu_0013173305_3.hideOnMouseOut=true;
   mm_menu_0013173305_3.menuBorder=1;
   mm_menu_0013173305_3.menuLiteBgColor='#ffffff';
   mm_menu_0013173305_3.menuBorderBgColor='#ffffff';
   mm_menu_0013173305_3.bgColor='#ffffff';
  window.mm_menu_0013173948_4 = new Menu("root",121,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0013173948_4.addMenuItem("Massage&nbsp;Sandals","location='http://www.simply-natural.biz/clothing_massage_sandals.php'");
   mm_menu_0013173948_4.fontWeight="bold";
   mm_menu_0013173948_4.hideOnMouseOut=true;
   mm_menu_0013173948_4.menuBorder=1;
   mm_menu_0013173948_4.menuLiteBgColor='#ffffff';
   mm_menu_0013173948_4.menuBorderBgColor='#ffffff';
   mm_menu_0013173948_4.bgColor='#ffffff';
  window.mm_menu_0012192620_3 = new Menu("root",173,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#660000","#689e31","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0012192620_3.addMenuItem("Living&nbsp;Harvest&nbsp;Hemp","location='http://www.simply-natural.biz/wholevitamins-living-harvest.php'");
  mm_menu_0012192620_3.addMenuItem("MegaFood","location='http://www.simply-natural.biz/wholevitamins-megafood.php'");
  mm_menu_0012192620_3.addMenuItem("DailyFoods®&nbsp;Formulas","location='http://www.simply-natural.biz/wholevitamins-dailyfoods.php'");
  mm_menu_0012192620_3.addMenuItem("Essentials®","location='http://www.simply-natural.biz/wholevitamins-essentials.php'");
  mm_menu_0012192620_3.addMenuItem("Nutritional&nbsp;TherapeutixT","location='http://www.simply-natural.biz/wholevitamins-nutritional-therapeutix.php'");
   mm_menu_0012192620_3.fontWeight="bold";
   mm_menu_0012192620_3.hideOnMouseOut=true;
   mm_menu_0012192620_3.menuBorder=1;
   mm_menu_0012192620_3.menuLiteBgColor='#ffffff';
   mm_menu_0012192620_3.menuBorderBgColor='#ffffff';
   mm_menu_0012192620_3.bgColor='#ffffff';

  mm_menu_0012192620_3.writeMenus();
} // mmLoadMenus()

//-->
</SCRIPT>

<SCRIPT language=JavaScript1.2 src="index_files/mm_menu.js"></SCRIPT>

<STYLE type=text/css>BODY {
	MARGIN: 0px
}
</STYLE>
</HEAD>
<BODY bgColor=#ffffff 
onload="MM_preloadImages('images/simply_natural_header_r2_c2_f2.jpg','images/simply_natural_header_r2_c4_f2.jpg','images/simply_natural_header_r2_c6_f2.jpg','images/simply_natural_header_r2_c8_f2.jpg','images/simply_natural_header_r2_c10_f2.jpg','images/simply_natural_header_r3_c3_f2.jpg','images/simply_natural_header_r3_c5_f2.jpg','images/simply_natural_header_r3_c7_f2.jpg','images/simply_natural_header_r3_c9_f2.jpg','images/simply_natural_header_r3_c11_f2.jpg');">
<SCRIPT language=JavaScript1.2>mmLoadMenus();</SCRIPT>

<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><!-- fwtable fwsrc="simply_natural_header_sliced.png" fwbase="simply_natural_header.jpg" fwstyle="Dreamweaver" fwdocid = "2117739236" fwnested="0" -->
  <TBODY>
  <TR>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=134 
    border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=62 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=62 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=59 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=61 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=59 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=61 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=59 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=61 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=59 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=61 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=62 
border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1 border=0></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1 
  border=0></TD></TR>
  <TR>
    <TD rowSpan=4><IMG height=163 alt="" 
      src="index_files/simply_natural_header_r1_c1.jpg" width=134 border=0 
      name=simply_natural_header_r1_c1></TD>
    <TD colSpan=11><IMG height=100 alt="" 
      src="index_files/simply_natural_header_r1_c2.jpg" width=666 border=0 
      name=simply_natural_header_r1_c2></TD>
    <TD width="50%" background=index_files/simply_natural_header_r1_c13.jpg 
    rowSpan=4>&nbsp;</TD>
    <TD><IMG height=100 alt="" src="index_files/spacer.gif" width=1 
    border=0></TD></TR>
  <TR>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0012191906_0,0,23,null,'simply_natural_header_r2_c2');MM_swapImage('simply_natural_header_r2_c2','','images/simply_natural_header_r2_c2_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/natural_foods.php"><IMG height=23 
      alt="" src="index_files/simply_natural_header_r2_c2.jpg" width=124 
      border=0 name=simply_natural_header_r2_c2></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0012192337_1,0,23,null,'simply_natural_header_r2_c4');MM_swapImage('simply_natural_header_r2_c4','','images/simply_natural_header_r2_c4_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/cookware.php"><IMG height=23 alt="" 
      src="index_files/simply_natural_header_r2_c4.jpg" width=120 border=0 
      name=simply_natural_header_r2_c4></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0012192403_2,0,23,null,'simply_natural_header_r2_c6');MM_swapImage('simply_natural_header_r2_c6','','images/simply_natural_header_r2_c6_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/books.php"><IMG height=23 alt="" 
      src="index_files/simply_natural_header_r2_c6.jpg" width=120 border=0 
      name=simply_natural_header_r2_c6></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0013173305_3,0,23,null,'simply_natural_header_r2_c8');MM_swapImage('simply_natural_header_r2_c8','','images/simply_natural_header_r2_c8_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/bodycare.php"><IMG height=23 alt="" 
      src="index_files/simply_natural_header_r2_c8.jpg" width=120 border=0 
      name=simply_natural_header_r2_c8></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0013173948_4,0,23,null,'simply_natural_header_r2_c10');MM_swapImage('simply_natural_header_r2_c10','','images/simply_natural_header_r2_c10_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/clothing.php"><IMG height=23 alt="" 
      src="index_files/simply_natural_header_r2_c10.jpg" width=120 border=0 
      name=simply_natural_header_r2_c10></A></TD>
    <TD><IMG height=23 alt="" 
      src="index_files/simply_natural_header_r2_c12.jpg" width=62 border=0 
      name=simply_natural_header_r2_c12></TD>
    <TD><IMG height=23 alt="" src="index_files/spacer.gif" width=1 
  border=0></TD></TR>
  <TR>
    <TD rowSpan=2><IMG height=40 alt="" 
      src="index_files/simply_natural_header_r3_c2.jpg" width=62 border=0 
      name=simply_natural_header_r3_c2></TD>
    <TD colSpan=2><A 
      onmouseover="MM_showMenu(window.mm_menu_0012192620_3,0,25,null,'simply_natural_header_r3_c3');MM_swapImage('simply_natural_header_r3_c3','','images/simply_natural_header_r3_c3_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore();MM_startTimeout(); 
      href="http://www.simply-natural.biz/wholevitamins.php"><IMG height=25 
      alt="" src="index_files/simply_natural_header_r3_c3.jpg" width=121 
      border=0 name=simply_natural_header_r3_c3></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_swapImage('simply_natural_header_r3_c5','','images/simply_natural_header_r3_c5_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore(); 
      href="http://www.cybermacro.com/Macrobiotic_Recipes/"><IMG height=25 
      alt="" src="index_files/simply_natural_header_r3_c5.jpg" width=120 
      border=0 name=simply_natural_header_r3_c5></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_swapImage('simply_natural_header_r3_c7','','images/simply_natural_header_r3_c7_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore(); 
      href="http://www.cybermacro.com/Macrobiotic_Articles/"><IMG height=25 
      alt="" src="index_files/simply_natural_header_r3_c7.jpg" width=120 
      border=0 name=simply_natural_header_r3_c7></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_swapImage('simply_natural_header_r3_c9','','images/simply_natural_header_r3_c9_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore(); 
      href="http://www.cybermacro.com/forum/"><IMG height=25 alt="" 
      src="index_files/simply_natural_header_r3_c9.jpg" width=120 border=0 
      name=simply_natural_header_r3_c9></A></TD>
    <TD colSpan=2><A 
      onmouseover="MM_swapImage('simply_natural_header_r3_c11','','images/simply_natural_header_r3_c11_f2.jpg',1);" 
      onmouseout=MM_swapImgRestore(); href="http://www.simply-natural.biz/"><IMG 
      height=25 alt="" src="index_files/simply_natural_header_r3_c11.jpg" 
      width=123 border=0 name=simply_natural_header_r3_c11></A></TD>
    <TD><IMG height=25 alt="" src="index_files/spacer.gif" width=1 
  border=0></TD></TR>
  <TR>
    <TD colSpan=10><IMG height=15 alt="" 
      src="index_files/simply_natural_header_r4_c3.jpg" width=604 border=0 
      name=simply_natural_header_r4_c3></TD>
    <TD><IMG height=15 alt="" src="index_files/spacer.gif" width=1 
  border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD bgColor=#c6e1f4 colSpan=4><IMG height=14 
      src="index_files/cybermacro_05.gif" width=151></TD>
    <TD bgColor=#c7e1f4><IMG height=14 src="index_files/cybermacro_06.gif" 
      width=1></TD>
    <TD vAlign=top bgColor=#ffffff><IMG height=14 
      src="index_files/cybermacro_07.gif" width=14></TD>
    <TD width="100%"><IMG height=14 src="index_files/cybermacro_08.gif" 
      width=456></TD>
    <TD><IMG height=14 src="index_files/cybermacro_09.gif" width=11></TD>
    <TD bgColor=#a6c8e9><IMG height=14 src="index_files/spacer.gif" 
width=1></TD>
    <TD bgColor=#c6e1f4 colSpan=3><IMG height=14 
      src="index_files/cybermacro_11.gif" width=149></TD>
    <TD bgColor=#ffffff><IMG height=14 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD vAlign=top width=1 bgColor=#c5e0f4 colSpan=4 rowSpan=6>
      <TABLE cellSpacing=0 cellPadding=0 width=151 border=0><!--DWLayoutTable-->
        <TBODY>
        <TR>
          <TD vAlign=bottom bgColor=#c5e0f4 colSpan=4><IMG height=14 
            src="index_files/cybermacro_12.gif" width=151></TD></TR>
        <TR>
          <TD vAlign=top background=index_files/cybermacro_19.gif>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/New-Products.php">All New 
                  Products Sitewide</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_kosher_certified.php">All 
                  Kosher Certified </A></SPAN></TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/books.php">Books</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/clothing.php">Clothing</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/cookware.php">Kitchenware</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/naturl-bedding.php">Natural 
                  Bedding</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/natural_foods.php">Natural 
                  Foods</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_beans.php">Beans</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_beverages.php">Beverages</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_Foods_concentrates.php">Concentrates</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Condiments_Pickles.php">Condiments 
                  &amp; Pickles</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_dried_macrobiotic.php">Dried 
                  Macrobiotic</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/Shiitake-Maitake-Mushrooms.php">Dried 
                  Mushrooms</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_food-Processing.php">Food 
                  Processing</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_grains.php">Grains</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_breakfast_cereals.php">Breakfast 
                  Cereals</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural-foods_flour.php">Flour</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_kuzu.php">Kuzu</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Mirin.php">Mirin</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_miso.php">Miso</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_nuts_seeds.php">Nuts 
                  &amp; Seeds</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Oil.php">Oil</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_packaged_dinners.php">Packaged 
                  Dinners</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_pasta_noodles.php">Pasta 
                  &amp; Noodles</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Sea_Salt_Nigari.php">Sea 
                  Salt &amp; Nigari</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_sea_vegetables.php">Sea 
                  Vegetables</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_fu_Seitan.php">Seitan 
                  &amp; Fu</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Shoyu_Tamari.php">Shoyu 
                  &amp; Tamari</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/Snacks.php">Snacks</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural-foods-baked-by-bita.php">Baked 
                  by Bita</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_crackers.php">Crackers</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Mochi.php">Mochi</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_sweet_rice_candies.php"> 
                  Sweet Rice Candies</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_sweeteners.php">Sweeteners</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp; &nbsp; <IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural-foods_dried_fruit.php">Dried 
                  Fruit</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Umeboshi-Plums-Paste.php">Umeboshi 
                  Plums &amp; Paste</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<IMG 
                  src="index_files/indent1.png" border=0><A 
                  href="http://www.simply-natural.biz/natural_foods_Vinegar.php">Vinegar</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/bodycare.php">PersonalCare</A></SPAN> 
                </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/wholevitamins.php">Whole 
                  Vitamins</A></SPAN> </TD></TR>
              <TR>
                <TD><SPAN class=SideMenuLinks>&nbsp;<A 
                  href="http://www.simply-natural.biz/index.php">Home 
                </A></SPAN></TD></TR></TBODY></TABLE>
            <FORM action=http://www.simply-natural.biz/cgi/sc/productsearch.cgi 
            method=post><SPAN class=SideMenuLinksSmall><IMG height=20 
            src="index_files/searchcat.gif" width=149> <INPUT type=hidden 
            value=*1297feb542f10078974173 name=storeid> &nbsp; <INPUT 
            id=search_field size=12 name=search_field> <INPUT type=image 
            height=18 width=25 src="index_files/go.gif" vspace=2 border=0 
            name=Submit> </SPAN></FORM><IMG height=20 
            src="index_files/resources.gif" width=149><BR><SPAN 
            class=SideMenuLinks>&nbsp;• <A 
            href="http://www.cybermacro.com/Macrobiotic_Articles/">Articles</A><BR>&nbsp;• 
            <A 
            href="http://www.cybermacro.com/Macrobiotic_Recipes/">Recipes</A><BR>&nbsp;• 
            <A href="http://www.cybermacro.com/forum/">Forums</A><BR>&nbsp;• <A 
            href="http://www.cybermacro.com/links/pages/index.html">Links</A></SPAN></TD>
          <TD width=1 bgColor=#7c8bc2><IMG height=1 
            src="index_files/cybermacro_20.gif" width=1></TD>
          <TD bgColor=#a3c1e3><IMG height=1 
            src="index_files/cybermacro_21.gif" width=1></TD>
          <TD bgColor=#c6e1f4><IMG height=1 
            src="index_files/cybermacro_22.gif" width=1></TD></TR>
        <TR>
          <TD vAlign=top bgColor=#c6e1f4 colSpan=4><IMG height=13 
            src="index_files/cybermacro_26.gif" 
width=151></TD></TR></TBODY></TABLE></TD>
    <TD bgColor=#a6c8e9 rowSpan=6><IMG height=413 
      src="index_files/cybermacro_13.gif" width=1></TD>
    <TD vAlign=top rowSpan=6><IMG height=14 src="index_files/spacer.gif" 
      width=14></TD>
    <TD vAlign=top rowSpan=6><IMG height=1 src="index_files/spacer.gif" 
      width=456> 
      <TABLE cellSpacing=0 cellPadding=1 width="100%" border=0>
        <TBODY>
        <TR>
          <TD><SPAN class=CyberMacroPageTitle>
            <H1><span class="CyberMacroPageTitle style2">Welcome To Quality Natural Food's New Web Site, We Are Now Called Simply Natural</span></H1>
          </SPAN></TD>
        </TR>
        <TR>
          <TD></TD></TR>
        <TR>
          <TD vAlign=top>
            <P><SPAN class=CyberMacroContent>
            <TABLE width=400 align=center border=0>
              <TBODY>
              <TR>
                <TD width=125><IMG height=100 src="index_files/hipchicks.jpg" 
                  width=81></TD>
                <TD width=127><IMG height=100 
                  src="index_files/Hatomugi-Miso.jpg" width=93></TD>
                <TD width=121><IMG height=101 
                  src="index_files/Lundberg-Rice-Cereal-Plain.jpg" width=66></TD>
                <TD width=135><IMG height=100 src="index_files/Ellipse.jpg" 
                  width=108></TD>
                <TD width=70><IMG height=100 
                  src="index_files/choice_english_breakfast.gif" 
              width=85></TD></TR></TBODY></TABLE>
            <P>It all started with a single post to the internet 10 years 
            ago<FONT color=#3300ff> <STRONG><A 
            href="http://www.google.com/groups?q=natural+foods+gary&amp;hl=en&amp;lr=&amp;ie=UTF-8&amp;oe=UTF-8&amp;as_drrb=b&amp;as_mind=12&amp;as_minm=9&amp;as_miny=1994&amp;as_maxd=30&amp;as_maxm=9&amp;as_maxy=1994&amp;selm=9409242035.AA13816@lambada.oit.unc.edu&amp;rnum=1"><STRONG><FONT 
            color=#0033ff>this past fall</FONT></STRONG></A></STRONG></FONT>, 
            would the idea of being able to purchase natural foods online for 
            prices less than your typical health food store appeal to people? 
            With a positive&nbsp;response, we started selling natural and 
            macrobiotic foods using email, and by late summer <FONT 
            color=#3300ff><STRONG><A 
            href="http://groups.google.com/groups?q=cyberspace+natural+foods&amp;hl=en&amp;lr=&amp;selm=4263n1%242c3%40holly.aa.net&amp;rnum=1"><STRONG><FONT 
            color=#0033ff>1995</FONT></STRONG></A></STRONG></FONT>, had the 
            first web site doing the same. The next year we partnered with a 
            company then known as<STRONG> Macrobiotic Company of 
            America</STRONG> aka <STRONG>MCOA</STRONG> which was a distributor 
            of macrobiotic products, the result being the <STRONG>Mountain Ark 
            Trading Company</STRONG> web site, here is how it looked from its 
            launch the<STRONG><SPAN class=style2>&nbsp;<A 
            href="http://web.archive.org/web/19961230080153/http://www.mountainark.com/"><STRONG><FONT 
            color=#3300ff>summer 
            1996</FONT></STRONG></A></SPAN></A></STRONG><SPAN class=style2><FONT 
            color=#3300ff>,</FONT> please note that none of the information or 
            prices contained there is current.</SPAN></P>
            <P>10 Years later we are still at it, providing you the best 
            selection of macrobiotic and natural foods at the lowest prices 
            possible. We offer to you the full line of Mitoku Products, and give 
            <STRONG>free shipping</STRONG> on them for orders <STRONG>$300.00 or 
            more.</STRONG> We also have a wide assortment of cookware, all at 
            the best prices anywhere along with an ever expanding selection of 
            macrobiotic books, natural bodycare products, and healthy snacks. We 
            intend to keep adding additional items that will appeal to virtually 
            anyone that eats a diet geared towards macrobiotics. </P>
            <P>Then as now, we endeavored to be more than just an electronic 
            catalog, by offering many resources related to 
            <STRONG>macrobiotics</STRONG> including articles, recipes, a 
            glossary, macrobiotic dating, and our ever popular macrobiotic 
            discussion forums, with over 800 members, if you have a question 
            about macrobiotics, you probably will find an answer to it there. 
            </SPAN></P>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY></TBODY></TABLE>
            <p align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong>Once again we want to remind you that Quality Natural Foods has been recently updated with a brand new catalog. </strong></font></span></p>
            <p align="center"><span class="CyberMacroContent"><strong><font size="4" face="Geneva, Arial, Helvetica, sans-serif">You can Begin Shopping By clicking on one of these categories. They are also on the left hand column of this page.</font></strong></span></p>
            <table width="475" border="1" align="center" cellpadding="4" cellspacing="4" bordercolor="#FFCC00">
              <tr>
                <td width="140">
                  <div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/natural_foods.php">Natural Foods </a> </strong></font></span></div></td>
                <td width="115">
                  <div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/cookware.php">Kitchenware </a> </strong></font></span></div></td>
                <td width="172">
                  <div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/books.php">Books </a> </strong></font></span></div></td>
              </tr>
              <tr>
                <td><div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/bodycare.php">PersonalCare</a></strong></font></span></div></td>
                <td>
                  <div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/clothing.php">Clothing </a> </strong></font></span></div></td>
                <td>
                  <div align="center"><span class="CyberMacroContent"><font size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong><a href="http://www.simply-natural.biz/wholevitamins.php">Whole Vitamins </a> </strong></font></span></div></td>
              </tr>
            </table>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p align="center">&nbsp;</p>
            <p align="center"><span class="CyberMacroContent"><font color="#990000" size="4" face="Geneva, Arial, Helvetica, sans-serif"><strong>For Historical Purposes we have kept the previous versions of the Quality Natural Foods Product Pages. These are not meant for actual shopping, as they are no no longer current.</strong></font></span></p>
            <div align="center">
              <table width="483" border="1" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF">
                <tr>
                  <td width="183"><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/connoisseur.html" 
                  target=_top><B>the connoisseur's page</B></A></FONT></span></div></td>
                  <td width="126"><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/miso.html" 
                  target=_top><B>miso</B></A></FONT></span></div></td>
                  <td width="160"><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/shoyu&amp;tamari.html" 
                  target=_top><B>shoyu &amp; tamari</B></A></FONT></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/noodles.html" 
                  target=_top><B>noodles</B></A></FONT></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/beverages.html" 
                  target=_top><B>beverages</B></A></FONT></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/seavegetables.html" 
                  target=_top><B>sea vegetables</B></A></FONT></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/seasalt.html" 
                  target=_top><B>sea salt &amp; nigari</B></A></FONT></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/umeboshi.html" 
                  target=_top><B>umeboshi plum products</B></A></FONT></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/condiments.html" 
                  target=_top>pickles &amp; condiments</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/vinegar.html" 
                  target=_top>vinegars &amp; mirin</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/oil.html" 
                  target=_top>oil</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/macrobiotic.html" 
                  target=_top>macrobiotic &amp; japanese specialties</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/kuzu.html" 
                  target=_top>kuzu</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/mushrooms.html" 
                  target=_top>shiitake &amp; maitake mushrooms</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/fu.html" 
                  target=_top>fu &amp; seitan</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/mochi.html" 
                  target=_top>mochi</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/grains.html" 
                  target=_top>grains</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/flour.html" 
                  target=_top>flour</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/beans.html" 
                  target=_top>beans</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/seeds.html" 
                  target=_top>seeds</A> </FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/edenfoods.html" 
                  target=_top>all Eden Foods Products</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/tohum.html" 
                  target=_top>Tohum Products of Turkey</A> </FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/chestnuts.html" 
                  target=_top>dried chestnuts</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/sweeteners.html" 
                  target=_top>sweeteners</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/fruitspreads.html" 
                  target=_top>fruit spreads</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/snacks.html" 
                  target=_top>snacks</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/ricemaltcandies.html" 
                  target=_top>sweet rice candies</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/driedfruit.html" 
                  target=_top>dried fruit</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/macrobiotickitchenware.html" 
                  target=_top>japanese kitchenware &amp; cookware</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/concentrates.html" 
                  target=_top>medicinal concentrates</A></FONT></B></span></div></td>
                </tr>
                <tr>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/bodycare.html" 
                  target=_top>bodycare</A></FONT></B></span></div></td>
                  <td><div align="center"><span class="CyberMacroContent"><B><FONT face=arial size=2><A class=anchor 
                  href="http://www.qualitynaturalfoods.com/shopnew/cookbooks.html" 
                  target=_top>cookbooks</A></FONT></B></span></div></td>
                  <td><div align="center"></div></td>
                </tr>
              </table>
            </div>
            <P><SPAN 
            class=CyberMacroContent><!-- Empty field [Text2]  --></SPAN></P>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY></TBODY></TABLE>
            <P><SPAN 
            class=CyberMacroContent><!-- Empty field [Text3]  --></SPAN><BR></P></TD></TR></TBODY></TABLE></TD>
    <TD rowSpan=6><IMG height=413 src="index_files/cybermacro_16.gif" 
    width=11></TD>
    <TD bgColor=#a6c8e9 rowSpan=6><IMG height=413 
      src="index_files/cybermacro_17.gif" width=1></TD>
    <TD vAlign=top bgColor=#c6e1f4 colSpan=3 rowSpan=6>
      <TABLE cellSpacing=0 cellPadding=0 width=149 border=0><!--DWLayoutTable-->
        <TBODY>
        <TR>
          <TD vAlign=bottom bgColor=#c6e1f4 colSpan=3><IMG height=14 
            src="index_files/cybermacro_18.gif" width=149></TD></TR>
        <TR>
          <TD bgColor=#c6e1f4 rowSpan=3><IMG height=1 
            src="index_files/cybermacro_23.gif" width=1></TD>
          <TD bgColor=#808fba rowSpan=3><IMG height=1 
            src="index_files/cybermacro_24.gif" width=1></TD>
          <TD vAlign=top background=index_files/cybermacro_25.gif rowSpan=3>
            <DIV class=MiniCart>&nbsp;&nbsp;&nbsp;
            <SCRIPT language=JavaScript type=text/JavaScript>DisplayMiniCart("ss_cart_0001149560","Detail");</SCRIPT>
             </DIV><BR><BR><IMG height=20 src="index_files/storepolicies.gif" 
            width=147><BR><SPAN class=SideMenuLinks>&nbsp;• <A 
            href="http://www.simply-natural.biz/shipping.php">Shipping &amp; 
            Returns</A><BR>&nbsp;• <A 
            href="http://www.simply-natural.biz/privacy.php">Privacy 
            Policy</A><BR>&nbsp;• <A 
            href="http://www.simply-natural.biz/terms-of-use.php">Terms of 
            Use</A><BR>&nbsp;• <A 
            href="mailto:sales@discountnaturalfoods.com">Contact 
        Us</A></SPAN></TD></TR>
        <TR></TR>
        <TR></TR>
        <TR>
          <TD vAlign=top bgColor=#c6e1f4 colSpan=3><IMG height=12 
            src="index_files/cybermacro_28.gif" 
width=149></TD></TR></TBODY></TABLE></TD>
    <TD bgColor=#ffffff><IMG height=14 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD bgColor=#ffffff><IMG height=1 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD bgColor=#ffffff><IMG height=1 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD bgColor=#ffffff><IMG height=1 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD bgColor=#ffffff><IMG height=12 src="index_files/spacer.gif" 
  width=1></TD></TR>
  <TR>
    <TD bgColor=#ffffff height="100%"><IMG height="100%" 
      src="index_files/spacer.gif" width=1></TD></TR>
  <TR bgColor=#cc0000>
    <TD height=1><IMG height=1 alt="" src="index_files/spacer.gif" 
    width=148></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=10 alt="" src="index_files/spacer.gif" width=14></TD>
    <TD vAlign=top></TD>
    <TD><IMG height=10 alt="" src="index_files/spacer.gif" width=11></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=1></TD>
    <TD><IMG height=1 alt="" src="index_files/spacer.gif" width=147></TD>
    <TD bgColor=#ffffff><IMG height=1 alt="" src="index_files/spacer.gif" 
      width=1></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD>
      <DIV class=CyberMacroBotLinks align=center>Discount Natural Foods 
      Inc.<BR>146 Londonderry Turnpike #10<BR>Hooksett, NH 03106<BR>Tel 
      1-888-392-9237<BR>Email <A 
      href="mailto:sales@discountnaturalfoods.com">mailto:sales@discountnaturalfoods.com</A></DIV></TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript>
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
  window.open = SymWinOpen;
  if(SymRealOnUnload != null)
     SymRealOnUnload();
}

function SymOnLoad()
{
  if(SymRealOnLoad != null)
     SymRealOnLoad();
  window.open = SymRealWinOpen;
  SymRealOnUnload = window.onunload;
  window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</SCRIPT>
</BODY></HTML>
