/*********************************************** * 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]= 'Need to cut deficit supported, suggests poll'; fcontent[1]= 'Big society threatened by lack of volunteers'; fcontent[2]= 'Coalition cuts amount to \'war on equality\' says Ken Livingstone'; fcontent[3]= 'charities \'abandon\' 100,000 new homes plans '; fcontent[4]= 'George Osborne\'s cuts will stop us tackling fraud claims, says charity chief'; fcontent[5]= 'Scope warns cuts will further marginalise disabled people'; fcontent[6]= 'Hedging against currency risk \'can save charities money\''; fcontent[7]= 'Ministers told to prove impact of budget cuts on poor was assessed'; closetag='
';