<!--
document.write("<h2>Words of Wisdom</h2>")
/*Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) Over 200+ free JavaScripts here!*/
function random_content(){
var mycontent=new Array()
mycontent[1]='<p class="c">"The release of atom power has changed everything except our way of thinking...the solution to this problem lies in the heart of mankind. If only I had known, I should have become a watchmaker."</p><p class="r">Albert Einstein</p><p class="r">1879-1955</p>'
mycontent[2]='<p class="c">"The more corrupt the state, the more numerous its laws"</p><p class="r">General Tacitus </p><p class="r">56-115</p>'
mycontent[3]='<p class="c">"Many things in life will seem insignificant - but it is important that we do them anyway"</p><p class="r">Mahatma Gandhi</p><p class="r">1869-1948</p>'
mycontent[4]='<p class="c">"First they ignore you. Then they laugh at you. Then they fight you. Then you win."</p><p class="r">Mahatma Gandhi</p><p class="r">1869-1948</p>'
mycontent[5]='<p class="c">"Every river that runs into the sea loses its name"</p><p class="r">Tshi</p>'
mycontent[6]='<p class="c">"When I give food to the poor they call me a saint. When I ask why the poor have no food they call me a communist"</p><p class="r">Dom Helder Camara</p><p class="r">1909-1999</p>'
mycontent[7]='<p class="c">"You dont get to decide how you are going to die, or when. You can only decide how you are going to live. Now!"</p><p class="r">Joan Baez</p><p class="r">1941-present</p>'
mycontent[8]='<p class="c">"Where there is no wealth, there is no poverty"</p><p class="r">Tswana</p>'
mycontent[9]='<p class="c">"It is not necessary to blow out the other persons lantern to let yours shine"</p><p class="r">Swahili</p>'
mycontent[10]='<p class="c">"When a child is born he is perfect, just for a few moments. He is like a brand new rubix cube, just ready to get f*cked up"</p><p class="r">Adam Bloom</p>'
mycontent[11]='<p class="c">"A man wrapped up in himself is a very small package"</p><p class="r">John Smith</p><p class="r"></p>'
mycontent[12]='<p class="c">"By three methods we may learn wisdom: first, by reflection, which is noblest; second, by imitation, which is easiest; and third by experience, which is the bitterest."</p><p class="r">Confucius</p><p class="r">551-479 BC</p>'
mycontent[13]='<p class="c">"Never mistake knowledge for wisdom. One helps you make a living; the other helps you make a life."</p><p class="r">Sandra Carey</p><p class="r"></p>'
mycontent[14]='<p class="c">"Who is wise? He that learns from everyone. Who is powerful? He that governs his passions. Who is rich? He that is content. Who is that? Nobody."</p><p class="r">Benjamin Franklin</p><p class="r">1706-1790</p>'
mycontent[15]='<p class="c">"Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared."</p><p class="r">Buddha</p><p class="r">563-483 BC</p>'
mycontent[16]='<p class="c">"The only thing necessary for evil to triumph is for good men to do nothing"</p><p class="r">Edmund Burke</p><p class="r">1729-1797</p>'
mycontent[17]='<p class="c">"Minds are like parachutes. They only function when they are open"</p><p class="r">Sir James Dewar</p><p class="r">1842-1923</p>'
mycontent[18]='<p class="c">"To know and keep quiet is wickedness"</p><p class="r">Mamprussi</p>'
mycontent[19]='<p class="c">"I am an optimist - with no timescale"</p><p class="r">Amos Oz</p><p class="r">1939-present</p>'
mycontent[20]='<p class="c">"The depth of a persons life is more important than its length"</p><p class="r">Swahili</p>'
mycontent[21]='<p class="c">"He who saves one life saves the world entire"</p><p class="r">The Talmud</p>'
mycontent[22]='<p class="c">"Injustice anywhere is a threat to justice everywhere"</p><p class="r">Martin Luther King, Jnr.</p><p class="r">1929-1968</p>'
mycontent[23]='<p class="c">"Our greatest fear is not that we are powerless. Our greatest fear is that we are powerful beyond measure"</p><p class ="r">Attributed to both</p><p class="r">Marianne Williamson &</p><p class="r">Nelson Mandela</p>'
mycontent[24]='<p class="c">"There are some things that we know, and we know that we know them. There are some things we dont know, and we know that we dont know them. But there are some things we dont know, and we dont know that we dont know them"</p><p class ="r">Donald Rumsfeld...</p><p class="r">1932 - present</p>'
mycontent[25]='<p class="c">"Take away the right to say &lsquo;fuck&rsquo;, and you take away the right to say &lsquo;fuck the government&rsquo;."</p><p class ="r">Lenny Bruce</p><p class="r">1925 - 1966</p>'
mycontent[26]='<p class="c">"There are few causes worth dying for, and none worth killing for."</p><p class="r">Albert Camus</p><p class="r">1913 - 1960</p>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
