<!-- Beginning of JavaScript -
var thissize=11
var textfont="Arial"

var textcolor= new Array()
textcolor[0]="777777"
textcolor[1]="777777"
textcolor[2]="777777"
textcolor[3]="777777"

var message = new Array()
message[0]="<span class='news'>Awarded <a href='../partners/our_clients.html' class='newslink'>Matrix quality standard</a> for information advice and guidance services.</span>"
message[1]="<span class='news'><a href='../candidates/education.html' class='newslink'>Teaching Assistant</a> programme for black and ethnic minorities nominated Most Inspirational Project by LDA, the mayor's agency for business and jobs.</span>"
message[2]="<span class='news'><a href='../about/news.html' class='newslink'>New Employment & Training</a> department created - merges recruitment services with our funded skills training programmes.</span>"
message[3]="<span class='news'>Proud <a href='../about/news.html' class='newslink'>sponsors</a> of young Olympic hopeful, yachtsman Adam Bermingham.</span>"

var i_blurstrength=20
var i_message=0
var i_textcolor=0

function blurtext() {		
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurpit1' style='position:absolute;visibility:visible;width:400px;top:0px;left:0px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("blurtext()",60)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
blurthis.innerHTML="<span id='blurit1' style='position:absolute;visibility:visible;width:400px; top:0px;left:0px;filter:blendTrans(duration=4.2);font-family:"+textfont+";font-size:"+thissize+"pt;color:000000'>"+message[i_message]+"</span>";
i_message++
if (i_message>=message.length){i_message=0}
i_blurstrength=20
i_textcolor=0
clearTimeout(timer)
var timer=setTimeout("blurtext()",5000)
}
}	
}
// - End of JavaScript - -->