<!-- Hide this script from old browsers --
var quotenumber = 14 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "Pessimism of the Intellect, Optimism of the Will - Antonio Gramsci"
quotes[2] = "I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use.- Galileo Galilei"
quotes[3] = "The Church says that the Earth is flat, but I know that it is round. For I have seen the shadow on the moon and I have more faith in the Shadow than in the Church. - Ferdinand Magellan"
quotes[4] = "It is the mark of an educated mind to be able to entertain a thought without accepting it. - Aristotle" 
quotes[5] = "Most people would sooner die than think; in fact, they do so.- Bertrand Russell (1872-1970)"
quotes[6] = "When all men think alike, no one thinks very much. - Walter Lippmann"
quotes[7] = "Make everything as simple as possible, but not simpler.- Albert Einstein (1879-1955"
quotes[8] = "People demand freedom of speech as a compensation for the freedom of thought which they seldom use. - Kierkegaard"
quotes[9] = "You need only reflect that one of the best ways to get yourself a reputation as a dangerous citizen these days is to go about repeating the very phrases which our founding fathers used in the struggle for independence. - Charles Austin Beard" 
quotes[10] = "Well done is better than well said.- Benjamin Franklin (1706-1790)"
quotes[11] = "A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.- Sir Winston Churchill (1874-1965)"
quotes[12] = "After I'm dead I'd rather have people ask why I have no monument than why I have one.- Cato the Elder (234-149 BC, AKA Marcus Porcius Cato)"
quotes[13] = "There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.- Albert Einstein (1879-1955)"
quotes[14] = "The clergy, by getting themselves established by law and ingrafted into the machine of government, have been a very formidable engine against the civil and religious rights of man. - Thomas Jefferson"
var quote = quotes[rand1]
// -- End Hiding Here -->
