<!-- Original:  George Chuang -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "January 6 in 1925 JellO issued a patent for a sugarless gelatin dessert known as D Zerta.";
quotes[2] = "Del Monte Gold pineapple is twice as sweet and has four times the vitamin C content of traditional pineapples.";
quotes[3] = "One bushel of wheat yields enough flour for 73 one-pound loaves of white bread.";
quotes[4] = "Some kosher delis make cheesecake with tofu to avoid crossing the boundary between meat and dairy products.";
quotes[5] = "Eating a bowl of oatmeal regularly can help remove cholesterol from your body.";
quotes[6] = "Culinery herbs are a group of spices.";
quotes[7] = "Red bell peppers have twice as much vitamin C and nine times more beta carotene than green.";
quotes[8] = "Fortune cookies are a bargain at only 30 calories each.";
quotes[9] = "Men who eat more tomato sauce have less prostate cancer.";
quotes[10] = "Egg yolks are one of the few foods that naturally contain Vitamin D.";
quotes[11] = "Sugar releases the same feel good endorphins that exercise does.";
quotes[12] = "Eating chilies is addicting because the brain releases endorphins that create a feeling of well being.";
quotes[13] = "The word banana is African.";
quotes[14] = "The first four JellO flavors were orange, lemon, strawberry, and raspberry.";
quotes[15] = "Strawberries and blueberries are among natures most powerful antioxidant compounds.";
quotes[16] = "North America got its first taste of the banana in 1876 at the Philadelphia Centennial Exhibition.";
quotes[17] = "A typical serving of butter contains 11mg of cholesterol.";
quotes[18] = "Three ounces of blueberries has the antioxidant capacity of 1173 International Units of vitamin E.";
quotes[19] = "A banana can cut the risk of death from strokes by as much as 40 percent in certain cases.";
quotes[20] = "One bushel of wheat contains approximately 1 million individual kernels.";
quotes[21] = "Fruits and vegetables are like Super Vitamins filled with dozens of other disease-preventing substances.";
quotes[22] = "Butter is one of the few fats with some nutritional value and easily fits in as part of a healthy diet.";
quotes[23] = "A 1994 Red Savina Habanero from GNS Spices has tested is believed to be the hottest pepper ever tested.";
quotes[24] = "Americans eat enough peanut butter each year to cover the floor of the Grand Canyon.";
quotes[25] = "Point 007 calories are consumed while licking a stamp.";
quotes[26] = "There are fewer calories in ostrich and emu meats than there are in pork or beef or deer and other types of poultry.";
quotes[27] = "Campbell Soup reports that they make more pasta stars than there are real stars in the Milky Way.";
quotes[28] = "The people of Salt Lake City consume more lime flavored gelatin than any other city in the United States.";
quotes[29] = "Margarine was first formulated in France during the mid 1800s.";
quotes[30] = "Margarine was first made in the U.S. in 1873.";
quotes[31] = "An ear of corn never has an odd number of rows.";

document.write('<b><a href="http://www.bellybytes.com" target="new"><font color="#386f6c" size="2">BellyBytes.com</font></a> Did You Know ' + textdate + '</b><br><a href="http://www.bellybytes.com/random_fact.html"><font color="#386f6c" size="1">Put it on your site - click here!</font></a><br>');
document.write('<i>' + quotes[day] + '</i><br>');

//  End -->

<!-- Script Size:  5.33 KB -->
