



        //scroller width
        var swidth=240

        //scroller height
        var sheight=120

        //background color
        var sbcolor=''

        //scroller's speed
        var sspeed=1

        var msg=''

        //Your messages go below:


        msg='<table width=100% border=0 cellspacing=0 cellpadding=0>'+
        
        '<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>Royal support for restorative approaches in schools   ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>2012 Celebrations - Good news for Transforming Conflict from the RJC ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>THE number of times violent or abusive pupils have been suspended from state schools in Glasgow has plummeted by 53% in the past four years to its lowest ever level. ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>Transforming Conflict offers unique package of training to YOS  ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>Finnish schools begin to implement restorative approaches  ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>Belinda Hopkins&#039; groundbreaking new book &#039;The Restorative Classroom&#039; is out now! ...<a href="http://www.optimus-education.com/restorative-classroom-using-restorative-approaches-foster-effective-learning-569">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>New pioneering film illustrating the whole–school restorative approach ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>The Second International Congress on Mediation &amp; Restorative Justice ...<a href="http://www.transformingconflict.org/news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b> Transforming Conflict working in partnership with educators in Romania ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>New government research report advocating restorative approach to bullying ...<a href="https://www.education.gov.uk/publications/RSG/AllRsgPublications/Page1/DFE-RR098">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>NCB encouraging use of full range of restorative approaches in residential child care. ...<a href="residential_child_care.php#NCB residential">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>We are conducting a national survey on restorative approaches in UK schools - we need your help ...<a href="http://www.restorativeschoolsurvey.co.uk/">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+'<tr><td width=1% valign=top></td>'+
                        '<td valign=top class=NewsHeader><b>We keep you informed of the latest research, useful resources, conferences that may interest you and anything else we hope will help you in developing your restorative approach ...<a href="news.php">more</a></td></tr>'+
                        '<tr><td height=20> </td></tr>'+
        '</table>';

        //End of your messages


        //-- end Parameters-->
        //-- begin: Scroller's Algorithm -->

        var resumesspeed=sspeed
        function start(){
        if (document.all) iemarquee(slider);
        else if (document.getElementById)
        ns6marquee(document.getElementById('slider'));
        else if(document.layers)
        ns4marquee(document.slider1.document.slider2);
        }
        function iemarquee(whichdiv){
        iediv=eval(whichdiv)
        iediv.style.pixelTop=sheight
        iediv.innerHTML=msg
        sizeup=iediv.offsetHeight
        ieslide()
        }
        function ieslide(){
        if (iediv.style.pixelTop>=sizeup*(-1)){
        iediv.style.pixelTop-=sspeed
        setTimeout("ieslide()",100)
        }
        else{
        iediv.style.pixelTop=sheight
        ieslide()
        }
        }
        function ns4marquee(whichlayer){
        ns4layer=eval(whichlayer)
        ns4layer.top=sheight
        ns4layer.document.write(msg)
        ns4layer.document.close()
        sizeup=ns4layer.document.height
        ns4slide()
        }
        function ns4slide(){
        if (ns4layer.top>=sizeup*(-1)){
        ns4layer.top-=sspeed
        setTimeout("ns4slide()",100)
        }
        else{
        ns4layer.top=sheight
        ns4slide()
        }
        }
        function ns6marquee(whichdiv){
        ns6div=eval(whichdiv)
        ns6div.style.top=sheight
        ns6div.innerHTML=msg
        sizeup=ns6div.offsetHeight
        ns6slide()
        }
        function ns6slide(){
        if (parseInt(ns6div.style.top)>=sizeup*(-1)){
        ns6div.style.top=parseInt(ns6div.style.top)-sspeed
        setTimeout("ns6slide()",100)
        }
        else{
        ns6div.style.top=sheight
        ns6slide()
        }
        }




var flashlinks=new Array()

function changelinkcolor(){
for (i=0; i< flashlinks.length; i++){
var flashtype=document.getElementById? flashlinks[i].getAttribute("flashtype")*1 : flashlinks[i].flashtype*1
var flashcolor=document.getElementById? flashlinks[i].getAttribute("flashcolor") : flashlinks[i].flashcolor
if (flashtype==0){
if (flashlinks[i].style.color!=flashcolor)
flashlinks[i].style.color=flashcolor
else
flashlinks[i].style.color=''
}
else if (flashtype==1){
if (flashlinks[i].style.backgroundColor!=flashcolor)
flashlinks[i].style.backgroundColor=flashcolor
else
flashlinks[i].style.backgroundColor=''
}
}
}

function init(){
var i=0
if (document.all){
while (eval("document.all.flashlink"+i)!=null){
flashlinks[i]= eval("document.all.flashlink"+i)
i++
}
}
else if (document.getElementById){
while (document.getElementById("flashlink"+i)!=null){
flashlinks[i]= document.getElementById("flashlink"+i)
i++
}
}
setInterval("changelinkcolor()", 500)
}

if (window.addEventListener)
window.addEventListener("load", init, false)
else if (window.attachEvent)
window.attachEvent("onload", init)
else if (document.all)
window.onload=init


