﻿// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

document.write('<div align="center">')
var Quotation=new Array()
Quotation[0] = "\"Peace is not an absence of war, it is a virtue, a state of mind, a disposition for benevolence, confidence, justice.\" \(Baruch Spinoza\)";
Quotation[1] = "\"Peace, in the sense of the absence of war, is of little value to someone who is dying of hunger or cold. It will not remove the pain of torture inflicted on a prisoner of conscience. It does not comfort those who have lost their loved ones in floods caused by senseless deforestation in a neighboring country. Peace can only last where human rights are respected, where the people are fed, and where individuals and nations are free.\" \(HH The Dalai Lama\)";
Quotation[2] = "\"There can be no vulnerability without risk; there can be no community without vulnerability; there can be no peace, and ultimately no life, without community.\" \(M Scott Peck\)";
Quotation[3] = "\"All generalizations are dangerous, even this one.\" \(Alexandre Dumas\)";
Quotation[4] = "\"Your life and my life flow into each other as wave flows into wave, and unless there is peace and joy and freedom for you, there can be no real peace or joy or freedom for me. To see reality - not as we expect it to be but as it is - is to see that unless we live for each other and in and through each other, we do not really live very satisfactorily; that there can really be life only where there really is, in just this sense, love\" \(Frederick Buechner\)";
Quotation[5] = "\"Order is not pressure which is imposed on society from without, but an equilibrium which is set up from within.\" \(Jose Ortega y Gasset\)";
Quotation[6] = "\"Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.\" \(Margaret Mead\)";
Quotation[7] = "\"The universal brotherhood of man is our most precious possession.\" \(Mark Twain\)";
Quotation[8] = "\"If we value the pursuit of knowledge, we must be free to follow wherever that search may lead us. The free mind is not a barking dog, to be tethered on a ten-foot chain.\" \(Adlai E. Stevenson Jr.\)";
Quotation[9] = "\"The love of liberty is the love of others; the love of power is the love of ourselves.\" \(William Hazlitt\)";
Quotation[10] = "\"Peace is not a relationship of nations. It is a condition of mind brought about by a serenity of soul. Peace is not merely the absence of war. It is also a state of mind. Lasting peace can come only to peaceful people.\" \(Jawaharlal Nehru\)";
Quotation[11] = "\"A goal without a plan is just a wish.\" \(Antoine de Saint-Exupery\)";
Quotation[12] = "\"The only alternative to coexistence is codestruction.\" \(Jawaharlal Nehru\)";

//Quotation[4] = "\"the quote\" \(the author\)";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
document.write('</div>')
