function makeArray(n) {
     this.length = n;
     return this;
}

spreukDB = new makeArray(32)
spreukDB[0] = '';
spreukDB[1] = 'There is nothing like returning to a place that remains unchanged to find the ways in which you yourself have altered.</p><br /><p align=right><i>Nelson Mandela</i></p>';
spreukDB[2] = 'Love is when the desire to be desired takes you so badly that you feel you could die of it.</p><br /><p align=right><i>Henri Toulouse Lautrec</i></p>';
spreukDB[3] = 'The true work of art is but a shadow of the divine perfection.</p><br /><p align=right><i>Michelangelo</i></p>';
spreukDB[4] = 'Art is much less important than life, but what a poor life without it.</p><br /><p align=right><i>Robert Motherwell</i></p>';
spreukDB[5] = 'Painting is so poetic, while sculpture is more logical and scientific and makes you worry about gravity.</p><br /><p align=right><i>Damien Hirst</i></p>';
spreukDB[6] = 'You come to nature with all her theories, and she knocks them all flat.</p><br /><p align=right><i>Pierre Auguste Renoir</i></p>';
spreukDB[7] = 'I am still far from being what I want to be, but with God\'s help I shall succeed.</p><br /><p align=right><i>Vincent van Gogh</i></p>';
spreukDB[8] = 'Where the spirit does not work with the hand there is no art.</p><br /><p align=right><i>Leonardo Da Vinci</i></p>';
spreukDB[9] = 'Have no fear of perfection, you\'ll never reach it.</p><br /><p align=right><i>Salvador Dali</i></p>';
spreukDB[10] = 'My garden is my most beautiful masterpiece.</p><br /><p align=right><i>Claude Monet</i></p>';
spreukDB[11] = 'The habit of ignoring Nature is deeply implanted in our times. This attitude reminds me of people who never look you in the eye; I find them disturbing and always have to look away.</p><br /><p align=right><i>Marc Chagall</i></p>';
spreukDB[12] = 'People want to find a "meaning" in everything and everyone. That\'s the disease of our age, an age that is anything but practical but believes itself to be more practical than any other age.</p><br /><p align=right><i>Pablo Picasso</i></p>';
spreukDB[13] = 'Everyone reaches a point in their life where they must either change or cease.</p><br /><p align=right><i>Brett Whiteley</i></p>';
spreukDB[14] = 'The most beautiful thing we can experience is the mysterious. It is the source of all true art and science.</p><br /><p align=right><i>Albert Einstein</i></p>';
spreukDB[15] = 'True art takes note not merely of form but also of what lies behind.</p><br /><p align=right><i>Mahatma Gandhi</i></p>';
spreukDB[16] = 'I feel that the essence of spiritual practice is your attitude toward others. When you have a pure, sincere motivation, then you have right attitude toward others based on kindness, compassion, love and respect.</p><br /><p align=right><i>14th Dala Lamai</i></p>';
spreukDB[17] = 'The life which is not examined is not worth living.</p><br /><p align=right><i>Plato</i></p>';
spreukDB[18] = 'There\'s no retirement for an artist, it\'s your way of living so there\'s no end to it.</p><br /><p align=right><i>Henry Moore</i></p>';
spreukDB[19] = 'Figuring out our gifts in life is part of our journey to becoming enlightened human beings.</p><br /><p align=right><i>Allison DuBois</i></p>';
spreukDB[20] = 'I have a deep respect and love for these tiny humans, and I hope to convey in my images a measure of the beauty that exists in all children.</p><br /><p align=right><i>Anne Geddes</i></p>';
spreukDB[21] = 'I tell you, the more I think, the more I feel that there is nothing more truly artistic than to love people.</p><br /><p align=right><i>Vincent van Gogh</i></p>';
spreukDB[22] = 'I mean, probably the only true escape is death, but even that is that undiscovered country from whose bond, you know, no traveler returns.</p><br /><p align=right><i>Maya Angelou</i></p>';
spreukDB[23] = 'Nature is not only all that is visible to the eye.. it also includes the inner pictures of the soul.</p><br /><p align=right><i>Edvard Munch</i></p>';
spreukDB[24] = 'They always say time changes things, but you actually have to change them yourself. </p><br /><p align=right><i>Andy Warhol</i></p>';
spreukDB[25] = 'My biggest motivation? Just to keep challenging myself. I see life almost like one long University education that I never had - every day I\'m learning something new.</p><br /><p align=right><i>Richard Branson</i></p>';
spreukDB[26] = 'You see, in life, lots of people know what to do, but few people actually do what they know. Knowing is not enough! You must take action.</p><br /><p align=right><i>Anthony Robbins</i></p>';
spreukDB[27] = 'The Grand essentials of happiness are: something to do, something to love, and something to hope for.</p><br /><p align=right><i>Allan K. Chalmers</i></p>';
spreukDB[28] = 'Happiness depends upon ourselves.</p><br /><p align=right><i>Aristotle</i></p>';
spreukDB[29] = 'The key to realizing a dream is to focus not on success but significance - and then even the small steps and little victories along your path will take on greater meaning.</p><br /><p align=right><i>Oprah Winfrey</i></p>';
spreukDB[30] = 'The artist is a receptacle for emotions that come from all over the place; from the sky, from the earth, from a scrap of paper, from a passing shape, from a spider\’s web.</p><br /><p align=right><i>Pablo Picasso</i></p>';
spreukDB[31] = 'One can have no smaller or greater mastery than mastery of oneself.</p><br /><p align=right><i>Leonardo Da Vinci</i></p>';

var datum = new Date();
var txt = spreukDB[datum.getDate()];