// Variables for random number generator.
   today=new Date();
   jran=today.getTime();
// Set to number of quotes available.
   var number=35;
// Becomes generated random number.
   var random_number=0;

// Random number generating function.
// Original generator by Paul Houle  (ph18@cornell.edu)
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number=Math.ceil( (jran/(im*1.0)) *number);

quotes = new Array(35);
authors = new Array(35);

quotes[0] = "Life is a pure flame, and we live by an invisible sun within us.";
authors[0] = "Sir Thomas Browne, from the prose poem Hydriotaphia";
quotes[1] = "Life is that fire that once kindled burns everything, and only the mystery and the journey remain.";
authors[1] = "Jelaluddin Rumi";
quotes[2] = "There are two ways of spreading light: to be the candle or the mirror that reflects it.";
authors[2] = "Edith Wharton";
quotes[3] = "Just trust yourself, then you will know how to live.";
authors[3] = "Goethe";
quotes[4] = "Whatever you can do, or dream you can, begin it.  Boldness has genius, power, and magic in it.  Begin it now.";
authors[4] = "Goethe";
quotes[5] = "Help us to be the always hopeful/Gardeners of the spirit/Who know that without darkness/Nothing comes to birth/As without light/Nothing flowers.";
authors[5] =  "May Sarton, from the poem Invocation to Kali";
quotes[6] = "The rest of creation is waiting, breathless, for you to take your place.";
authors[6] =  "David Whyte, poet";
quotes[7] = "One does not become enlightened by imagining figures of light, but by making the darkness conscious.";
authors[7] = "Carl Jung";
quotes[8] = "We are constantly invited to be what we are.";
authors[8] = "Henry David Thoreau";
quotes[9] = "If health is the absence of any dis-ease, then optimum health is the fulfillment of purpose.  Most people do not feel useful, or valued, or honored.  They do not belong to anything larger than themselves";
authors[9] = "T. Michael Culp, naturopath";
quotes[10] = "After the final no there comes a yes <BR>And on this yes the future world depends.";
authors[10] = "Wallace Stevens";
quotes[11] = "This is the one true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being thoroughly worn out before you are thrown on the scrap heap; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances, complaining that the world will not devote itself to making you happy.";
authors[11] = "George Bernard Shaw, from Man and Superman";
quotes[12] = "Life is no 'brief candle' to me.  It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.";
authors[12] = "George Bernard Shaw, from Man and Superman";
quotes[13] = "Rabbi Zusia said: 'When I appear before the Almighty, I am not afraid to be asked: 'Reb Zusia, why have you not been like Abraham, the patriarch, or like Moses, our great teacher?'  The question I truly fear is: 'Reb Zusia, have you truly been Reb Zusia?'";
authors[13] = "Abraham Pais, old Hassidic tale quoted in A Tale of Two Continents";
quotes[14] = "What you are in love with, what seizes your imagination, will affect everything.  It will decide what will get you out of bed in the morning, what you will do with your evening, how you will spend your weekends, what you read, who you know, what breaks your heart, and what amazes you with joy and gratitude. Fall in love, stay in love and it will decide everything.";
authors[14] = "Attributed to Pedro Arrupe, S.J, Superior General of the Society of Jesus 1961-1984";
quotes[15] = "Those who spread their sails in the right way to the winds of the earth will always find themselves borne by a current towards the open seas.  The more nobly a person wills and acts, the more avid they become for great and sublime aims to pursue.";
authors[15] = "Pierre Teilhard de Chardin, from The Milieu Divin";
quotes[16] = "Throughout my whole life, during every moment I have lived, the world has gradually been taking on light and fire for me, until it has come to envelop me in one mass of luminosity, glowing from within.";
authors[16] = "Pierre Teilhard de Chardin, from The Milieu Divin";
quotes[17] = "God is like electricity.  A house can be wired for it, but if there aren't any light fixtures, what good does that do?  If God is seen as electricity, then we are His lamps.  It doesn't matter the size of the lamp, or its shape or design.  All that matters is that it gets plugged in.";
authors[17] = "Marianne Williamson, A Return to Love";
quotes[18] = "We were born to make manifest the glory of God that is within us.  It's not just in some of us; it's in everyone.  And as we let our own light shine, we unconsciously give other people permission to do the same.  As we're liberated from our own fear, our presence automatically liberates others.";
authors[18] = "Marianne Williamson, A Return to Love";
quotes[19] = "And God said, Let there be Light, and there was Light.";
authors[19] = "Genesis, Chapter 3, Verse 3";
quotes[20] = "Enlighten the people generally, and tyranny and oppressions of body and mind will vanish like evil spirits at the dawn of day.";
authors[20] = "Thomas Jefferson";
quotes[21] = "We must cultivate our garden.";
authors[21] = "Voltaire";
quotes[22] = "In Lake'ch  ('I am another yourself.')";
authors[22] = "Mayan blessing";
quotes[23] = "We shall not cease from exploration/And the end of all our exploring/Will be to arrive where we started/And know the place for the first time.";
authors[23] = "T.S. Eliot, Four Quartets";
quotes[24] = "And all shall be well and/All manner of thing shall be well/When the tongues of flame are in-folded/Into the crowned knot of fire/And the fire and the rose are one.";
authors[24] = "T.S. Eliot, Four Quartets";
quotes[25] = "The real voyage of discovery consists not in seeking new landscapes, but in having new eyes.";
authors[25] = "Marcel Proust";
quotes[26] = "You must be the change you wish to see in the world.";
authors[26] = "Mahatma Gandhi";
quotes[27] = "The dream is over when we realize ourself to be all of the actors in the play.";
authors[27] = "Alan Cohen, The Dragon Doesn't Live Here Anymore";
quotes[28] = "Everything teaches transition, transference, metamorphosis; therein is human power.  We dive and reappear in new places.";
authors[28] = "Ralph Waldo Emerson";
quotes[29] = "People say what we're all seeking is a meaning for life.  I think that what we're really seeking is an experience of being alive, so that our life experiences on the purely physical plane will have resonances within our innermost being and reality, so that we can actually feel the rapture of being alive.";
authors[29] = "Joseph Campbell";
quotes[30] = "Life has taught us that love does not consist in gazing at each other, but in looking outward together in the same direction.";
authors[30] = "Antoine de St.-Exupery";
quotes[31] = "If you asked me what I came into this world to do, I will tell you: I came to live out loud.";
authors[31] = "Emile Zola";
quotes[32] = "Let your light shine on me/Light one candle for love/Your dreams will set you free/Light one candle for all you can be.";
authors[32] = "David Zeims, from the song, Light One Candle";
quotes[33] = "Wisdom is not finally tested in the schools/Wisdom cannot be passed from one having it to another not having it/Wisdom is of the soul, is not susceptible to proof, is its own proof.";
authors[33] = "Walt Whitman, Song of the Open Road";
quotes[34] = "What is to give light must endure burning.";
authors[34] = "Viktor Frankl";
quotes[35] = "Who helps you?' Meg asked. Aunt Beast replied, 'Good helps us, the stars help us, perhaps what you would call light helps us, love helps us.  We look not at the things which are what you would call seen, but at the things which are not seen.  For the things which are seen are temporal.  But the things which are not seen are eternal.'";
authors[35] = "Madeleine L'Engle, A Wrinkle In Time";
quotes[36] = "For one human being to love another: that is perhaps the most difficult of all our tasks, the ultimate, the last test and proof, the work for which all other work is but preparation.";
authors[36] = "Rainer Maria Rilke, Letters to a Young Poet";
quotes[37] = "...be patient toward all that is unsolved in your heart and try to love the questions themselves...  Do not now seek the answers, which cannot be given you because you would not be able to live them.  Live the questions now.  Perhaps you will then gradually, without noticing it, live along some distant day into the answer.";
authors[37] = "Rainer Maria Rilke, Letters to a Young Poet";
quotes[38] = "When you make the commitment to say, 'Spirit, I am wishing to be employed by you.  Give me the opportunity to live my light, to speak my truth, and to carry this light around the globe,' then Spirit will put you to work.  When you are in service to yourself and are committed to personally evolving and changing, you uplift everyone around you.  That is service.";
authors[38] = "Barbara Marciniak, Bringers of the Dawn";
quotes[39] = "Many are called/But most are frozen/In corporate or collective cold/These are the stalled/Who choose not to be chosen/Except to be bought and sold.";
authors[39] = "from a poem by Lee Carroll Pieper";
quotes[40] = "Passion is God wanting to say 'hi!'";
authors[40] = "Neale Donald Walsch, Conversations With God, Book 1";
quotes[41] = "It's time to see yourself as holy/Time to see yourself complete/Time to set aside the anger/And the spirit of defeat/Come into the light/Yeah, be the One you're born to be/Into the light/Wake up from your lonely sleep/The shadows can conceal/What the heart wants to heal/Come into the lightÉ";
authors[41] = "Alice Peacock, lyrics from Into the Light";
quotes[42] = "Spirit moves in an instant, the heart moves in time.  Move in heart time and you'll live forever in that instant.";
authors[42] = "Evan T. Pritchard, The Secrets of Whole-Hearted Thinking";
quotes[43] = "The job of expressing love, wisdom and abundance in creative ways is yours as long as you want it.  The universe is forever unfolding uniquely through you.  Every situation at work is an opportunity to explore your beliefs about prosperity and life and to make a personal statement about those beliefs.";
authors[43] = "Kathleen Hawkins, Spirit Incorporated";
quotes[44] = "We must walk consciously only part way toward our goal, and then leap in the dark to our success.";
authors[44] = "Henry David Thoreau";
quotes[45] = "Teach your children what we have taught our children, that the Earth is our mother.  Whatever befalls the Earth befalls the sons of the Earth.  Man did not weave the web of life, he is merely a strand in it.  Whatever he does to the web, he does to himself.";
authors[45] = "Chief Seattle";
quotes[46] = "I will love the light for it shows me the way, yet I will endure the darkness for it shows me the stars.";
authors[46] = "Og Mandino, The Greatest Salesman in the World";
quotes[47] = "When a seed--or an animal--or a man is ripe, it must mature to its next phase.  Or rot.";
authors[47] = "Stewart Edward White";
quotes[48] = "The day will come when, after harnessing the winds, the tides and gravitation, we shall harness for God the energies of Love.  And on that day, for the second time in the history of the world, man will have discovered fire.";
authors[48] = "Teilhard de Chardin";
quotes[49] = "Light will someday split you open/Even if your life is now a cage/For a divine seed, the crown of destiny/Is hidden and sown on an ancient, fertile plain/You hold the title to.";
authors[49] = "Hafiz";
quotes[50] = "The lamps are many, the Light is one.";
authors[50] = "Jelaluddin Rumi";
quotes[51] = "There is a wick within you that is waiting to become the light of your soul.";
authors[51] = "Bradford Keeney, Everyday Soul";
quotes[52] = "Sometimes our light goes out but is blown into flame by another human being. Each of us owes deepest thanks to those who have rekindled this light.";
authors[52] = "Albert Schweitzer";


// Called by View Source button - displays source of file.
function viewSource()
   {
   var current_url="";
   current_url=document.location;
   window.location="view-source:"+current_url;
   }

// Called by Full Window button - loads file to full window for easy saving.
function WinOpen() 
   {
   alert('\nPage will load to full screen.\n\nUse View/Document Source from menu bar to view source.\n\nUse File/Save As from menu bar to save.\n\nClose new window to return to this page. ');
   window.open("js-rdquo.htm","DisplayWindow","menubar=yes,scrollbars=yes");
   window.open("js-rdquo.htm","DisplayWindow","menubar=yes,scrollbars=yes");   // double for Macs
   }
