var Quotation=new Array() // do not change this!

Quotation[0] = "<h1>&#147;This is the forest primeval. The murmuring pines and the hemlocks, Bearded with moss, and in garments green, indistinct in the twighlight, Stand like Druids of old, with voices prophetic.&#148;</h1><h2>~Henry Wadsworth Longfellow (1807-1882) Evangeline: A Tale of Acadie (1847)</h2>";
Quotation[1] = "<h1>&#147;Can we change the ways we live and work so as to establish a preserving harmony between the made and the given worlds?&#148;</h1><h2>~Wendell Berry </h2>";
Quotation[2] = "<h1>&#147;The love of wilderness is more than a hunger for what is always beyond reach. It is also an expression of loyalty to the earth…, the only home we shall ever know, the only paradise we ever need – if only we have eyes to see. &#148;</h1><h2>~Edward Abby.</h2>";
Quotation[3] = "<h1>&#147;A thing is right when it tends to preserve the integrity, stability and beauty of the biotic community. It is wrong if it tends otherwise. &#148;</h1><h2>~Aldo Leopold</h2>";
Quotation[4] = "<h1>&#147;At the moment, the governments of the world, certainly ours, value a tree only after it is cut down, but a tree has other responsibilities. Ask a Bald Eagle what the worth of a tree is…ask the soil. &#148;</h1><h2>~David Bower</h2>";
Quotation[5] = "<h1>&#147;…there is a love of wild Nature in everyone, an ancient mother love showing itself whether recognized or no, and however covered by cares and duties. &#148;</h1><h2>~John Muir</h2>";
Quotation[6] = "<h1>&#147;In wildness, is the preservation of the world. &#148;</h1><h2>~Henry David Thoreau</h2>";
Quotation[7] = "<h1>&#147;We do not inherit the earth from our ancestors; we borrow it from our children.&#148;</h1><h2>~Anonymous</h2>";
Quotation[8] = "<h1>&#147;The large extinction of species could only be the work of a placeless being.&#148;</h1><h2>~John Livingston</h2>";
Quotation[8] = "<h1>&#147;If we think of ourselves as coming out of the earth, rather than having been thrown here from somewhere else, you see that we are the earth, we are the consciousness of the earth. These are the eyes of the earth. And this is the voice of the earth. &#148;</h1><h2>~Joseph Campbell</h2>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}