	
var num_of_quotes = 14;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body=" 'We have learned to see in bread an instrument of community between people - the flavour of bread shared has no equal.' <BR><EM>Antoine de Saint-Exupery</EM>";
}

if (quotes==1) {
body=" 'A loaf of bread,' the Walrus said, 'Is what we chiefly need: Pepper and vinegar besides Are very good indeed'<BR><EM>Lewis Carol (The Walrus and the Carpenter)</EM>";
}

if (quotes==2) {
body=" 'Wine that maketh glad the heart of man; and oil to make him a cheerful countenance, and bread to strengthen man's heart'<BR> <EM>The Book of Common Prayer</EM> ";
}

if (quotes==3) {
body="'The sight and scent of a newly baked loaf has a romantic appeal that transcends all other culinary achievements.'<BR> <EM>Elisabeth Luard</EM>";
}

if (quotes==4) {
body=" 'Good bread is the most fundamentally satisfying of all foods; and good bread with fresh butter, the greatest of feasts.' <BR><EM>James Beard (1903-1985)</EM>";
}

if (quotes==5) {
body=" 'How can a nation be great if its bread tastes like Kleenex?' <BR><EM>Julia Child</EM>";
}

if (quotes==6) {
body=" 'If thou tastest a crust of bread, thou tastest all the stars  and all the heavens.' <BR><EM>Robert Browning</EM>";
}

if (quotes==7) {
body=" 'The smell of good bread baking, like the sound of lightly flowing water, is indescribable in its evocation of innocence and delight.' <BR><EM>MFK Fisher</EM>";
}

if (quotes==8) {
body=" 'All sorrows are less with bread.' <BR><EM>Miguel de Cervantes (Don Quixote)</EM>";
}

if (quotes==9) {
body=" 'When you have only two pennies left in the world, buy a loaf of bread with one and a lily with the other.' <BR><EM>Chinese Proverb</EM>";
}

if (quotes==10) {
body=" 'Bread is the king of the table and all else is merely the court that surrounds the king. The countries are the soup, the meat, the vegetables, the salad . . . but bread is king.' <BR><EM> McCall's Cook Book</EM>";
}

if (quotes==11) {
body=" 'Bread deals with living things, with giving life, with growth, with the seed, the grain that nurtures.  It is not coincidence that we say bread is the staff of life.' <BR><EM> Lionel Poilane</EM>";
}

if (quotes==12) {
body=" 'Bread and water - these are the things nature requires. For such things no man is too poor, and whosoever can limit his desire to them alone can rival Jupiter for happiness' <BR><EM> Seneca</EM>";
}

if (quotes==13) {
body=" 'I feast on wine and bread, and feasts they are.' <BR><EM> Michelangelo Buonarroti</EM>";
}

//document.write('<div align=left>');//
document.write(''+ body +'');
//document.write('</div>');//
