var quotes = new Array('&#147;Good communication is as stimulating as black coffee and just as hard to sleep after.&#148;<p class="name">Anne Morrow Lindbergh</p>', '&#147;For me, words are a form of action, capable of influencing change.&#148;<p class="name">Ingrid Bengis</p>', '&#147;Speak properly, and in as few words as you can, but always plainly; for the end of speech is not ostentation, but to be understood.&#148;<p class="name">William Penn</p>', '&#147;There are no shortcuts to any place worth going.&#148;<p class="name">Anonymous</p>', '&#147;It is no use saying, &#145;We are doing our best.&#146; You have got to succeed in doing what is necessary.&#148;<p class="name">Sir Winston Churchill</p>', '&#147;Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world.&#148;<p class="name">Albert Einstein</p>', '&#147;The best way to have a good idea is to have lots of ideas.&#148;<p class="name">Linus Pauling', '&#147;Say all you have to say in the fewest possible words, or your reader will be sure to skip them; and in the plainest possible words or he will certainly misunderstand them.&#148;<p class="name">John Ruskin</p>', '&#147;Use soft words and hard arguments.&#148;<p class="name">English Proverb</p>', '&#147;Words calculated to catch everyone may catch no one.&#148;<p class="name">Adlai E. Stevenson Jr.</p>', '&#147;The truth isn&#146;t the truth until people believe you, and they can&#146;t believe you if they don&#146;t know what you&#146;re saying, and they can&#146;t know what you&#146;re saying if they don&#146;t listen to you, and they won&#146;t listen to you if you&#146;re not interesting, and you won&#146;t be interesting unless you say things imaginatively, originally, freshly.&#148;<p class="name">William Bernbach</p>', '&#147;There is more than a verbal tie between the words common, community, and communication .... Try the experiment of communicating, with fullness and accuracy, some experience to another, especially if it be somewhat complicated, and you will find your own attitude toward your experience changing.&#148;<p class="name">John Dewey</p>', '&#147;While modern technology has given people powerful new communication tools, it apparently can do nothing to alter the fact that many people have nothing useful to say.&#148;<p class="name">Leo Gomes</p>', '&#147;The hardest part of gaining any new idea is sweeping out the false idea occupying that niche.&#148;<p class="name">Robert Heinlein</p>', '&#147;Facts per se can neither prove nor refute anything. Everything is decided by the interpretation and explanation of the facts, by the ideas and the theories.&#148;<p class="name">Ludwig von Mises</p>', '&#147;We know that words cannot move mountains, but they can move the multitude; and men are more ready to fight and die for a word than for anything else. Words shape thought, stir feeling, and beget action; they kill and revive, corrupt and cure.&#148;<p class="name">Eric Hoffer</p>', '&#147;Everyone hears only what he understands.&#148;<p class="name">Johann Wolfgang von Goethe</p>', '&#147;We sometimes get all the information, but we refuse to get the message.&#148;<p class="name">Cullen Hightower</p>', '&#147;It is insight into human nature that is the key to the communicator&#146;s skill. For whereas the writer is concerned with what he puts into his writings, the communicator is concerned with what the reader gets out of it. He therefore becomes a student of how people read or listen.&#148;<p class="name">William Bernbach</p>', '&#147;All speech, written or spoken, is a dead language, until it finds a willing and prepared listener.&#148;<p class="name">Robert Louis Stevenson</p>', '&#147;Usually a person relates to another under the tacit assumption that the other shares his view of reality, that indeed there is only one reality ....&#148;<p class="name">Paul Watzlawick</p>', '&#147;Always and never are two words you should always remember never to use.&#148;<p class="name">Wendell Johnson</p>', '&#147;If you would be pungent, be brief; for it is with words as with sunbeams&#151; the more they are condensed, the deeper they burn.&#148;<p class="name">Robert Southey</p>', '&#147;Let thy speech be short, comprehending much in a few words.&#148;<p class="name">Aprocrypha</p>', '&#147;Grasp the subject, the words will follow.&#148;<p class="name">Cato the Elder</p>', '&#147;Words are often seen hunting for an idea, but ideas are never seen hunting for words.&#148;<p class="name">Josh Billings</p>', '&#147;Words are but pictures of our thoughts.&#148;<p class="name">John Dryden</p>', '&#147;The only sure weapon against bad ideas is better ideas.&#148;<p class="name">Alfred Whitney Griswold</p>', '&#147;The eye sees only what the mind is prepared to comprehend.&#148;<p class="name">Henri Bergson</p>', '&#147;We need a definite purpose, a specific reason for listening, other wise we don&#146;t pay attention and don&#146;t really hear or understand.&#148;<p class="name">Robert Montgomery</p>', '&#147;The greatest problem in communication is the illusion that it has been accomplished.&#148;<p class="name">Daniel W. Davenport</p>', '&#147;The reason you don&#146;t understand me Edith is because I&#146;m talkin&#146; to you in English and you&#146;re listening in dingbat!&#148;<p class="name">Archie Bunker, All In The Family</p>', '&#147;Man&#146;s inability to communicate is a result of his failure to listen effectively, skillfully, and with understanding to another person.&#148;<p class="name">Carl Rogers</p>', '&#147;It&#146;s extremely difficult to introduce vital new knowledge when everybody assumes he already knows all that needs to be known.&#148;<p class="name">Lee Thayer</p>', '&#147;Human communicating is not a science. It is very much still&#151; and perhaps always will be&#151; essentially an art.&#148;<p class="name">Lee Thayer</p>', '&#147;Communication works for those who work at it.&#148;<p class="name">John Powell S.J.</p>', '&#147;To communicate is risky, to not communicate is riskier.&#148;<p class="name">Anonymous</p>', '&#147;The best way to persuade people is with your ears&#151; by listening to them.&#148;<p class="name">Dean Rusk</p>', '&#147;Opportunities are often missed because we are broadcasting when we should be listening.&#148;<p class="name">Author Unknown</p>', '&#147;The best salespeople are great listeners &#151; that&#146;s how you find out what the buyer wants.&#148;<p class="name">Spencer Johnson and Larry Wilson</p>'); 

var today = new Date();
var month = today.getMonth();
var day = today.getDate();
var now = new Date()
var num = (now.getSeconds())%quotes.length;
var thisquote = quotes[num];
