/*********************************************** * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ var delay = 5000; //set delay between message change (in miliseconds) var maxsteps=30; // number of steps to take to change from start color to endcolor var stepdelay=40; // time in miliseconds of a single step //**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect var startcolor= new Array(255,255,255); // start color (red, green, blue) var endcolor=new Array(0,0,0); // end color (red, green, blue) var fcontent=new Array(); begintag='
Latest News: '; //set opening tag, such as font declarations fcontent[0]= 'Liverpool faces up to the pain of cuts'; fcontent[1]= 'Isle of Wight Council care cuts unlawful'; fcontent[2]= 'Legal aid cuts \'will stop the most vulnerable getting justice\' says report'; fcontent[3]= 'DoE to fund £3m programme to build sector capacity in youth mental health'; fcontent[4]= 'Cuts to housing support ‘will put vulnerable at risk’'; fcontent[5]= 'Coalition cuts force £10bn in public sector savings'; fcontent[6]= 'Children\'s bereavement charity grieves as spending cuts sink Noah\'s Ark Trust '; fcontent[7]= 'Lottery £50m to shelter VCS from funding cuts'; closetag='
';