<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Yoga is like music. The rhythm of the body, the melody of the mind, and the harmony of the soul, create the symphony of life. ~ B.K.S. Iyengar"
text[number++] = "Make the mind supportless. Don't think of anything. Be just like a pot-space outside and inside. ~ Hatha Yoga Pradipika"
text[number++] = "When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger. ~ Epictetus"
text[number++] = "The wise man lets go of all results, whether good or bad, and is focused on the action alone. Yoga is skill in actions. ~ Bhagadvad Gita"
text[number++] = "Yoga teaches us to cure what need not be endured and endure what cannot be cured. ~ B.K.S. Iyengar"
text[number++] = "Like milk and water blended together, mind and breath have the same action. Where there is breath, there is thinking. Where there is mind, there is breathing. ~ Hatha Yoga Pradipika"
text[number++] = "Center the self in space and space in the self. Make everything space, then don't think of anything. ~ Hatha Yoga Pradipika"
text[number++] = "Empty within, empty without, empty like a pot in space. Full within, full without, full like a pot in the ocean. ~ Hatha Yoga Pradipika"
text[number++] = "He who can see inaction in the midst of action, and action in the midst of inaction, is wise and can act in the spirit of yoga. ~ Bhagadvad Gita"
text[number++] = "Asana must have the dual qualities of alertness and relaxation. ~ Yoga Sutra of Pantanjali 2.46 "
text[number++] = "The heart is considered to be the seat of the mind. ~ Yoga Sutra of Pantanjali 3.34"
text[number++] = "Yoga is extension - extension giving freedom for the body to relax by itself. This is a natural relaxation. ~ Tree of Yoga"
text[number++] = "Contentment reduces desires, makes one cheerful and gives balance of mind. ~ Bellur Krishramacharya Sundararaja Iyengar"
text[number++] = "The still waters of a lake reflect the beauty around it. When the mind is still, the beauty of the Self is seen reflected in it. The yogi stills his mind by constant study and by freeing himself from desires. ~ Light on Yoga"
text[number++] = "Venture from the known to the unknown. ~ B.K.S. Iyengar"
text[number++] = "Activity and passivity must go together in the asanas. ~ B.K.S. Iyengar"
text[number++] = "An intellectual mind that is not connected to the heart is an uncultivated mind. ~ B.K.S. Iyengar"
text[number++] = "Asanas will help to transform an individual by taking the person away from an awareness of just the body, toward the consciousness of the soul. ~ B.K.S. Iyengar"
text[number++] = "For a yogi, the body is the laboratory for perpetual experiment and research. ~ B.K.S. Iyengar"
text[number++] = "Yoga aims for complete awareness in whatever you do. ~ B.K.S. Iyengar"
text[number++] = "Regular practice of yoga can help you face the turmoil of life with steadiness and stability. ~ B.K.S. Iyengar"
text[number++] = "Never perform the asanas mechanically, the body stagnates. ~ B.K.S. Iyengar"
text[number++] = "After a session of yoga the mind becomes tranquil and passive. ~ B.K.S. Iyengar"
text[number++] = "The aim of yoga is to calm the chaos of conflicting impulses. ~ B.K.S. Iyengar"
text[number++] = "Spiritual yoga uses the intellect of the heart as well as the head. ~ B.K.S. Iyengar"
text[number++] = "Your body is your temple. Keep it pure and clean, for the soul to reside in. ~ B.K.S. Iyengar"
text[number++] = "An asana is not a posture which you assume mechanically. It involves thought, at the end of which a balance is achieved between movement and resistance. ~ B.K.S. Iyengar"
text[number++] = "As leaves move with the wind your mind moves with your breath. ~ B.K.S. Iyengar"
text[number++] = "Allow your intelligence to penetrate evenly throughout the body to its extremities, like the rays of the sun. ~ B.K.S. Iyengar"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->