
different = Math.round(Math.random() * 37)
sayings = new Array ("If I have seen so far, it is because I have stood on the shoulders of giants. <br>-Isaac Newton",
	"We are what we repeatedly do. Excellence, then, is not an act, but habit. <br>-Aristotle",
	"When working on a problem that does not have a clear answer or standard way to come to a solution, a group can be \'smarter\' than any single individual member. <br>-Elizabeth Cohen",
	"All successful people have the habit of doing things failures don\'t like to do. They don\'t like doing them either, necessarily, but their dislike is subordinated to the strength of their purpose.",
	"The greatest way to live with honor in this world is to be what we pretend to be. <br>-Socrates",
	"The significant problems we face cannot be solved at the same level of thinking we were at when we created them.<br> -Albert Einstein",
	"To listen well is as powerful a means of communication and influence as to talk well.<br>-Chief Justice John Marshall",
	"Faith and doubt both are needed- not as antagonists, but working side by side- to take us around the unknown curve.<br> -Lillian Smith",
	"I\'m always ready to learn\; but I do not always like being taught.<br> -Winston Churchill",
	"Life is 10% what happens to you and 90% how you react to what happens to you. -Unknown",
	"Perhaps the most valuable result of all education is the ability to make yourself do the things you have to do, when it ought to be done, whether you like it or not. This is the first lesson to be learned.<br> -Thomas Henry Huxley",
	"We make a living by what we get. We make a life by what we give.<br> -Winston Churchill",
	"It\'s better to be prepared for an opportunity and not have one than to have an opportunity and not be prepared. -Whitney Young Jr",
	"Some people dream about success, while others wake up and work hard at it. -Unknown",
	"If you are not failing a few times, it means you\'re not pushing yourself hard enough. You were born to succeed, will you or won\'t you? -Dan Clark",
	"Your I can is more important than your IQ. -Unknown",
	"It\'s easy to make a buck. It\'s a lot harder to make a difference. -Tom Brokaw",
	"I promise you every day your children will learn something. Some days they\'ll bring it home in their hands. Some days they\'ll bring it home in their heads. And some days they\'ll bring it home in their hearts.<br> -Valerie Welk",
	"A good teacher is one whose ears get as much exercise as his mouth. -Proverb",
	"A teacher who is attempting to teach without inspiring the pupil with a desire to learn is hammering on cold iron.<br> -Horace Mann",
	"Every day is a new day to be a better person.<br> -C. Allen IV",
	"A hundred years from now it will not matter what my bank account was, what sort of house I lived in, the kind of car I drove but the world may be different because I was important in the life of a child.<br> -Kathy Davis",
	"Teachers are those who use themselves as bridges, over which they invite their students to cross\; then having facilitated their crossing, joyfully collapse, encouraging them to create bridges of their own.<br> -Unknown",
	"A teacher affects eternity\; no one can tell where his influence stops.<br> -Henry Adams",
	"Great schools are the result of great cooperation. Let\'s remember that it takes both the white and the black keys of the piano to play \'The Star Spangled Banner\'.<br> -Henry Adams",
	"The finest education is useless without common sense.<br> -E.F. Girard",
	"In teaching, and almost any other profession, they won\'t care how much you know until they know how much you care.<br> -Anonymous",
	"A man should never be ashamed to say he has been wrong, which is but saying in other words that he is wiser today than he was yesterday.<br> -Alexander Pope",
	"Teach your students to use what talents they have\; the woods would be silent if no bird sang except those that sing best.<br> -Anonymous",
	"One mark of a great educator is the ability to lead students out to new places where even the educator has never been.<br> -Thomas Groome",
	"Perhaps the most valuable result of all education is the ability to make yourself do the things you have to do, when it ought to be done, whether you like it or not. This is the first lesson to be learned.<br> -Thomas Henry Huxley",
	"The greatest natural resource that any country can have is its children.<br> -Danny Kaye",
	"The cost of educating a child is immense. But the cost of not educating a child is incalculable.<br> -Anonymous",
	"Teaching is painful, continual, and difficult work to be done by kindness, by watching and by praise, but above all by example.<br> -John Ruskin",
	"School is a building that has four walls- with tomorrow inside.<br> -Lon Waters",
	"We must view young people not as empty bottles to be filled, but as candles to be lit.<br> -Robert H. Shaffer",
	"Teaching is the profession that makes all other professions possible.<br> -Dan Clark",
	"What have you done today? If you cannot think of anything you have done throughout the course of this day that has positively affected others, then you must reach deep within yourself and find some way to make tomorrow a better day. <br> -C. Allen IV"
	)
					 
document.write(sayings[different])
