var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Mancini salutes Vieira and Johnson
"; arnews[0] += "Carlos Tevez , from the penalty spot, and Emmanuel Adebayor scored the goals that secured the three points at Eastlands on Tuesday, but City also enjoyed terrific performances from two full debutants."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:04:14 GMT"; arnews[0] += "
"; arnews[1]="Captain Gerrard wary of 'wounded animal' Arsenal
"; arnews[1] += "London: Liverpool captain Steven Gerrard is expecting Arsenal to react like a 'wounded animal' when the teams meet in their Premier League clash at the Emirates Stadium today."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:54:17 GMT"; arnews[1] += "
"; arnews[2]="Man City close on top four with 2-0 Bolton win
"; arnews[2] += "Manchester City made ground in the battle for fourth place in the Premier League on Tuesday but looked a long way from Champions League material as they struggled to an forgettable 2-0 home win over Bolton Wanderers."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:48:04 GMT"; arnews[2] += "
"; arnews[3]="Manchester United were made stronger after defeat to Aston Villa says ONeill
"; arnews[3] += "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[3] += "
Publ.Date : Wed, 10 Feb 2010 06:46:13 GMT"; arnews[3] += "
"; arnews[4]="Fulham crush struggling Burnley
"; arnews[4] += "Fulham boosted their bid for a Europa League place with an emphatic 3-0 win over struggling Burnley at Craven Cottage on Tuesday."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:08:48 GMT"; arnews[4] += "
"; totcount = 5; 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("
");