// Variables for random number generator.   today=new Date();   jran=today.getTime();// Set to number of quotes available.   var number=40;// 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(40);quotes[0] = "&#145;Let your light shine before others, so that they may see your good works and glorify your Creator in heaven.&#146;<br><b>Jesus Christ</b>";quotes[1] = "&#145;Don't compromise yourself. You are all you've got.&#146;<br><b>Janis Joplin</b>";quotes[2] = "&#145;We can do no great things &#151; only small things with great love.&#146;<br><b>Mother Teresa</b>";quotes[3] = "&#145;I have called you by name, and you are my own.&#146;<br><b>Isaiah 43:1</b>";quotes[4] = "&#145;Every creature is a Word of God, a book about God.&#146;<br><b>Meister Eckhardt</b>";quotes[5] = "&#145;Great spirits have always found violent opposition from mediocre minds.&#146;<br><b>Albert Einstein</b>";quotes[6] = "&#145;Arise, shine! Your light has come. The people living in darkness have seen a great light.&#146;<br><b>Lost and Found</b>";quotes[7] = "&#145;When you pass through deep waters, I am with you, when you pass through rivers, they will not sweep you away; walk through fire and you will not be scorched.&#146;<br><b>Isaiah 43:2</b>";quotes[8] = "&#145;For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.&#146;<br><b>John 3:16</b>";quotes[9] = "&#145;The spiritual virtue of a sacrament is like light &#151; although it passes among the impure, it is not polluted.&#146;<br><b>Saint Augustine</b>";quotes[10] = "&#145;Birds afloat in air's current, sacred breath? No, not breath of God, it seems, but God the air enveloping the whole globe of being.&#146;<br><b>Denise Levertov</b>";quotes[11] = "&#145;What happens to a dream deferred? / Does it dry up / like a raisin in the sun? .&#146;<br><b>Langston Hughes</b>";quotes[12] = "&#145;Nonviolence is a powerful and just weapon, which cuts without wounding and ennobles the man who wields it. It is a sword that heals.&#146;<br><b>Martin Luther King, Jr.</b>";quotes[13] = "&#145;Example is not the main thing in influencing others. It is the only thing.&#146;<br><b>Albert Schweitzer</b>";quotes[14] = "&#145;Those who cannot remember the past are condemned to repeat it.&#146;<br><b>George Santayana</b>";quotes[15] = "&#145;Never lose an opportunity of seeing anything that is beautiful for beauty is God's handwriting.&#146;<br><b>Ralph Waldo Emerson</b>";quotes[16] = "&#145;I feel that the greatest reward for doing is the opportunity to do more.&#146;<br><b>Jonas Salk</b>";quotes[17] = "&#145;We hold up our smallness to your greatness, our fear to your love. Our tiny act of giving to your great generosity ourselves to you.&#146;<br><b>St. Hilda Community</b>";quotes[18] = "&#145;A person is a person because he recognizes others as persons.&#146;<br><b>Desmond Tutu</b>";quotes[19] = "&#145;Man, created originally upright, being afterwards ruined, not partially, but totally, finds salvation out of himself, wholly in Christ.&#146;<br><b>John Calvin</b>";quotes[20] = "&#145;It gives me a deep comforting sense that “things seen are temporal and things unseen are eternal.”&#146;<br><b>Helen Keller</b>";quotes[21] = "&#145;Do not abandon yourselves to despair…. We are the Easter people and hallelujah is our song.&#146;<br><b>Pope John Paul II</b>";quotes[22] = "&#145;O, beware, my lord, of jealousy! It is the green-eyed monster which doth mock the meat it feeds on.&#146;<br><b>William Shakespeare</b>";quotes[23] = "&#145;It's the beauty within us that makes it possible for us to recognize the beauty around us.&#146;<br><b>Sister Joan Chittister</b>";quotes[24] = "&#145;I have a dream that my children will one day … not be judged by the color of their skin, but by the content of their character.&#146;<br><b>Martin Luther King Jr.</b>";quotes[25] = "&#145;We consider Christmas as the encounter, the great encounter, the historical encounter, the decisive encounter, between God and mankind.&#146;<br><b>Pope Paul VI</b>";quotes[26] = "&#145;When Peace shall over all the earth its ancient splendors fling and the whole world send back the song which now the angels sing.&#146;<br><b><font size=-1>Edmund Hamilton Sears</font></b>";quotes[27] = "&#145;I am a little pencil in the hand of a writing God who is sending a love letter to the world.&#146;<br><b>Mother Teresa</b>";quotes[28] = "&#145;Greater love has no one than this, than to lay down one's life for his friends.&#146;<br><b>John 15:13</b>";quotes[29] = "&#145;You can get help from teachers, but you are going to have to learn a lot by yourself, sitting alone in a room.&#146;<br><b>Dr. Seuss</b>";quotes[30] = "&#145;Here I stand; I can do no otherwise. God help me. Amen!&#146;<br><b>Martin Luther</b>";quotes[31] = "&#145;I can see a God-made world, not a manmade world.&#146;<br><b>Helen Keller</b>";quotes[32] = "&#145;A minister has to be able to read a clock. At noon, it’s time to go home and turn up the pot roast and take the peas out of the freezer.&#146;<br><b>Garrison Keillor</b>";quotes[33] = "&#145;You cannot shake hands with a clenched fist.&#146;<br><b>Indira Gandhi</b>";quotes[34] = "&#145;Of all the needs a lonely child has, the one that must be satisfied … is the unshaking need for an unshakable God.&#146;<br><b>Maya Angelou</b>";quotes[35] = "&#145;Prayer is not asking. It is a longing of the soul.... It is better in prayer to have a heart without words than words without a heart.&#146;<br><b>Mohandas Gandhi</b>";quotes[36] = "&#145;Put on your love where it hurts the most; expect a little visit from the Holy Ghost.&#146;<br><b>Bill Mallonee</b>";quotes[37] = "&#145;We are invited to forget ourselves on purpose, cast our awful solemnity to the winds, and join in the general dance.&#146;<br><b>Thomas Merton</b>";quotes[38] = "&#145;The very contradictions in my life are in some ways signs of God's mercy to me.&#146;<br><b>Thomas Merton</b>";quotes[39] = "&#145;Life shrinks or expands in proportion to one's courage.&#146;<br><b>Anais Nin</b>";// 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   }// Deactivate Cloaking -->