﻿// JScript File

//Visit http://www.yaldex.com/ for full source code
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;
var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "Every blade of grass has it's Angel that bends over it and whispers, 'Grow, Grow'. (The Talmud)";
quotes[2] = "What we play is life. (Louis Armstrong)";
quotes[3] = "A mind too active is no mind at all. (Theodore Roethke)";
quotes[4] = "Inspiration may be a form of superconciousness, or prehaps or subconciousness, I wouldn't know.  But I am sure it is the antithesis of self-consciousness (Aaron Copland)";
quotes[5] = "At the height of laughter, the universe is flung into a kaleidoscope of new possibilities. (Jean Houston)";
quotes[6] = "Every child is an artist.  The problem is how to remain an artist once [she] grows up. (Pablo Picasso)";
quotes[7] = "We have been taught to believe that negative equals realistic and positive equals unrealistic. (Susan Jeffers)";
quotes[8] = "To live a creative life we must lose our fear of being wrong. (Joseph Chilton Pearce)";
quotes[9] = "Painting is an attempt to come to terms with life.  There are as many solutions as there are human beings. (George Tooker)";
quotes[10] = "Go confidently in the direction of your dreams.  Live the life you've imagined. As you simplify your life, the laws of the universe will be simpler. (Henry David Thoreau)";
quotes[11] = "Every time we say Let there be, in any form, something happens. (Stella Terrill Mann)";
quotes[12] = "Undoubtedly, we become what we envisage. (Claude M. Bristol)";
quotes[13] = "To know what you prefer instead of humbly saying Amen to what the world tells you you ought to prefer, is to have kept your soul alive. (Robert Louis Stevenson)";
quotes[14] = "Every time you don't follow your inner guidance, you feel a loss of energy, loss of power, a sense of spiritual deadness. (Shakti Gawain)";
quotes[15] = "I shut my eyes in order to see. (Paul Gauguin)";
quotes[16] = "Eliminate something superfluous from your life.  Break a habit.  Do something that makes you feel insecure. (Piero Ferrucci)";
quotes[17] = "It is not because things are difficult that we do not dare; it is because we do not dare that they are difficult. (Seneca)";
quotes[18] = "We are always doing something, talking, reading, listening to the radio, planning what next.  The mind is kept naggingly busy on some easy, unimportant external thing all day. (Brenda Ueland)";
quotes[19] = "One does not discover new lands without consenting to lose sight of the shore for a very long time. (Andre Gide)";
quotes[20] = "We cannot escape fear.  We can only transform it into a companion that accompanies us on all our exciting adventures....Take a risk a day-one small or bold stroke that will make you feel great once you have done it. (Susan Jeffers)";
quotes[21] = "Shoot for the moon.  Even if you miss it you will land among the stars. (Les Brown)";
quotes[22] = "Trust in your self.  Your perceptions are often far more accurate than you are willing to believe. (Claudia Black)";
quotes[23] = "When you start a painting, it is somewhat outside you.  At the conlcusion, you seem to move inside the painting.  (Fernando Botero)";
quotes[24] = "Surround yourself with people who respect and treat you well. (Claudia Black)";
quotes[25] = "Trust that still, small voice that says, This might work and I'll try it. (Diane Mariechild)";
quotes[26] = "A wise [person] will make more opportunities than he finds. (Francois Bacon)";
quotes[27] = "Man can learn nothing except by going from the known to the unknown. (Claude Bernard)";
quotes[28] = "Life shrinks or expands in proportion to one's courage. (Anais Nin)";
quotes[29] = "Learning is movement from moment to moment. (J Krishnamurti)";
quotes[30] = "The life which is not examined is not worth living. (Plato)";
quotes[31] = "He who knows others is wise; he who knows himself is enlightened. (Lao-Tzu)";
