var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Artistic creativity is a whirlpool of imagination that swirls in the depths of the mind.  --Robert Toth";
msg[2] = "Every child is an artist, the problem is how to remain an artist once he grows up.  --Pablo Picasso";
msg[3] = "If you can dream it, you can do it.  --Walt Disney";
msg[4] = "Those who are easily shocked should be shocked more often.  --Mae West";
msg[5] = "Those who danced were thought to be quite insane by those who could not hear the music.  --Angela Monet";
msg[6] = "Normal is not something to aspire to, it's something to get away from.  --Jodie Foster";
msg[7] = "Some of the most wonderful people are the ones who don't fit into boxes.  --Tori Amos";
msg[8] = "There are many ways to be free. One of them is to transcend reality by imagination, as I try to do.  --Anais Nin";
msg[9] = "Every artist dips his brush in his own soul, and paints his own nature into his pictures.  --Henry Ward Beecher ";
msg[10] = "Creativity is...seeing something that doesn't exist already. You need to find out how you can bring it into being and that way be a playmate with God.  --Michele Shea";
msg[11] = "Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.  --Scott Adams ";
msg[12] = "Creative work is play. It is free speculation using materials of one's chosen form.  --Stephen Nachmanovitch";
msg[13] = "Everyone has talent. What is rare is the courage to follow the talent to the dark place where it leads.  --Erica Jong";
msg[14] = "Use what talents you possess: the woods would be very silent if no birds sang there except those that sang best.  --Henry Van Dyke";
msg[15] = "The artist is nothing without the gift, but the gift is nothing without work.  --Emile Zola (1840--1902) ";
msg[16] = "Imagination is the highest kite one can fly.  --Lauren Bacall ";
msg[17] = "I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world.  --Albert Einstein";
msg[18] = "It is the common wonder of all men, how among so many millions of faces there should be none alike.  --Sir Thomas Browne, Religio Medici (pt. II, sec. II) ";
msg[19] = "There's no art to find the mind's construction in the face.  --William Shakespeare, Macbeth ";
msg[20] = "Life beats down & crushes the soul, and art reminds you that you have one.  --Stella Adler";
msg[21] = "Every artist dips his brush in his own soul, and paints his own nature into his pictures.  --Harriet Beecher";
msg[22] = "Art is not a handicraft, it is the transmission of feeling the artist has experienced.  --Leo Tolstoy";
msg[23] = "A hunch is creativity trying to tell you something. --author unknown";
msg[24] = "Those who danced were thought to be quite insane by those who could not hear the music.  --Angela Monet";
msg[25] = "I'd rather taste blood flowing from a sudden slash, than cut all day with blunt scissors on dotted lines like the teach told. --Adrienne Rich, On Edges";
msg[26] = "Normal is not something to aspire to, it's something to get away from.  --Jodi Foster";
msg[27] = "There is nothing better than the encouragement of a good friend.  --Katherine Butler Hathaway ";
msg[28] = "An artist cannot fail; it is a success to be one.  --Charles Horton Cooley";
msg[29] = "I saw the angel in the marble and carved until I set him free.  --Michelanglo";
msg[30] = "I found I could say things with color and shapes that I couldn't say any other way...things I had no words for.  --Georgia O'Keefe";
msg[31] = "Art is a passion, or it is nothing.  --Robert Fry";


function writeTip() { 
document.write(msg[today]);
}
