// JavaScript Document



//START QUOTES
var textnumber = 8 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array;

text[1] = '<p class="text">&quot;The underlying attraction of the movement of water and sand is biological. If we look more deeply we can see it as the basis of an abstract idea linking ourselves with the limitless mechanics of the universe.&quot;</p><p class="sign"> - Sir Geoffrey Jellicoe</p>';

text[2] = '<p class="text">&quot;If there is magic on the planet, it is contained in the water.&quot;</p><p class="sign"> - Loren Eisley</p>';

text[3] = '<p class="text">&quot;Water is the driver of Nature.&quot;</p><p class="sign"> - Leonardo da Vinci</p>';

text[4] = '<p class="text">&quot;If you gave me several million years, there would be nothing that did not grow in beauty if it were surrounded by water.&quot;</p><p class="sign"> - Jan Erik Vold, <em>What All The World Knows</em></p>';

text[5] = '<p class="text">&quot;How often it is that a garden, beautiful though it be, will seem sad and dreary and lacking in one of its most gracious features, if it has no water.&quot;</p><p class="sign"> - Pierre Husson</p>';

text[6] = '<p class="text">&quot;Everywhere water is a thing of beauty gleaming in the dewdrop, singing in the summer rain.&quot;</p><p class="sign"> - John Ballantine Gough</p>';

text[7] = '<p class="text">&quot;A pool is the eye of the garden in whose candid depths is mirrored its advancing grace.&quot;</p><p class="sign"> -  Lousie Bebe Wilder</p>';

text[8] = '<p class="text">&quot;No one can see their reflection in running water. It is only in still water that we can see.&quot;</p><p class="sign"> - Taoist proverb</p>';



var mytext = text[rand1];
//END QUOTES





