/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 31;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="It is by the goodness of God that in our country we have those three unspeakably precious things: freedom of speech, freedom of conscience, and the prudence never to practice either of them.";
title="-Mark Twain";
}

if (quotes==1) {
body="Everything that is really great and inspiring is created by the individual who can labor in freedom.";
title="-Albert Einstein";
}

if (quotes==2) {
body="The basis of a democratic state is liberty.";
title="-Aristotle";
}

if (quotes==3) {
body="Because you are in control of your life. Don\'t ever forget that. You are what you are because of the conscious and subconscious choices you have made.";
title="<-Barbara Hall";
}

if (quotes==4) {
body="They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.";
title="-Benjamin Franklin";
}

if (quotes==5) {
body="If you want to be free, there is but one way; it is to guarantee an equally full measure of liberty to all your neighbors. There is no other.";
title="-Carl Schurz";
}

if (quotes==6) {
body="We hold in our hands, the most precious gift of all: Freedom. The freedom to express our art. Our love. The freedom to be who we want to be. We are not going to give that freedom away and no one shall take it from us!";
title="-Diane Frolov and Andrew Schneider";
}

if (quotes==7) {
body="Only the educated are free.";
title="-Epictetus";
}

if (quotes==8) {
body="In the truest sense, freedom cannot be bestowed; it must be achieved.";
title="-Franklin D. Roosevelt";
}

if (quotes==9) {
body="Liberty means responsibility. That is why most men dread it.";
title="-George Bernard Shaw";
}

if (quotes==10) {
body="The First Amendment is often inconvenient. But that is besides the point. Inconvenience does not absolve the government of its obligation to tolerate speech.";
title="-Justice Anthony Kennedy";
}

if (quotes==11) {
body="Patterning your life around other\'s opinions is nothing more than slavery.";
title="-Lawana Blackwell";
}

if (quotes==12) {
body="While the State exists, there can be no freedom. When there is freedom there will be no State.";
title="-Lenin";
}

if (quotes==13) {
body="Liberty is not a means to a higher political end. It is itself the highest political end.";
title="-Lord Acton";
}

if (quotes==14) {
body="Nobody can give you freedom. Nobody can give you equality or justice or anything. If you're a man, you take it.";
title="-Malcolm X";
}

if (quotes==15) {
body="You can\'t separate peace from freedom because no one can be at peace unless he has his freedom.";
title="-Malcolm X";
}

if (quotes==16) {
body="Do the things you know, and you shall learn the truth you need to know.";
title="-George Macdonald";
}

if (quotes==17) {
body="It is by the goodness of God that in our country we have those three unspeakably precious things: freedom of speech, freedom of conscience, and the prudence never to practice either of them.";
title="-Mark Twain";
}

if (quotes==18) {
body="Self-reliance is the only road to true freedom, and being one\'s own person is its ultimate reward.";
title="-Patricia Sampson";
}

if (quotes==19) {
body="People demand freedom of speech as a compensation for the freedom of thought which they seldom use.";
title="-Soren Kierkegaard";
}

if (quotes==20) {
body="I would rather be exposed to the inconveniences attending too much liberty than to those attending too small a degree of it.";
title="-Thomas Jefferson";
}

if (quotes==21) {
body="The love of liberty is the love of others; the love of power is the love of ourselves.";
title="-William Hazlitt";
}

if (quotes==22) {
body="Without free speech no search for truth is possible... no discovery of truth is useful... Better a thousandfold abuse of free speech than denial of free speech. The abuse dies in a day, but the denial slays the life of the people, and entombs the hope of the race.";
title="-Charles Bradlaugh";
}

if (quotes==23) {
body="Freedom of expression is the matrix, the indispensable condition, of nearly every other form of freedom.";
title="-Benjamin Nathan Cardozo";
}

if (quotes==24) {
body="Freedom of speech and freedom of action are meaningless without freedom to think. And there is no freedom of thought without doubt.";
title="-Bergen Evans";
}

if (quotes==25) {
body="To speak his thoughts is every freeman\'s right, in peace and war, in council and in fight.";
title="-W. Clement Stone";
}

if (quotes==26) {
body="To limit the press is to insult a nation; to prohibit reading of certain books is to declare the inhabitants to be either fools or slaves.";
title="-Claude Adrien Helvetius";
}

if (quotes==27) {
body="It is clear that the freedom of expression and opinion is a fundamental right, the mother of all rights.";
title="-Abid Hussain";
}

if (quotes==28) {
body="Freedom of expression must be considered sacred and thought can only be corrected by counter thought.";
title="-Naguib Mahfouz";
}

if (quotes==29) {
body="Give me the liberty to know, to utter, and to argue freely according to conscience, above all liberties.";
title="-John Milton";
}

if (quotes==30) {
body="What is freedom of expression? Without the freedom to offend, it ceases to exist.";
title="-Salman Rushdie";
}

document.write('<div align=left>');
document.write(''+ body +'');
document.write('<p><strong><i>' + title + '</i></strong></p><br>');
document.write('</div>');
