<!--
function text() {
};
text = new text();
number = 0;
// textArray
text[number++] = "Ugly things can be charming sometimes. In the eyes of the enlightened everything has its own beauty."
text[number++] = "Due to the change of the internal vibrations while we are practicing 'Quan Yin'  new ideas will come up and new cells will grow. At that time, it is as if we were reborn. This is so called 'rejuvenation' or born again."
text[number++] = "The more we hoard for ourselves, the more we lose; and the more we give, the more we gain, which is the law of the universe."
text[number++] = "Meditation is also work. At that time, we are getting our spirit's food supply and energy replenished for us to go out and fight again tomorrow."
text[number++] = "To progress faster in spiritual practice, we must forget ourselves; be the lowliest person and do the dirtiest, the most unwanted work."
text[number++] = "We must always be open and accepting, then we will find our life is terrific, is completely in harmony and beautiful, and is a blessing everyday, twenty-four hours."
text[number++] = "Never blame others, one should blame oneself. No matter what happens to us, it's the result of our own karma."
text[number++] = "Place you heart on your wisdom eye. It will be very happy, it will understand many things, and it can help us go beyond the Three Realms."
text[number++] = "We should not like or desire anything of this world. If we do then we would cling on to it. Our hearts should not be attached to anything."
text[number++] = "To want to practice and long for eternal liberation every is more important than to attain any spiritual experience."
text[number++] = "We can do anything well if we do it naturally and sincerely. Perfection is found in how the job is done, not in the job itself."
text[number++] = "Strong faith in the path of the practice is both a blessing power and a great merit."
text[number++] = "If we truly want to have a successful life, from inside out, just like we water the plant from the roots, and not on top of the leaves only."
text[number++] = "Possession is not important, contentedness is. Be contented in any situation, and problems will be kept away."
text[number++] = "A clean quality will naturally make a place become clean, beautiful and holy. Therefore, cleanliness is saintliness."
text[number++] = "Within the bad there exist the good. Just like roses have thorns, we can't always look at the thorns, we must gaze at the rose."
text[number++] = "Only true wisdom is what we can rely on most, not worldly position or wealth, not worldly beauty or talent."
text[number++] = "If within a group, everyone has the same ideal, compromises with each other, and serves with a noble ideal, then it would be very comfortable and pleasant."
text[number++] = "The only means that can provide security is to obtain more inner protective power and wisdom through meditation."
text[number++] = "We have to be like an audience. We have to be wise enough, enlightened enough to watch all the games of the universe, and get out of the suffering. "
text[number++] = "When we serve the multitude, God also serves us. Such is the law on which the universe functions."
text[number++] = "Be happy with whatever you have. Otherwise, God takes everything away."
text[number++] = "Originally, a joyful heart is a fruit of practice. "
text[number++] = "Whatever we speak will give a vibration; and accordingly what we say, good or bad, will affect upon us again."
text[number++] = "When we are doing things, we should have a lively, cheerful spirit. Don't just imitate the dark aspect of the world. "
text[number++] = "Meditation is a way for us to practice often and more consistently the art of controlling ourselves. "
text[number++] = "If all nations become more enlightened, we'll be more peaceful toward each other."
text[number++] = "If you aren't dead to the world, you can't be alive to Heaven. It says the same in the Bible: You cannot serve both God and mammon."
text[number++] = "If we're good at heart, then it's simple for us to be one with all and in contact with the Saints."
text[number++] = "We need to broaden our thinking until it encompasses the whole universe instead of just thinking about our family and country."
text[number++] = "The outcome of spiritual practice is not just spiritual enlightenment;it's not just individual happiness and blissfulness; it's worldly development as well."
text[number++] = "Spiritual practitioners can transcend the atmosphere of cause and effect and karmic hindrances, so we can feel more relaxed. "
// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write('"'+text[increment]+'"');
//-->
