<!-- RANDOM SCROLLING STATUS BAR MESSAGE --> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2003, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- var msg = new Array(20); msg[0] = "The roots of education are bitter, but the fruit is sweet. - Aristotle -" msg[1] = "A mind all logic is like a knife all blade, it makes the hand that uses it bleed. - Rabindranath Tagore -" msg[2] = "A man is but a product of his thoughts; what he thinks, that he becomes. - Mahatma Gandhi -" msg[3] = "Goodness in words creates trust, goodness in thinking creates depth, goodness in giving creates love. - Lao-tse -" msg[4] = "If heaven made him, earth can find some use for him. - Chinese proverb -" msg[5] = "Beauty is worse than wine; it intoxicates both the holder and the beholder. - Zimmerman -" msg[6] = "Everybody thinks of changing humanity and nobody thinks of changing himself. - Leo Tolstoy -" msg[7] = "Everything beautiful impresses us as sufficient to itself. - Thoreau -" msg[8] = "I never let my schooling interfere with my education. - Mark Twain -" msg[9] = "Mediocrity knows nothing higher than itself, but talent instantly recognizes genius. - Arthur Conan Doyle -" msg[10] = "The obstinate Man does not hold Opinions; they hold him. - Samuel Butler -" msg[11] = "Remorse, the fatal egg by Pleasure laid. - William Progress -" msg[12] = "It is curious that physical courage should be so common in the world and moral courage so rare. - Mark Twain -" msg[13] = "The virtue of all achievement is victory over oneself. Those who know this victory can never know defeat. - G. W. Carver -" msg[14] = "To be proud of knowledge is to be blind with light. - Benjamin Franklin -" msg[15] = "If you are lonely while you are alone, you are in bad company. - Jean Paul Sartre -" msg[16] = "The burden of self is lightened when I laugh at myself. - Rabindranath Tagore -" msg[17] = "When you teach your son, you teach your son's son. - The Talmud -" msg[18] = "Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. - Scott Adams -" msg[19] = "A cynic is a man who knows the price of everything and the value of nothing. - Oscar Wilde -" var count = 0; var i = 0; any = Math.floor(msg.length * Math.random()); while (i < 125) { i++; msg[any] = " " + msg[any]; } function msgScroll() { window.status = msg[any].substring(count, msg[any].length); count++; if (msg[any].length == count) { count = 0; } window.setTimeout("msgScroll()", 120); } msgScroll(); //--> </script>