var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Full Time: Fulham 3 Burnley 0
"; arnews[0] += "BURNLEY were unable to build on Saturday's win over West Ham United as they crashed to a heavy defeat at Fulham in the Premier League tonight."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:24:10 GMT"; arnews[0] += "
"; arnews[1]="Rio's the right man to lead England
"; arnews[1] += "There was really only going to be one outcome when England manager Fabio Capello sat down with John Terry to discuss his future."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:54:34 GMT"; arnews[1] += "
"; arnews[2]="'Benni can do better'
"; arnews[2] += "Benni McCarthy, who missed the second half of Saturday's English Premier League match against Burnley with an injury, should be fit to play for West Ham tonight against Birmingham City at Upton Park."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:37:56 GMT"; arnews[2] += "
"; arnews[3]="Fed-up Zola blasts back
"; arnews[3] += "FURIOUS Gianfranco Zola went to war with West Ham's owners last night as his future was plunged into doubt."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:19:30 GMT"; arnews[3] += "
"; arnews[4]="Manchester United were made stronger after defeat to Aston Villa says Martin ONeill
"; arnews[4] += "Aston Villa boss Martin O'Neill believes Manchester United returned stronger after Villa ended one of the worst records in football by winning atOld Trafford for the first time in 26 years earlier this season."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:05:42 GMT"; arnews[4] += "
"; arnews[5]="Famous Fulham Players- No 7 Frank Penn
"; arnews[5] += "Frank Penn 1919-34, 459 appearances, 52 goals Amazingly, Penn was at Fulham from 1915 until 1965, first as a player, then as assistant trainer, then chief trainer."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:05:24 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");