// JavaScript Document
var r_text = new Array ();
r_text[0] = "Drama is like a dream, it is not real, but it is really felt (Abhinavagupta)";
r_text[1] = "In life as in the dance: Grace glides on blistered feet (Alice Abrams)";
r_text[2] = "Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep (Scott Adams)";
r_text[3] = "Life beats down and crushes the soul and art reminds you that you have one (Stella Adler)";
r_text[4] = "Good art is not what it looks like, but what it does to us (Roy Adzak)";
r_text[5] = "I don't want to achieve immortality through my work. I want to achieve it through not dying (Woody Allen)";
r_text[6] = "There is always music amongst the trees in the garden, but our hearts must be very quiet to hear it (M. Aumonier)";
r_text[7] = "Where words fail, music speaks (Hans Christian Andersen)";
r_text[8] = "Everything in the universe has rhythm. Everything dances (Maya Angelou)";
r_text[9] = "Music was my refuge, I could crawl into the space between the notes and curl my back to loneliness (Maya Angelou)";
r_text[10] = "Art is the imagination expressed through the senses (Anonymous)";
r_text[11] = "Countless unseen details are often the only difference between mediocre and magnificent (Anonymous)";
r_text[12] = "Anyone who says sunshine brings happiness has never danced in the rain (Anonymous)";
r_text[13] = "Remember, Ginger Rogers did everything that Fred Astaire did, backwards and on high heels (Anonymous)";
r_text[14] = "Only the wise can dance the rhythm of life (Anonymous)";
r_text[15] = "Most of us go to our grave with our music still inside of us (Anonymous)";
r_text[16] = "Any museum can invite you to look. A great one changes the way you see (Anonymous)";
r_text[17] = "In the end, art outlives politics (Anonymous)";
r_text[18] = "Dance isn't something that can be explained in words; it has to be danced (Paige Arden)";
r_text[19] = "The aim of art is to represent not the outward appearance of things, but their inward significance (Aristotle)";
r_text[20] = "What we play is life (Louis Armstrong)";
r_text[21] = "Art is a fruit that grows in man, like a fruit on a plant, or a child in its mother's womb (Jean Arp)";
r_text[22] = "I believe that interpretation should be like a transparent glass, a window for the composer's music (Vladimir Ashkenazy)";
r_text[23] = "I just dance. I just put my feet in the air and move them around (Fred Astaire)";
r_text[24] = "Dance till the stars come down from the rafters. Dance, Dance, Dance till you drop (W.H. Auden)";
r_text[25] = "Music washes away from the soul the dust of everyday life (Berthold Auerbach)";

var i = Math.floor(26*Math.random())

document.write(r_text[i]);


