function makeQuote() {
        if((navigator.userAgent.indexOf("Mozilla/3.0") != -1) ||
        (navigator.userAgent.indexOf("MSIE")!= -1) ||
        (navigator.userAgent.indexOf("Firefox")!= -1)) {
        Quotes = new Array();
Quotes[0] = "\"If you have a glass full of liquid you can discourse<BR>"+
                "forever on its qualities, discuss whether it is cold, warm,<BR>"+
                "whether it is really and truly composed of H20, or<BR>"+
                "mineral water, or saki.  <B>Zazen is drinking it.</B>\"<BR><DIV ALIGN=RIGHT>--Taisen Deshimaru</DIV>";
Quotes[1] = "\"No thought, no action, no movement, total stillness:<BR>"+
                "only thus can one manifest the true nature and law of<BR>"+
                "things from within and unconsciously, and at last<BR>"+
                "become one with heaven and earth.\"<BR><DIV ALIGN=RIGHT>--Lao Tzu</DIV>";
Quotes[2] = "\"Meditation is not a means to an end.<BR>"+
                "It is both the means and the end.\"<BR><DIV ALIGN=RIGHT>--Krishnamurti</DIV>";
Quotes[3] = "\"Zazen is not the practice of self-improvement, like a<BR>"+
                "course in making friends and influencing people.  With<BR>"+
                "earnest zazen, character change does occur, but this is<BR>"+
                "not a matter of ego-adjustment.  It is forgetting the self.\"<BR><DIV ALIGN=RIGHT>--Robert Aitken</DIV>"; 
Quotes[4] = "\"In the midst of all good and evil, not a thought is<BR>"+
                "aroused in the mind - this is called <B>za</B>.<BR>"+
                "Seeing into one's Self-nature, not being moved<BR>"+
                "at all - this is called <B>zen</B>.\"<BR><DIV ALIGN=RIGHT>--Hui Neng</DIV>";
Quotes[5] = "\"The mind of a perfect man is like a mirror.  It grasps<BR>"+
                "nothing.  It expects nothing.  It reflects but does not<BR>"+
                "hold.  Therefore, the perfect man can act without effort.\"<BR><DIV ALIGN=RIGHT>--Chuang Tzu</DIV>";
Quotes[6] = "\"Nothing is born, nothing is destroyed.  Away with your<BR>"+
                "dualism, your likes and dislikes.  Every single thing<BR>"+
                "is just One Mind.  When you have perceived this, you<BR>"+
                "will have mounted the Chariot of the Buddhas.\"<BR><DIV ALIGN=RIGHT>--Huang Po</DIV>";
Quotes[7] = "\"This one life has no form and is empty by nature.  If you<BR>"+
                "become attached by any form, you should reject it.  If you<BR>"+
                "see an ego, a soul, a birth, or a death, reject them all.\"<BR><DIV ALIGN=RIGHT>--Bodhidharma</DIV>";
Quotes[8] = "\"To study the Buddha way is to study the self.<BR>"+
                "To study the self is to forget the self.<BR>"+
                "To forget the self is to be enlightened by the 10,000 Dharmas.<BR>"+
                "To be enlightened by the 10,000 Dharmas is to bring about<BR>"+
                "the dropping away of body and mind of both self and others.<BR>"+
                "No trace of enlightenment remains,<BR>"+
                "and this no-trace continues endlessly.\"<BR><DIV ALIGN=RIGHT>--Dogen</DIV>";
Quotes[9] = "Two monks were arguing about the temple flag.<BR>"+
                "One said the flag moved, the other said the wind moved.<BR>"+
                "Master Eno overheard them and said,<BR>"+
                "\"It is neither the wind nor the flag,<BR>"+
                "but your mind that moves.\"<BR>"+
                "The monks were speechless.<BR>";
Quotes[10] = "\"Zen teaches nothing; it merely enables us to wake up<BR>"+
                "and become aware.  It does not teach, it points.\"<BR><DIV ALIGN=RIGHT>--D. T. Suzuki</DIV>";
Quotes[11] = "\"Studying Zen should never be confused with practicing Zen,<BR>"+
                "just as studying aesthetics should not be confused with<BR>"+
                "being an artist.\"<BR><DIV ALIGN=RIGHT>--T. P. Kasulis</DIV>";
Quotes[12] = "\"There are three kinds of disciples: those who impart Zen to<BR>"+
                "others, those who maintain the temples and shrines, and then<BR>"+
                "there are the rice bags and the clothes hangers.\"<BR><DIV ALIGN=RIGHT>--Nyogen Senzaki</DIV>";
Quotes[13] = "\"When you do something, you should burn yourself completely,<BR>"+
                "like a good bonfire, leaving no trace of yourself.\"<BR><DIV ALIGN=RIGHT>--Shunryu Suzuki</DIV>";
Quotes[14] = "\"Do every act of your life as if it were your last.\"<BR><DIV ALIGN=RIGHT>--Marcus Aurelius</DIV>";
Quotes[15] = "\"I think I think; therefore, I think I am.\"<BR><DIV ALIGN=RIGHT>--Ambrose Bierce</DIV>";
Quotes[16] = "\"One clings to life although there is nothing to be called life;<BR>"+
                "another clings to death although there is nothing to be called death.<BR>"+
                "In reality, there is nothing to be born, consequently there is nothing<BR>"+
                "to perish.\"<BR><DIV ALIGN=RIGHT>--Bodhidharma</DIV>";
Quotes[17] = "\"Until we lose ourselves there is no hope of finding ourselves.\"<BR><DIV ALIGN=RIGHT>--Henry Miller</DIV>";
Quotes[18] = "\"In what is seen there should be just the seen; in what is<BR>"+
                "heard there should be just the heard; in what is sensed<BR>"+
                "there should be just the sensing; in what is thought<BR>"+
                "there should be just the thought.\"<BR><DIV ALIGN=RIGHT>--The Buddha</DIV>";
Quotes[19] = "\"All know that the drop merges into the ocean<BR>"+
                "but few know that the ocean merges into the drop.\"<BR><DIV ALIGN=RIGHT>--Kabir</DIV>";
Quotes[20] = "\"It is often thought that the Buddha's doctrine teaches us that suffering<BR>"+
                "will disappear if one has meditated long enough, or if one sees everything<BR>"+
                "differently. It is not that at all. Suffering isn't going to go away;<BR>"+
                "the one who suffers is going to go away.\"<BR><DIV ALIGN=RIGHT>--Ayya Khema</DIV>";
Quotes[21] = "\"Zen is not interested in high-flown statements;<BR>"+
                "it wants its pupil to bite his apple and not discuss it.\"<BR><DIV ALIGN=RIGHT>--Anne Bancroft</DIV>";
Quotes[22] = "\"Life is not a problem to be solved but a reality to be experienced.\"<BR><DIV ALIGN=RIGHT>--Søren Kierkegaard</DIV>";
Quotes[23] = "\"Strictly speaking, there is no such thing as an enlightened person.<BR>"+
                "There is only enlightened activity.\"<BR><DIV ALIGN=RIGHT>--Shunryu Suzuki</DIV>";

var x = Math.floor(Quotes.length * Math.random());

        document.writeln("<CENTER><TABLE BORDER bgcolor=\"F7F7F7\" CELLPADDING=7>");
        document.writeln("<TR><TD>");
        document.writeln("<FONT FACE='Arial' SIZE=2><I>");
        document.writeln(Quotes[x]);
        document.writeln("</FONT></I>");
        document.writeln("</TD></TR></TABLE></CENTER>");
        document.writeln("<P>");
        }
}


makeQuote();

