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

quote[0] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Co-operate Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Music and Poetry: Thunderstorm:</b><br><br> In a small circle the leader passes round rapidly the sound of her two hands being rubbed together, and everyone does this in turn; this is for rain.  Then clicking of the fingers all the way round for hail, then stamping of the feet for thunder and finally back to the clicks, getting slower and slower and then only the hand rubbing until the storm is over.</FONT>";

quote[1] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Co-operate Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Non-verbal communication: Circle Squeeze or Telegraph: </b><br><br> Clasping hands in a circle send a message of squeezes round, eg. Two long squeezes and three little ones.  Later have two messages going in different directions. This can also be played with winks and nudges!</FONT>";


quote[2] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Let's Co-operate Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Co-operative games: Mirroring: </b><br><br> Facing your partner and doing exactly the same things; in the end no one is leading and there can be perfect synchronism.  This can also be done with puppets and also as a group, either with partners facing each other in two long rows or the whole group mirroring one person or in fours with two couples mirroring each other.</FONT>";



now=new Date()

num=(now.getSeconds())%3

document.write(quote[num])