

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

quote = new StringArray(49)
quote[0] = "The things taught in colleges and schools are not an education, but the means of education."
quote[1] = "I am always ready to learn, but I do not always like being taught."
quote[2] = "When the solution is simple, God is answering."
quote[3] = "Education is when you read the fine print. Experience is what you get if you don't. "
quote[4] = "Education is not the filling of a pail, but the lighting of a fire."
quote[5] = "Be who you are and say what you want, because those who mind don't matter and those who matter don't mind."
quote[6] = "A teacher affects eternity; no one can tell where his influence stops."
quote[7] = "Example is not the main thing in influencing others, it is the only thing."
quote[8] = "Teaching is the art of assisting discovery."
quote[9] = "School is a building that has four walls - with tomorrow inside."
quote[10] = "As knowledge increases, wonder deepens."
quote[11] = "The man who can make hard things easy is an educator."
quote[12] = "Learning is a treasure that will follow its owner everywhere."
quote[13] = "I haven't failed, I've found 10,000 ways that don't work."
quote[14] = "It is a rough road that leads to the heights of greatness."
quote[15] = "A ship in the harbor is safe. But that's not what ships are built for."
quote[16] = "Intelligence without ambition is like a bird without wings."
quote[17] = "A mind that is stretched to a new idea never returns to its original dimension."
quote[18] = "The secret in education lies in respecting the student."
quote[19] = "Books are islands in the ocean of time."
quote[20] = "The man who doesn't read good books has no advantage over the man who can't read them."
quote[21] = "The roots of education are bitter, but the fruit is sweet."
quote[22] = "I hear and I forget; I see and I believe; I do and I understand."
quote[23] = "Knowledge comes by taking things apart. But wisdom comes by putting things together."
quote[24] = "A child miseducated is a child lost."
quote[25] = "That's what education means - to be able to do what you've never done before."
quote[26] = "We leave traces of ourselves wherever we go, on whatever we touch."
quote[27] = "The role of the teacher remains the highest calling of a free people. To the teacher America entrusts her most precious resource, her children; and asks that they be prepared ... to face the rigors of individual participation in a democratic society."
quote[28] = "Children must be taught how to think, not what to think."
quote[29] = "If you can learn from hard knocks, you can also learn from soft touches."
quote[30] = "In education we are striving not to teach youth to make a living, but to make a life."
quote[31] = "In a completely rational society, the best of us would be teachers and the rest of us would have to settle for something less."
quote[32] = "Teaching that impacts is not head to head, but heart to heart."
quote[33] = "Genius without education is like silver in the mine."
quote[34] = "The only place where success comes before work is in the dictionary."
quote[35] = "Genius is one percent inspiration and ninety-nine percent perspiration."
quote[36] = "Happiness...not in another place but this place, not for another hour but this hour."
quote[37] = "Influence by performance."
quote[38] = "Teaching seems to me beyond doubt the greatest of all professions."
quote[39] = "It is through good education that all the good in the world arises."
quote[40] = "If you have knowledge, let others light their candles at it."
quote[41] = "It is the supreme art of the teacher to awaken joy in creative expression and knowledge."
quote[42] = "Not only is there an art in knowing a thing, but also a certain art in teaching it."
quote[43] = "It is noble to teach oneself; it is still nobler to teach others."
quote[44] = "Much have I learned from my teachers, more from my colleagues, but most from my students."
quote[45] = "The only way of finding the limits of the possible is by going beyond them into the impossible."
quote[46] = "We are what we repeatedly do. Excellence, therefore, is not an act but a habit."
quote[47] = "It is hard to fail, but it is worse never to have tried to succeed."
quote[48] = "It is a greater work to educate a child, in the true and larger sense of the word, than to rule a state."
quote[49] = "Intelligence plus character - that is the goal of true education."
quote[50] = "The beautiful thing about learning is nobody can take it away from you."
quote[51] = "Every job is a self-portrait of the person who did it.  Autograph your work with excellence."
quote[52] = "Kind words can be short and easy to speak, but their echoes are endless."
quote[53] = "What a teacher writes on the blackboard of life can never be erased."
quote[54] = "From your parents you learn love and laughter and how to put one foot before the other.  But when books are opened, you discover you have wings."
quote[55] = "The object of teaching a child is to enable him to get along without a teacher."
quote[56] = "Teaching kids to count is fine, but teaching them what counts is best."










author = new StringArray(49)
author[0] = "Ralph Waldo Emerson"
author[1] = "Sir Winston Churchill"
author[2] = "Albert Einstein"
author[3] = "Pete Seeger"
author[4] = "William Butler Yeats"
author[5] = "Dr. Seuss"
author[6] = "Henry Adams"
author[7] = "Albert Einstein"
author[8] = "Mark van Doren"
author[9] = "Lon Watters"
author[10] = "Charles Morgan"
author[11] = "Ralph Waldo Emerson"
author[12] = "Chinese Proverb"
author[13] = "Ben Franklin"
author[14] = "Seneca"
author[15] = "Anonymous"
author[16] = "C. Archie Danielson"
author[17] = "Oliver Wendell Holmes Sr."
author[18] = "Ralph Waldo Emerson"
author[19] = "Lawrence Clark Powell"
author[20] = "Mark Twain"
author[21] = "Aristotle"
author[22] = "Confucius"
author[23] = "John A. Morrison"
author[24] = "John F. Kennedy"
author[25] = "George Herbert Palmer"
author[26] = "Lewis Thomas"
author[27] = "Shirley Hufstedler"
author[28] = "Margaret Mead"
author[29] = "Carolyn Kenmore"
author[30] = "William Allen White"
author[31] = "Lee Iacocca"
author[32] = "Howard G. Hendricks"
author[33] = "Ben Franklin"
author[34] = "Jean-Claude Killy"
author[35] = "Thomas Edison"
author[36] = "Walt Whitman"
author[37] = "Aristotle"
author[38] = "Theodore Brameld"
author[39] = "Immanuel Kant"
author[40] = "Margaret Fuller"
author[41] = "Albert Einstein"
author[42] = "Marcus Tullius Cicero"
author[43] = "Mark Twain"
author[44] = "Talmud"
author[45] = "Arthur C. Clarke"
author[46] = "Aristotle"
author[47] = "Theodore Roosevelt"
author[48] = "William Ellery Channing"
author[49] = "Martin Luther King, Jr."
author[50] = "B.B. King"
author[51] = "Author Unknown"
author[52] = "Mother Teresa"
author[53] = "Author Unknown"
author[54] = "Helen Hayes"
author[55] = "Elbert Hubbard"
author[56] = "Bob Talbert"





function writeQuote()
{
var now = new Date()
var sec = now.getSeconds()
var core = sec % quote.length

var thequote = quote[core]
var theauthor = author[core]
var theq = '&quot;'
var theend = ''


document.write( '<i>' + theq + thequote + theq + " " + theauthor + '</i>'  )
}


