var text = new Array(27);
var author = new Array(27);
number = 0;

// textArray
text[number] = "The saddest thing in the world is people who can see, but have no <STRONG>vision</STRONG>."
author[number++] = "Helen Keller"
text[number] = "Without <STRONG>vision</STRONG>, people perish."
author[number++] = "Proverbs 29:18"
text[number] = "<STRONG>Vision</STRONG> is the art of seeing what is invisible to others."
author[number++] = "Jonathan Swift"
text[number] = "The only limits are, as always, those of <STRONG>vision</STRONG>."
author[number++] = "James Broughton"
text[number] = "If you have a <STRONG>vision</STRONG>, do something with it."
author[number++] = "Anthony J. D'Angelo"
text[number] = "Where there is no <STRONG>vision</STRONG>, there is no hope."
author[number++] = "George Washington Carver"
text[number] = "Leadership is the capacity to translate <STRONG>vision</STRONG> into reality."
author[number++] = "Warren Bennis"
text[number] = "<STRONG>Vision</STRONG> without action is a daydream.  Action without <STRONG>vision</STRONG> is a nightmare."
author[number++] = "Japanese Proverb"
text[number] = "Capital isn't scarce; <STRONG>vision</STRONG> is."
author[number++] = "Sam Walton"
text[number] = "We go where our <STRONG>vision</STRONG> is."
author[number++] = "Joseph Edward Murphy"
text[number] = "The wisest keeps something of the <STRONG>vision</STRONG> of a child."
author[number++] = "John Macy"
text[number] = "I would give all the wealth of the world, and all the deeds of all the heroes, for one true <STRONG>vision</STRONG>."
author[number++] = "Henry David Thoreau"
text[number] = "Everyone takes the limits of his own <STRONG>vision</STRONG> for the limits of the world."
author[number++] = "Arthur Schopenhauer"
text[number] = "Give us clear <STRONG>vision</STRONG> that we may know where to stand and what to stand for."
author[number++] = "Peter Marshall"
text[number] = "If you don't have a <STRONG>vision</STRONG>, nothing happens."
author[number++] = "Christopher Reeve"
text[number] = "The very essence of leadership is that you have to have <STRONG>vision</STRONG>.  You can't blow an uncertain trumpet."
author[number++] = "Theodore M. Hesburgh"
text[number] = "I paint objects as I think them, not as I see them."
author[number++] = "Pablo Picasso"
text[number] = "I skate to where the puck is going to be, not where it is going."
author[number++] = "Wayne Gretzky"
text[number] = "I saw the angel in the marble and carved until I set him free."
author[number++] = "Michelangelo"
text[number] = "Someone's sitting in the shade today because someone planted a tree a long time ago."
author[number++] = "Warren Buffett"
text[number] = "If I have seen further, it is by standing on the shoulders of giants."
author[number++] = "Sir Isaac Newton"
text[number] = "It is always wise to look ahead, but difficult to look farther than you can see."
author[number++] = "Winston Churchill"
text[number] = "The <STRONG>vision</STRONG> is really that in the information age the microprocessor-based machine, the PC, along with great software, can become sort of the ultimate tool dealing with not just text, but numbers and pictures, and eventually, even difficult things like motion video."
author[number++] = "Bill Gates"
text[number] = "Cherish your <STRONG>vision</STRONG> and your dreams as they are the children of your soul; the blueprints of your ultimate achievements."
author[number++] = "Napolean Hill"
text[number] = "To grasp and hold a <STRONG>vision</STRONG>, that is the very essence of successful leadership - not only on the movie set where I learned it, but everywhere."
author[number++] = "Ronald Reagan"
text[number] = "<STRONG>Vision</STRONG> without action is merely a dream. Action without <STRONG>vision</STRONG> just passes the time. <STRONG>Vision</STRONG> with action can change the world."
author[number++] = "Joel Barker"
text[number] = "Your <STRONG>vision</STRONG> will become clear only when you look into your heart. Who looks outside, dreams. Who looks inside, awakens."
author[number++] = "Carl Jung"
text[number] = "The <STRONG>vision</STRONG> must be followed by the venture. It is not enough to stare up the steps. We must step up the stairs."
author[number++] = "Vance Havner"

// keep adding items here...

increment = Math.floor(Math.random() * number);
document.write("<EM>&quot;",text[increment],"&quot;</EM><P ALIGN=right>-",author[increment],"</P>");