<!--
document.write("<table bgcolor=#FFFFFF border=1 cellpadding=2 cellspacing=0 width=100%>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-1 color=#FF0000><b>Food Trivia</b></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#F5F5DC>");
document.write("<font face=arial,helvetica size=-1 color=#00008B><br>");
RandomDate = new Date();
RandomNo = (RandomDate.getMilliseconds());
if      (RandomNo < 50)  {document.write(" Large doses of coffee can be lethal. Ten grams, or 100 cups over 4 hours, can kill the average human. ");}
else if (RandomNo < 100) {document.write(" The bubbles in Guiness beer sink to the bottom rather than float to the top like other beers do. ");}
else if (RandomNo < 150) {document.write(" Two-thirds of the world's coffee comes from Brazil. ");}
else if (RandomNo < 200) {document.write(" After the popeye comic strip was launched in 1931, spinach consumption went up by thirty-three percent in the United States. ");}
else if (RandomNo < 250) {document.write(" An apple, onion, and potato all have the same taste. The differences in flavor are caused by their smell. To prove this - pinch your nose and take a bite from each. They will all taste sweet. ");}
else if (RandomNo < 300) {document.write(" Milk is actually considered to be a food and not a beverage. ");}
else if (RandomNo < 350) {document.write(" The hottest chile in the world is the habanero. ");}
else if (RandomNo < 400) {document.write(" Table salt is the only commodity that hasn’t risen dramatically in price in the last 150 years. ");}
else if (RandomNo < 450) {document.write(" Human beings can't smell or taste a substance that is not soluble.  On a dry tongue, sugar has no taste.  In a dry nose, the smell of a flower would not be noticed.  Anything to be smelled must float in the air. ");}
else if (RandomNo < 500) {document.write(" The average child will eat 1,500 Peanutbutter sandwiches by high school graduation. ");}
else if (RandomNo < 550) {document.write(" Beijing boasts the world's largest kentucky fried chicken restaurant. ");}
else if (RandomNo < 600) {document.write(" Chocolate contains phenylethylamine (PEA), a natural substance that is reputed to stimulate the same reaction in the body as falling in love. ");}
else if (RandomNo < 650) {document.write(" The average child will eat 1,500 Peanutbutter sandwiches by high school graduation. ");}
else if (RandomNo < 700) {document.write(" According to the U.S. Department of Agriculture, Americans eat more than 22 pounds of tomatoes every year. More than half this amount is eaten in the form of ketchup and tomato sauce. ");}
else if (RandomNo < 750) {document.write(" Coca-cola used to contain cocaine when it was initially introduced. ");}
else if (RandomNo < 800) {document.write(" Jelly Belly jelly beans were the first jelly beans planned to be outer space when they went up with the astronauts in the june 21 1983 voyage of the challenger. ");}
else if (RandomNo < 850) {document.write(" The white potato originated in the Andes mountains and was probably brought to Britain by Sir Francis Drake about 1586. ");}
else if (RandomNo < 900) {document.write(" The hottest chile in the world is the habanero. ");}
else if (RandomNo < 950) {document.write(" Astronaut John Glenn ate the first meal in space when he ate pureed applesauce squeezed from a tube aboard Friendship 7 in 1962. ");}
else                     {document.write(" Annually, approximately 46 millions cokes, five million pounds of french fries, and seven million hamburgers are consumed at Walt Disney world resort. ");}
document.write("<br><br></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-2 color=red>");
document.write("<style type=text/css>");
document.write("A:hover {color:red}");
document.write("A:link { color: blue}");
document.write("A:active { color: red}");
document.write("</style>");
document.write("Free webcontent from <a href=http://www.davidpye.com target=newpage>www.davidpye.com</a></font>");
document.write("</td></tr></table>");
//-->
