// JavaScript Document

<script language="JavaScript">
<!--
var r_text = new Array ();
r_text[0] = "Yoga has never been truly described for what it is. It is an art and a science with which you can leap over the pitfalls of life. It is a science, and knowledge, and art, where mind and body can work in union and spirit will back it up. - Yogi Bhajan, Ph.D. Master of Kundalini Yoga";
r_text[1] = "Keep up and you will be kept up! - Yogi Bhajan, Ph.D.";
r_text[2] = "We have difficulty remembering that we are alive in the present moment, the only moment there is for us to be alive. Every breath we take, every step we make, can be filled with peace, joy and serenity. We need only to be awake, alive in the preent moment. - Thich Nhat Hanh";
r_text[3] = "Change and growth take place when a person has risked himself and dares to become involved with experimenting with his own life. - Herberttto";
r_text[4] = "What lies behind us, and what lies before us are tiny matters, compared to what lies within us. - Ralph Waldo Emerson";
r_text[5] = "Listen to get in touch with the silence within yourself and know that everything in this life has a purpose. - Elisabeth Kubler-Ross";
r_text[6] = "What the human being sees, what is poured into his environment, becomes a force in him. In accordance with it, he forsm himself. - Rudolf Steiner";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->
</script>