<?php
$page_name = "Alison's Breakfast Bars";
$menu_type = "food";
$menu_name = "Breakfast Bars";
$blog_num = 76;
$page_rate = 9;
$page_tags = array();
$page_date = "March 15, 2012";
include_once("./files/head.php");

echo "<p>Alison modified a recipe from somewhere to made these super nummy energy bars.  They can be peanut, egg, corn, almond, and milk free!  So they are safe (and tasty) for Jeff, Jen, and me all at once!</p>\n";

echo "<h3>Stuff to put in</h3>\n";
echo "<ul>\n";
  echo "<li>1 1/3 cup <span class=\"red\"><strong>flour</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>brown sugar</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>peanut butter</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\">- Or any other nut butter, or even no-nut pea butter</span></li>\n";
  echo "<li>1/2 cup <span class=\"red\"><strong>butter</strong></span></li>\n";
  echo "<li>1 <span class=\"red\"><strong>egg</strong></span></li>\n";
  echo "<li>2 tbsp <span class=\"red\"><strong>honey</strong></span></li>\n";
  echo "<li>1 tsp <span class=\"red\"><strong>salt</strong></span></li>\n";
  echo "<li>1 tsp <span class=\"red\"><strong>cinnamon</strong></span></li>\n";
  echo "<li>1/2 tsp <span class=\"red\"><strong>baking soda</strong></span></li>\n";
  echo "<li>1/2 tsp <span class=\"red\"><strong>vanilla</strong></span></li>\n";
echo "</ul>\n";
echo "<p>These ingredients can be replaced with anything as long as you keep the quantities the same.  Ie you can do all fruit...or all cereals...or even 7 kinds of chocolate technically.</p>\n";
echo "<ul>\n";
  echo "<li>1 1/2 cup <span class=\"red\"><strong>rolled oats</strong></span></li>\n";
  echo "<li>1 1/2 cup <span class=\"red\"><strong>crispy cereal</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\">- Rice Crispies, Cheerios, etc</span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>coconut</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>chocolate chips</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>dried berries/fruit</strong></span></li>\n";
  echo "<li>1/4 cup <span class=\"red\"><strong>sunflower seeds</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\">- Or any other seed</span></li>\n";
  echo "<li>1/4 cup <span class=\"red\"><strong>pumpkin seeds</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\">- Or any other seed</span></li>\n";
echo "</ul>\n";


echo "<h3>How to put it all together</h3>\n";
echo "<ol>\n";
  echo "<li>Preheat oven to 350F</li>\n";
  echo "<li>Grease 11x15\" cookie sheet</li>\n";
  echo "<li>Cream <span class=\"red\"><strong>sugar</strong></span> and <span class=\"red\"><strong>butter</strong></span></li>\n";
  echo "<li>Add in <span class=\"pink\"><strong>honey</strong></span>, <span class=\"pink\"><strong>peanut butter</strong></span>, <span class=\"pink\"><strong>vanilla</strong></span>, and the <span class=\"pink\"><strong>egg</strong></span>.</li>\n";
  echo "<li>Mix thouroughly.</li>\n";
  echo "<li>Slowly add in <span class=\"pink\"><strong>everything else</strong></span>.</li>\n";
  echo "<li>Press flat into pan.</li>\n";
  echo "<li>Bake at 350F for 20-25 minutes.</li>\n";
  echo "<li>Let cool for 10 minutes.</li>\n";
  echo "<li>Turn out of pan and cut into squares.</li>\n";
echo "</ol>\n";


include_once("./files/close.php");

?>