var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Match Pack: Aston Villa - manutd.com
"; arnews[0] += "Villa Park is historically a good ground for United, but Wednesday's visit will be a battle... Form guide: Unlike United (15 goals in the last four games), Villa haven’t been setting the world on fire recently. But Martin O’Neill’s men haven ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT"; arnews[0] += "
"; arnews[1]="Aston Villa vs. Manchester United - Soccerway
"; arnews[1] += "Manchester United take on Aston Villa with the chance of regaining top spot in the Premier League, With Chelsea travelling to Goodison Park to tackle Everton in one of the two late kick-off's on Wednesday evening, United can leapfrog Carlo Ancelotti ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT"; arnews[1] += "
"; arnews[2]="Manchester United were made stronger after defeat to Aston Villa, says ... - Daily Mail
"; arnews[2] += "Aston Villa boss Martin O'Neill believes Manchester United returned stronger after Villa ended one of the worst records in football by winning at Old Trafford for the first time in 26 years earlier this season. He said: 'I'm sure they are (stronger ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT"; arnews[2] += "
"; arnews[3]="Brian Little: Martin O'Neill has transformed Aston Villa into a top ... - goal.com
"; arnews[3] += "Villa are currently three points behind fourth placed Liverpool, but have a game in hand as they play host to Manchester United on Wednesday. They will play the Red Devils again at Wembley in the final of the League Cup later this month. Little said ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:57:00 GMT"; arnews[3] += "
"; arnews[4]="Are Manchester United Overly Dependent On Wayne Rooney? - Bleacherreport.com
"; arnews[4] += "Manchester United go into their midweek clash against Aston Villa, a mere two points behind Chelsea. The Red Devils are in fine form ahead of the game and have picked up comprehensive victories against Burnley, Hull, Arsenal and Portsmouth in their ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT"; arnews[4] += "
"; arnews[5]="ASTON VILLA v Manchester United: Emile Heskey in fitness race to face ... - Daily Mail
"; arnews[5] += "Aston Villa striker Emile Heskey is struggling to be fit for the home Barclays Premier League clash with Manchester United . Heskey suffered a groin injury during Saturday's goalless draw at Tottenham and, although a scan revealed no major damage ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:48:00 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("
");