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

quote[0] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Freedom from Bullying Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Activities about being special: </b><br><br> My own leaf: Collect a number of differently shaped leaves (or perhaps a fruit like oranges) and in autumn the leaves can be of various colours.  Look at your leaf very carefully and then they will be mixed up and displayed for their owners to retrieve them.  This is more difficult with oranges, but it is amazing how children can identify tiny characteristics, just like the leaves and oranges we all have our special features.</FONT>";

quote[1] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Freedom from Bullying Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Co-operativities: </b><br><br> Small groups are set a task such as the joint building of a tower, a church or a house and are provided with lots of newspaper and some sticky tape.  They will have to consult each other before beginning as to how to set about it.  They might decide to choose a different model such as a boat, aeroplane or lighthouse and their combined initiative will be more meaningful if they themselves have all agreed on what they should do.</FONT>";

quote[2] = "<FONT face=ARIAL size=3 color=#30D5C8><b>Freedom from Bullying Extract:</b></font><br><br><FONT face=ARIAL size=2 color=#006><b>Activities dealing with conflicts: </b><br><br>Think of a conflict; how do you react? Those who want to can share their conflict and their reaction with the rest of the group.  Contributions can be listed on the flip chart, and solutions brain-stormed.</FONT>";


now=new Date()

num=(now.getSeconds())%3

document.write(quote[num])