//RANDOM QUOTE SCRIPT
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "&#34;We are indeed much more than what we eat, but what we eat can nevertheless help us to be much more than what we are.&#34;, Adelle Davis"
quotes[2] = "&#34;Tell me what you eat, and I will tell you what you are.&#34;, Anthelme Brillat-Savarin"
quotes[3] = "&#34;Food is an important part of a balanced diet.&#34;, Fran Lebowitz"
quotes[4] = "&#34;If more of us valued food and cheer and song above hoarded gold, it would be a merrier world.&#34;, J. R. R. Tolkien"
quotes[5] = "&#34;Never eat more than you can lift.&#34;, Miss Piggy"
quotes[6] = "&#34;You don't have to cook fancy or complicated masterpieces - just good food from fresh ingredients.&#34;, Julia Child"
quotes[7] = "&#34;Part of the secret of success in life is to eat what you like and let the food fight it out inside.&#34;, Mark Twain"
quotes[8] = "&#34;Fish is the only food that is considered spoiled once it smells like what it is.&#34;, P. J. O'Rourke"
quotes[9] = "&#34;You can tell a lot about a fellow's character by his way of eating jellybeans.&#34;, Ronald Reagan"
quotes[0] = "&#34;Food is the most primitive form of comfort.&#34;, Sheila Graham"
var quote = quotes[rand1]
