var n = 0;
var msg = new Array();
msg[n++] = '<font face=Courier New><b><i>Whatever you can do, or dream you can, begin it. Boldness has genius, power, and magic in it.</b></i><br>--Johann Wolfgang von Goethe</font>';
msg[n++] = '<font face=Courier New><b><i>We turn, not older with years, but newer every day.</b></i><br>~Emily Dickinson</font>';
msg[n++] = '<font face=Courier New><b><i>What lies behind us and what lies before us are tiny matters compared to what lies within us.</b></i><br>--Ralph Waldo Emerson</font>';
msg[n++] = '<font face=Courier New><b><i>Security does not exist in nature... Life is either a daring adventure, or nothing.</b></i><br>~Helen Keller</font>';
msg[n++] = '<font face=Courier New><b><i>First say to yourself what you would be; and then do what you have to do.</b></i><br>~Epictetus</font>';
msg[n++] = '<font face=Courier New><b><i>There is nothing noble in being superior to someone else. The true nobility is in being superior to your previous self.</b></i><br>-Hindu Proverb</font>';
msg[n++] = '<font face=Courier New><b><i>Greatness lies not in being strong, but in the right use of strength.</b></i><br>-Henry Ward Beecher</font>';
msg[n++] = '<font face=Courier New><b><i>You must do the thing you think you cannot do.</b></i><br>-Eleanor Roosevelt</font>';
msg[n++] = '<font face=Courier New><b><i>Be kind, for everyone you meet is fighting a hard battle.</b></i><br>-- Plato</font>';
msg[n++] = '<font face=Courier New><b><i>Understanding will bring you compassion.</b></i><br>--Louise Hay</font>';
msg[n++] = '<font face=Courier New><b><i>A strong positive mental attitude will create more miracles than any wonder drug.</b></i><br>--Patricia Neal</font>';
msg[n++] = '<font face=Courier New><b><i>No man remains quite what he was when he recognizes himself.</b></i><br>--Thomas Mann</font>';
msg[n++] = '<font face=Courier New><b><i>The ultimate measure of a man is not where he stands in moments of comfort and convenience, but where he stands at times of challenge and controversy.</b></i><br>--Martin Luther King Jr</font>';
msg[n++] = '<font face=Courier New><b><i>To know that you do not know is the best. To pretend to know when you do not know is disease.</b></i><br>--Lao Tzu</font>';
msg[n++] = '<font face=Courier New><b><i>The heart has reasons which reason can not understand.</b></i><br>--Pascal</font>';
msg[n++] = '<font face=Courier New><b><i>The world will not evolve past its current state of crisis by using the same thinking that created the situation.</b></i><br>--Albert Einstein</font>';
msg[n++] = '<font face=Courier New><b><i>Adventure is not outside a man; it is within.</b></i><br>--David Grayson</font>';
msg[n++] = '<font face=Courier New><b><i>Unthinking respect for authority is the greatest enemy of truth.</b></i><br>--Albert Einstein</font>';
msg[n++] = '<font face=Courier New><b><i>Great spirits have always found violent opposition from mediocrities. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence.</b></i><br>--Albert Einstein</font>';
msg[n++] = '<font face=Courier New><b><i>Common sense is the collection of prejudices acquired by age eighteen.</b></i><br>--Albert Einstein</font>';
document.write(msg[Math.floor(Math.random() * n)]);
