function playquotes()
{
//16
var ranNum= Math.round(Math.random() * 16);
if (ranNum == 0){document.write('Almost all creativity involves purposeful play.--Abraham Maslow'); } // quote1
if (ranNum == 1){document.write('Letting your mind play is the best way to solve problems. --Bill Watterson '); } // quote2
if (ranNum == 2){document.write('The opposite of play is not work. It\'s depression. --Brian Sutton-Smith'); } // quotes3
if (ranNum == 3){document.write('The debt we owe to the play of imagination is incalculable. --Carl Gustav Jung '); } // quote4
if (ranNum == 4){document.write('People tend to forget that play is serious. --David Hockney'); } // quote5
if (ranNum == 5){document.write('Play is our brain\'s favorite way of learning. --Diane Ackerman'); } // quote6
if (ranNum == 6){document.write('Play has been man\'s most useful preoccupation. --Frank Caplan'); } // quote7
if (ranNum == 7){document.write('Children learn and develop while they are playing. --Fraser Brown'); } // quote8
if (ranNum == 8){document.write('Whoever wants to understand much must play much. --Gottfried Benn'); } // quote9
if (ranNum == 9){document.write('Creative play is like a spring that bubbles up from deep within a child. --Joan Almon'); } // quote10
if (ranNum == 10){document.write('Culture arises and unfolds in and as play. --Johan Huizing'); } // quote11
if (ranNum == 11){document.write('Deep meaning lies often in childish play. --Johann Friedrich von Schiller'); } // quote12
if (ranNum == 12){document.write('If you want creative workers, give them enough time to play. --John Cleese '); } // quote13
if (ranNum == 13){document.write('In our play we reveal what kind of people we are. --Ovid'); } // quote14
if (ranNum == 14){document.write('Life must be lived as play. --Plato'); } // quote15
if (ranNum == 15){document.write('The more I want to get something done, the less I call it work. --Richard Bach'); } // quote16
if (ranNum == 16){document.write('Play keeps us fit physically and mentally. --Stuart Brown, M.D.'); } // quote17
}

