// JavaScript Document
var quote = new Array();

quote[0] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Positive Childhood Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Expressing our emotions: Emotions in colour: </b><br><br> What colour do you associate with the various emotions?  Red for anger? Blue for sadness? Paint abstracts or pictures of the various emotions.  This is best done with large sheets of paper and powder paints for spontaneous expression.</FONT>";

quote[1] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Positive Childhood Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Promoting clear expression:</b><br><br> In pairs, one has a simple picture, preferably without people, and describes it accurately to the partner without disclosing its identity; the partner draws it.  For example, a circle at the top of the page, a wiggly line half way down across the page, below it a straight line across and below it different squares.  A landscape?  Alternatively, an object such as a box or pencil could be described and drawn.  How accurate was the drawing?</FONT>";

quote[2] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Positive Childhood Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Choose a treasure from nature: </b><br><br> Some treasures you can bring back, like a beautiful stone, autumn leaves or an intricate seed; if your treasure is a flower then draw it and colour it.  Say why you feel your choice is so precious.</FONT>";



now=new Date()

num=(now.getSeconds())%3

document.write(quote[num])