quotes = new Array
quotes[0] = "The artist is nothing without the gift, but the gift is nothing without work."
quotes[1] = "You come to nature with all her theories, and she knocks them all flat."
quotes[2] = "I’m not an abstractionist. I’m not interested in the relationship of color or form or anything else. I’m interested only in expressing basic human emotions: tragedy, ecstasy, doom, and so on."
quotes[3] = "It took me 40 years to find out that painting is not sculpture."
quotes[4] = "I am out to introduce a psychic shock into my painting, one that is always motivated by pictorial reasoning: that is to say, a fourth dimension."
quotes[5] = "A line is a dot that went for a walk. "
quotes[6] = "Art is the elimination of the unnecessary"
quotes[7] = "The world today doesn't make sense, so why should I paint pictures that do?"
quotes[8] = "Only when he no longer knows what he is doing does the painter do good things"
quotes[9] = "Bad artists copy. Good artists steal."
quotes[10] = "There is no abstract art. You must always start with something. Afterward you can remove all traces of reality."
quotes[11] = "I paint objects as I think them, not as I see them."
quotes[12] = "I don't use drugs, my dreams are frightening enough."
quotes[13] = "There are always flowers for those who want to see them."
quotes[14] = "I never paint dreams or nightmares. I paint my own reality."
quotes[15] = "I paint for myself. I don't know how to do anything else, anyway. Also I have to earn my living, and occupy myself. "
quotes[16] = "A work of art which did not begin in emotion is not art. "
quotes[17] = "Great art picks up where nature ends. "
quotes[18] = "The beautiful is in nature, and it is encountered under the most diverse forms of reality. Once it is found it belongs to art, or rather to the artist who discovers it."
quotes[19] = "Have no fear of perfection, you'll never reach it. "
quotes[20] = "Art is not what you see, but what you make others see."
quotes[21] = "My contribution to the world is my ability to draw. I will draw as much as I can for as many people as I can for as long as I can. Drawing is still basically the same as it has been since prehistoric times. It brings together man and the world. It lives through magic."
quotes[22] = "If I could say it in words there would be no reason to paint."
quotes[23] = "There is no must in art because art is free."
quotes[24] = "A Good artist has less time than ideas."
quotes[25] = "Creativity takes courage."
quotes[26] = "If people knew how hard I worked to get my mastery, it wouldn't seem so wonderful at all."
quotes[27] = "I feel the need of attaining the maximum of intensity with the minimum of means. It is this which has led me to give my painting a character of even greater bareness."
quotes[28] = "Colour is my day-long obsession, joy and torment."
quotes[29] = "Nature is not only all that is visible to the eye.. it also includes the inner pictures of the soul."
quotes[30] = "So I said to myself-I'll paint what I see-what the flower is to me but I'll paint it big and they will be surprised into taking the time to look at it-I will make even busy New Yorkers take time to see what I see of flowers."
quotes[31] = "I found I could say things with color and shapes that I couldn't say any other way--things I had no words for."
quotes[32] = "On the floor I am more at ease. I feel nearer, more a part of the painting, since this way I can walk around it, work from the four sides and literally be in the painting."
quotes[33] = "Every good painter paints what he is."
quotes[34] = "There are painters who transform the sun into a yellow spot, but there are others who, thanks to their art and intelligence, transform a yellow spot into the sun."
quotes[35] = "The only time I feel alive is when I'm painting."
quotes[36] = "The emotions are sometimes so strong that I work without knowing it. The strokes come like speech."
quotes[37] = "Miles Davis bends the notes. He doesn't play them, he bends them. I bend the paint."
quotes[38] = "True art is characterized by an irresistible urge in the creative artist."
quotes[39] = "One eye sees, the other feels."
quotes[40] = "It has bothered me all my life that I do not paint like everybody else."
quotes[41] = "A great sculpture can roll down a hill without breaking."

people = new Array
people[0] = "Emile Zola"
people[1] = "Renoir"
people[2] = "Mark Rothko"
people[3] = "Paul Cezanne"
people[4] = "Marc Chagall"
people[5] = "Paul Klee"
people[6] = "Pablo Picasso"
people[7] = "Pablo Picasso"
people[8] = "Edgar Degas"
people[9] = "Pablo Picasso"
people[10] = "Pablo Picasso"
people[11] = "Pablo Picasso"
people[12] = "M.C. Escher"
people[13] = "Henri Matisse"
people[14] = "Frida Kahlo"
people[15] = "Francis Bacon"
people[16] = "Paul Cezanne"
people[17] = "Marc Chagall"
people[18] = "Gustave Courbet"
people[19] = "Salvador Dali"
people[20] = "Edgar Degas"
people[21] = "Keith Haring"
people[22] = "Edward Hopper"
people[23] = "Wassily Kandinsky"
people[24] = "Martin Kippenberger"
people[25] = "Henri Matisse"
people[26] = "Michelangelo"
people[27] = "Joan Miro"
people[28] = "Claude Monet"
people[29] = "Edvard Munch"
people[30] = "Georgia O'Keeffe"
people[31] = "Georgia O'Keeffe"
people[32] = "Jackson Pollock"
people[33] = "Jackson Pollock"
people[34] = "Pablo Picasso"
people[35] = "Vincent Van Gogh"
people[36] = "Vincent Van Gogh"
people[37] = "Willem de Kooning"
people[38] = "Albert Einstein"
people[39] = "Paul Klee"
people[40] = "Henri Matisse"
people[41] = "Michaelangelo"


var rand = Math.floor(Math.random()* quotes.length)

document.write('<i><font color="#f26522">' + quotes[rand] + '</i>')
document.write('&nbsp;&nbsp;&nbsp;&nbsp; -' + people[rand] + '</font>')