<?php
$page_name = "Yorkies";
$menu_type = "food";
$menu_name = "Yorkies";
$blog_num = 10;
$page_rate = 10;
$page_tags = array();
$page_date = "August 2, 2011";
include_once("./files/head.php");

echo "<p>From my mommy.  Yorkies are temperature, humidity, and altitude sensitive...Someday I'll make enough to get a good recording of the effects.  Works better in Greenview than Edgemont.  Makes 12.</p>\n";

echo "<h3>Stuff to put in</h3>\n";
echo "<ul>\n";
  echo "<li>2 <span class=\"red\"><strong>eggs</strong></span>&nbsp;&nbsp;&nbsp;(MUST BE ROOM TEMP!!!)</li>\n";
  echo "<li>2 tbsp <span class=\"red\"><strong>oil</strong></span></li>\n";
  echo "<li>1/2 cup + 2 tbsp <span class=\"red\"><strong>flour</strong></span></li>\n";
  echo "<li>1 tsp <span class=\"red\"><strong>salt</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>milk</strong></span></li>\n";
echo "</ul>\n";

echo "<h3>How to put it all together</h3>\n";
echo "<ol>\n";
  echo "<li>Preheat oven to 425F.</li>\n";
  echo "<li>Beat <span class=\"red\"><strong>eggs</strong></span> with a fork.</li>\n";
  echo "<li>Lightly spray muffin tray.</li>\n";
  echo "<li>Divide the <span class=\"red\"><strong>oil</strong></span> as evenly as possible between each cup.</li>\n";
  echo "<li>Mix <span class=\"red\"><strong>eggs</strong></span>, <span class=\"red\"><strong>flour</strong></span>, <span class=\"red\"><strong>salt</strong></span>, and <span class=\"red\"><strong>milk</strong></span> together and beat the crap out of it until its light and frothy.  Adding the flour in slowly prevents clumping.</li>\n";
  echo "<li>Divide evenly between cups.  Be skimpy so you don't run out.</li>\n";
  echo "<li>Bake for 25 minutes.  DO NOT open the door (they will collapse) or turn on the light (dunno why, just don't).</li>\n";
echo "</ol>\n";

echo "<p>Good Luck!</p>\n";

include_once("./files/close.php");

?>