
var r_text = new Array ();
r_text[0] = "'Don't blow it - good planets are hard to find.'";
r_text[1] = "'Let us, each one, DANCE LIGHTLY WITH THE LIVING EARTH RESPECTING one's self - body and mind each person and all peoples all of the animals and every sentient being the environment and every living thing.'   - Elizabeth Jane Farians";
r_text[2] = "'Conservation must be our watchword. Reduce, Reuse, Recycle.'";
r_text[3] = "'The question is not, Can they reason? nor, Can they talk? but, Can they suffer?'   - Jeremy Bentham";
r_text[4] = "'Sing if you can talk.  Dance if you can walk.'";
r_text[5] = "'Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that ever does.'   - Margaret Mead";
r_text[6] = "'We do not inherit the earth from our ancestors, we borrow it from our children.'";
r_text[7] = "'I want to realize brotherhood or identity not merely with the beings called human, but I want to realize identity with all life, even with such things as crawl upon earth.'   - Mahatma Gandhi";
r_text[8] = "'Until he extends the circle of his compassion to all living things, man himself will not find peace.'   - Albert Schweitzer";

var i = Math.floor(9*Math.random())
document.write(r_text[i]);


