// RANDOM TESTIMONIALS //

var r_text = new Array ();

// Add a new variable for each testimonial //
r_text[0] = "<strong>&ldquo;Today I have grown taller from walking with the trees.&rdquo;</strong><br />Karle Wilson Baker";

r_text[1] = "<strong>&ldquo;I like trees because they seem more resigned to the way they have to live than other things do.&rdquo;</strong><br />Willa Cather, 1913.";

r_text[2] = "<strong>&ldquo;For in the true nature of things, if we rightly consider, every green tree is far more glorious than if it were made of gold and silver.&rdquo;</strong><br />Martin Luther";

r_text[3] = "<strong>&ldquo;It is not so much for its beauty that the forest makes a claim upon men&rsquo;s hearts, as for that subtle something, that quality of air that emanation from old trees, that so wonderfully changes and renews a weary spirit.&rdquo;</strong><br />Robert Louis Stevenson";

r_text[4] = "<strong>&ldquo;Happiness is sharing a bowl of cherries and a book of poetry with a shade tree. He doesn&rsquo;t eat much and doesn&rsquo;t read much, but listens well and is a most gracious host.&rdquo;</strong><br />Astrid Alauda";

r_text[5] = "<strong>&ldquo;The best time to plant a tree was 20 years ago. The next best time is now.&rdquo;</strong><br />Chinese Proverb";

r_text[6] = "<strong>&ldquo;The true meaning of life is to plant trees, under whose shade you do not expect to sit.&rdquo;</strong><br />Nelson Henderson";

r_text[7] = "<strong>&ldquo;If I knew I should die tomorrow, I would plant a tree today.&rdquo;</strong><br />Stephen Girard";

r_text[8] = "<strong>&ldquo;There are rich counsels in the trees.&rdquo;</strong><br />Herbert P. Horne";

r_text[9] = "<strong>&ldquo;Only when the last tree has died and the last river been poisoned and the last fish been caught will we realize we cannot eat money.&rdquo;</strong><br />Cree Indian Proverb";

r_text[10] = "<strong>&ldquo;If you would know strength and patience, welcome the company of trees.&rdquo;</strong><br />Hal Borland";

r_text[11] = "<strong>&ldquo;A tree never hits an automobile except in self defense.&ldquo;</strong><br />American Proverb";

r_text[12] = "<strong>&ldquo;I frequently tramped eight or ten miles through the deepest snow to keep an appointment with a beech-tree, or a yellow birch, or an old acquaintance among the pines.&ldquo;</strong><br />Henry David Thoreau";

r_text[13] = "<strong>&ldquo;Do not be afraid to go out on a limb &hellip; That&rsquo;s where the fruit is.&rdquo;</strong><br />Anonymous";

r_text[14] = "<strong>&ldquo;People in suburbia see trees differently than foresters do. They cherish every one. It is useless to speak of the probability that a certain tree will die when the tree is in someone&rsquo;s backyard &hellip; You are talking about a personal asset, a friend, a monument, not about board feet of lumber.&rdquo;</strong><br />Roger Swain";

r_text[15] = "<strong>&ldquo;The creation of a thousand forests is in one acorn.&rdquo;</strong><br />Ralph Waldo Emerson";

r_text[16] = "<strong>&ldquo;A virgin forest is where the hand of man has never set foot.&rdquo;</strong><br />Author Unknown";

r_text[17] = "<strong>&ldquo;Knowing trees, I understand the meaning of patience. Knowing grass, I can appreciate persistence.&rdquo;</strong><br />Hal Borland";

r_text[18] = "<strong>&ldquo;A garden without trees scarcely deserves to be called a garden.&rdquo;</strong><br />Henry Ellacombe";

r_text[19] = "<strong>&ldquo;The wonder is that we can see these trees and not wonder more.&rdquo;</strong><br />Ralph Waldo Emerson";

r_text[20] = "<strong>&ldquo;Good timber does not grow with ease; the stronger the wind, the stronger the trees.&rdquo;</strong><br />J. Willard Marriott";

r_text[21] = "<strong>&ldquo;Character is like a tree and reputation like a shadow. The shadow is what we think of it; the tree is the real thing.&rdquo;</strong><br />Abraham Lincoln";


// Randomize array of quotes //
var i = Math.floor(21*Math.random())
