var q_text = new Array ();
q_text[0] = "&ldquo;Unless someone like you cares a whole awful lot, nothing is going to get better. It&rsquo;s not.&rdquo;</p><p>&mdash; Dr. Seuss, from The Lorax";
q_text[1] = "&ldquo;Do not wait for extraordinary circumstances to do good action; try to use ordinary situations.&rdquo;</p><p>&mdash; Jean Paul Richter, German Romantic novelist and humorist";
q_text[2] = "&ldquo;You must be the change you wish to see in the world.&rdquo;</p><p>&mdash; Mahatma Gandhi";
q_text[3] = "&ldquo;In the long term, economic sustainability depends on ecological sustainability.&rdquo;</p><p>&mdash; America&rsquo;s Living Oceans, Pew Oceans Report, 2003";
q_text[4] = "&ldquo;No one made a greater mistake than he who did nothing because he could only do a little.&rdquo;</p><p>&mdash; Edmund Burke";
q_text[5] = "&ldquo;Pollution often disappears when we switch to renewable resources.&rdquo;</p><p>&mdash; David Morris, in &ldquo;Utne Reader&rdquo;, 1989";
q_text[6] = "&ldquo;The activist is not the man who says the river is dirty. The activist is the man who cleans up the river.&rdquo;</p><p>&mdash; Ross Perot";
q_text[7] = "&ldquo;We do not inherit the earth from our ancestors, we borrow it from our children.&rdquo;</p><p>&mdash; Native American Proverb";
q_text[8] = "&ldquo;Waste is a tax on the whole people.&rdquo;</p><p>&mdash; Albert W. Atwood";
var i = Math.floor(9*Math.random())

document.write(q_text[i]);