<!-- Begin

var musicQuotes = new Array(21);
for (i = 0; i < musicQuotes.length; ++ i) musicQuotes[i] = new Array(3); // define two dimentional array

musicQuotes [0] [0] = "Only become a musician if there is absolutely no other way you can make a living.";
musicQuotes [0] [1] = "Kirke Mecham";
musicQuotes [0] [2] = "#";
musicQuotes [1] [0] = "I've never known a musician who regretted being one. Whatever deceptions life may have in store for you, music itself is not going to let you down.";
musicQuotes [1] [1] = "Virgil Thomson";
musicQuotes [1] [2] = "http://www.whatsthesig.com/quotes/ive-never-known-a-musician-who-regretted-being-one";
musicQuotes [2] [0] = "Most people live and die with their music still unplayed. They never dare to try.";
musicQuotes [2] [1] = "Mary Kay Ash";
musicQuotes [2] [2] = "#";
musicQuotes [3] [0] = "I like any reaction I can get with my music. Just anything to get people to think. I mean if you can get a whole room full of drunk, stoned people to actually wake up and think, you're doing something.";
musicQuotes [3] [1] = "Jim Morrison";
musicQuotes [3] [2] = "#";
musicQuotes [4] [0] = "Music is the shorthand of emotion.";
musicQuotes [4] [1] = "Leo Nikolaevich Tolstoy";
musicQuotes [4] [2] = "#";
musicQuotes [5] [0] = "There is no feeling, except the extremes of fear and grief, that does not find relief in music.";
musicQuotes [5] [1] = "T.S. Eliot";
musicQuotes [5] [2] = "#";
musicQuotes [6] [0] = "Music produces a kind of pleasure which human nature cannot do without.";
musicQuotes [6] [1] = "Confucius";
musicQuotes [6] [2] = "#";
musicQuotes [7] [0] = "Music is enough for a lifetime, but a lifetime is not enough for music.";
musicQuotes [7] [1] = "Sergei Rachmaninov";
musicQuotes [7] [2] = "http://www.whatsthesig.com/quotes/music-is-enough-for-a-lifetime-but-a-lifetime-is-not-enough-for-music";
musicQuotes [8] [0] = "Music is the Voice that tells us that the human race is greater than it knows.";
musicQuotes [8] [1] = "Napoleon Bonaparte";
musicQuotes [8] [2] = "#";
musicQuotes [9] [0] = "Musicians own music because music owns them.";
musicQuotes [9] [1] = "Virgil Thomson";
musicQuotes [9] [2] = "#";
musicQuotes [10] [0] = "Music is the universal language of mankind.";
musicQuotes [10] [1] = "Henry Wadsworth Longfellow";
musicQuotes [10] [2] = "#";
musicQuotes [11] [0] = "If a composer could say what he had to say in words he would not bother trying to say it in music.";
musicQuotes [11] [1] = "Gustav Mahler";
musicQuotes [11] [2] = "#";
musicQuotes [12] [0] = "Music expresses that which can not be said and on which it is impossible to be silent.";
musicQuotes [12] [1] = "Victor Hugo";
musicQuotes [12] [2] = "#";
musicQuotes [13] [0] = "Without music, life would be an error.";
musicQuotes [13] [1] = "Friedrich Nietzsche";
musicQuotes [13] [2] = "#";
musicQuotes [14] [0] = "When you play music you discover a part of yourself that you never knew existed.";
musicQuotes [14] [1] = "Bill Evans";
musicQuotes [14] [2] = "#";
musicQuotes [15] [0] = "Music is a moral law. It gives soul to the universe, wings to the mind, flight to the imagination, and charm and gaiety to life and to everything.";
musicQuotes [15] [1] = "Plato";
musicQuotes [15] [2] = "#";
musicQuotes [16] [0] = "Music is the silence between the notes.";
musicQuotes [16] [1] = "Claude Debussy";
musicQuotes [16] [2] = "#";
musicQuotes [17] [0] = "Music expresses that which cannot be put into words and cannot remain silent.";
musicQuotes [17] [1] = "Victor Hugo";
musicQuotes [17] [2] = "#";
musicQuotes [18] [0] = "Where words fail, music speaks.";
musicQuotes [18] [1] = "Hans Christian Andersen";
musicQuotes [18] [2] = "#";
musicQuotes [19] [0] = "If I were not a physicist, I would probably be a musician. I often think in music. I live my daydreams in music. I see my life in terms of music. ... I get most joy in life out of music.";
musicQuotes [19] [1] = "Albert Einstein";
musicQuotes [19] [2] = "#";
musicQuotes [20] [0] = "Sometimes I can only groan, suffer, and pour out my despair at the piano!";
musicQuotes [20] [1] = "Frederic Chopin";
musicQuotes [20] [2] = "#";

//-->
