// JavaScript Document
function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text
random_text[number++] = "Be clear and kind when teaching the lesson"
random_text[number++] = "Bring good to someone"
random_text[number++] = "Whatever you learn, others will want that magic rubbed off on them"
random_text[number++] = "Believe – More"
random_text[number++] = "Listen to music and bring out the dance of your vortex"
random_text[number++] = "You make every move about the move, not about what others think"
random_text[number++] = "Read positive influential books"
random_text[number++] = "Everything is worship"
random_text[number++] = "The mind is a reflex organ, it reacts to everything"
random_text[number++] = "Know when you say I love you that love can be of many forms"
random_text[number++] = "Prune regularly"
random_text[number++] = "Everything we do should be about the moment"
random_text[number++] = "Finished learning the lesson? Then the teacher is gone"
random_text[number++] = "You can’t see past the choices you haven’t made"
random_text[number++] = "Seek perspective daily"
random_text[number++] = "The teacher never tells the student what he or she should do"
random_text[number++] = "Trust"
random_text[number++] = "Share your stories and gifts with others often"
random_text[number++] = "Find love in small deeds"
random_text[number++] = "You can’t tell them - Show them to believe in themselves - Teach them well - Share whatever life has taught you"
// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);
// Write out the random text to the browser
