var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "<i>I can wait.</i> <br><br> - Arnold Schoenberg, when told that a soloist would need six fingers to perform his concerto";
msg[2] = "<i>A drummer is a musician's best friend.</i> <br><br> - from a Martin Mull album";
msg[3] = "<i>Ow, I feel good!</i> <br><br> - James Brown";
msg[4] = "<i>Music is the Voice that tells us that the human race is greater than it knows.</i> <br><br> - Marion C. Garrety";
msg[5] = "<i>People think the Beatles know what's going on.We don't.We're just doing it.</i> <br><br> - John Lennon";
msg[6] = "<i>There's only two ways to sum up music; either it's good or it's bad. If it's good you don't mess about it, you just enjoy it.</i> <br><br> - Louis Armstrong";
msg[7] = "<i>If I'd known I was going to live to be a hundred I'd have taken much better care of myself.</i> <br><br> - Eubie Blake";
msg[8] = "<i>Flint must be an extremely wealthy town: I see that each of you bought two or three seats.</i> <br><br> - Victor Borge, playing to a half-filled house in Flint, Michigan";
msg[9] = "<i>It don't mean a thing if it ain't got that swing.</i> <br><br> - Duke Ellington";
msg[10] = "<i>Playing jazz for a living sure beats the hell out of stealing.</i> <br><br> - John Sheridan";
msg[11] = "<i>He played like he was in jail - behind a few bars and couldn't find the key.</i> <br><br> - Unkown";
msg[12] = "<i>My creed for art in general is that it should enrich the soul; it should teach spirituality by showing a person a portion of himself that he would not discover otherwise . . . a part of yourself you never knew existed.</i> <br><br> - Bill Evans";
msg[13] = "<i>Music is your own experience, your own thoughts, your wisdom. If you don't live it, it won't come out of your horn. They teach you there's a boundary line to music. But, man, there's no boundary line to art.</i> <br><br> - Charlie Parker";
msg[14] = "<i>There are more love songs than anything else. If songs could make you do something we'd all love one another.</i> <br><br> - Frank Zappa";
msg[15] = "<i>I don't know anything about music, In my line you don't have to.</i> <br><br> - Elvis Presley";
msg[16] = "<i>Most of us go to our graves with our music still inside of us.</i> <br><br> - Unknown";
msg[17] = "<i>... regardless of what you play, the biggest thing is keeping the feel going ...</i> <br><br> - Wes Montgomery";
msg[18] = "<i>Use the talents you possess, for the woods would be very silent if no birds sang except the best.</i> <br><br> - Henry Van Dyke";
msg[19] = "<i>There's nothing remarkable about it. All one has to do is hit the right keys at the right time and the instrument plays itself.</i> <br><br> - Johann Sebastien Bach";
msg[20] = "<i>Without music, life would be a mistake.</i> <br><br> - Friedrich Nietzsche";
msg[21] = "<i>Music expresses that which cannot be said and on which it is impossible to be silent.</i> <br><br> - Victor Hugo";
msg[22] = '<i>... "Is there a meaning to music?" My answer would be, <b>Yes</b>. <br><br> "And Can you state in so many words what the meaning is?" My answer to that would be, <b>No</b>.</i> <br><br> - Aaron Copland';
msg[23] = "<i>After silence, that which comes nearest to expressing the inexpressible is music.</i> <br><br> - Aldous Huxley";
msg[24] = "<i>The effects of good music are not just because it's new; on the contrary music strikes us more the more familiar we are with it.</i> <br><br> - Johann Wolfgang Von Goethe";
msg[25] = '<i>Cute little babies that fall out of swings - These are a few of my favourite things.</i> <br><br> - Oscar Hammerstein, working lyric for a piece from "The Sound of Music"';
msg[26] = "<i>Of course the music is a great difficulty. You see, if one plays good music, people don't listen, and if one plays bad music people don't talk.</i> <br><br> - Oscar Wilde";
msg[27] = "<i>A good composer does not imitate; he steals.</i> <br><br> - Igor Stravinsky";
msg[28] = "<i>... I practice more than ever ... mostly scales and arpeggios ... and anything I can't do ...</i> <br><br> - Julian Bream";
msg[29] = "<i>Music gives a soul to the universe, wings to the mind, flight to the imagination, and life to everything.</i> <br><br> - Plato";
msg[30] = "<i>All the sounds on the earth are like music.</i> <br><br> - Oscar Hammerstein";
msg[31] = "<i>We all have idols. Play like anyone you care about but try to be yourself while you're doing so.</i> <br><br> - B.B. King";


document.write(msg[today]);
