
var daymonth;
var theDate = new Date();

daymonth = theDate.getDate();
var dayQuotes = new Array();
dayQuotes[0] = "No Quote Here";

dayQuotes[1] = "Art and nature, being two different things, cannot be the same. - <i>Pablo Picasso</i>";

dayQuotes[2] = "To see is to forget the name of the thing one sees. - <i>Paul Valery</i>";

dayQuotes[3] = "Van Gogh was not trying to please somebody else. He was trying to do what he had to do. - <i>Artie Shaw</i>";

dayQuotes[4] = "Painting is like golf. The fewer strokes I take, the better. - <i>John Marin</i>";

dayQuotes[5] = "In art, economy is always beauty. - <i>Henry James</i>";

dayQuotes[6] = "Things should be made as simple as possible, but not simpler. - <i>Albert Einstein</i>";

dayQuotes[7] = "Clarity is the first aim, economy the second, grace the third. - <i>Sheridan Baker</i>";

dayQuotes[8] = "It's not what you paint. It's how you paint it. - <i>Helen Van Wyk</i>";

dayQuotes[9] = "Some musicians are not great technicians, but they give you a rich point of view. - <i>Nathan Milstein</i>";

dayQuotes[10] = "Keep the symbol simple, but let the feelings run wild. - <i>Nigel Holmes</i>";

dayQuotes[11] = "Anything is intensified by its opposite. - <i>Ed Whitney</i>";

dayQuotes[12] = "Approach your subject as if it were a still life. - <i>Rex Brandt</i>";

dayQuotes[13] = "When things are partially hidden, they are more interesting. - <i>George Post</i>";

dayQuotes[14] = "The more wise and powerful a master, the more directly his work is created and the simpler it is. - <i>Meister Eckhart</i>";

dayQuotes[15] = "The art of being wise is the art of knowing what to overlook. - <i>William James</i>";

dayQuotes[16] = "More detail doesn't necessarily mean a better painting, it just means more detail. - <i>Tom Lynch</i>";

dayQuotes[17] = "The eye should not be led where there is nothing to see. - <i>Robert Henri</i>";

dayQuotes[18] = "As music is the poetry of sound, so painting is the poetry of sight. - <i>James McNeill Whistler</i>";

dayQuotes[19] = "The sense of space is worth five times of any other quality.  - <i>John F. Carlson</i> ";

dayQuotes[20] = "It is the eye of ignorance that assigns a fixed and unchangeable color to every object. - <i>Paul Gaugin</i>";

dayQuotes[21] = "It is in the contrast of light and dark that design happens. - <i>Helen Van Wyk</i>";

dayQuotes[22] = "Repetitions in a picture play a great role. They are brothers and sisters nodding to each other. - <i>John Marin</i>";

dayQuotes[23] = "A work of art that did not begin in emotion is not art. - <i>Paul Cezanne</i>";

dayQuotes[24] = "The painter must leave the beholder something to guess. - <i>E. H. Gombrich</i>";

dayQuotes[25] = "Vanishing points are illusive. They're all over the place. - <i>Jerry McClish</i>";

dayQuotes[26] = "Perspective is to painting what the bridle is to the horse, the rudder to the ship. - <i>Leonardo da Vinci</i>";

dayQuotes[27] = "Take nothing for granted as beautiful or ugly. - <i>Frank Lloyd Wright</i>";

dayQuotes[28] = "If life were organized, there would be no need for art. - <i>Andre Gide</i>";

dayQuotes[29] = "Well begun is half done. - <i>Aristotle</i>";

dayQuotes[30] = "The amateur is afraid of boldness; the professional is afraid of timidity. - <i>Ed Whitney</i>";

dayQuotes[31] = "Discovery consists of seeing what everybody has seen and thinking what nobody has thought. - <i>Albert Szent-Gyorgyi</i>";

document.writeln(dayQuotes[daymonth]);
