<!-- Begin
//slider's width
var swidth=680

//slider's height
var sheight=150

//slider's speed
var sspeed=4

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()
singletext[0]='<div align="center"><a href="http://www.tes.co.uk/article.aspx?storycode=6142341"target="_blank">Higher offers for top pupils are fair, insist universities</a>'
singletext[1]='<div align="center"><a href="http://www.telegraph.co.uk/education/secondaryeducation/8940824/Exam-boards-record-number-of-A-levels-marked-up-amid-scramble-for-university-places.html"target="_blank">Exam boards: record number of A-levels marked up amid scramble for university places</a>'
singletext[2]='<div align="center"><a href="http://www.thesundaytimes.co.uk/sto/news/uk_news/Education/article849535.ece"target="_blank">An A and two B\'s may spell failure</a>'
singletext[3]='<div align="center"><a href="http://www.independent.co.uk/news/education/education-news/private-schools-voice-lack-of-confidence-in-exams-system-6274831.html"target="_blank">Private schools voice lack of confidence in exams system</a>'
singletext[4]='<div align="center"><a href="http://www.isc.co.uk/publication_4_0_0_26_1018.htm"target="_blank">Parents view independent schools more favourably than ever, survey finds</a>'
singletext[5]='<div align="center"><a href="http://www.hmc-blog.blogspot.com/"target="_blank">HMC Schools success at the Independent School Awards 2011</a>'
singletext[6]='<div align="center"><a href="http://www.hmc-blog.blogspot.com/"target="_blank">UCAS Admissions Process Review: HMC response</a>'
singletext[7]='<div align="center"><a href="http://www.thetimes.co.uk/tto/education/article3211324.ece"target="_blank">For and against change: University Application Process</a>'
singletext[8]='<div align="center"><a href="http://www.telegraph.co.uk/education/universityeducation/8841936/Top-universities-raising-A-level-entry-requirements.html"target="_blank">Top universities raising A-level entry requirements</a>'
singletext[9]='<div align="center"><a href="http://www.bbc.co.uk/news/education-15150382"target="_blank">Teaching \'better at school than university\'</a>'
singletext[10]='<div align="center"><a href="http://www.dailymail.co.uk/news/article-2043976/University-targets-penalise-best-schools-socially-engineering-admissions.html#ixzz1bnIdLp3a"target="_blank">University targets \'will penalise the best schools\'</a>'
singletext[11]='<div align="center"><a href="http://www.tes.co.uk/article.aspx?storycode=6118686"target="_blank">New HMC leader is full of praise for the state sector</a>'
singletext[12]='<div align="center"><a href="http://www.independent.co.uk/news/education/education-news/alevels-no-guide-to-best-students-says-professor--ac-grayling-2366176.html"target="_blank">A-levels no guide to best students, says Professor AC Grayling</a>'
singletext[13]='<div align="center"></div>'

//do not change anything below

if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",75)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",75)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",75)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",75)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",75)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",75)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
//  End -->


