var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Are Manchester United Overly Dependent On Wayne Rooney? - Bleacherreport.com
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT";
arnews[0] += "
";
arnews[1]="Will Fergie Sacrifice Wayne Rooney Again? - Bleacherreport.com
";
arnews[1] += "In the fierce public relations war now raging in Red Manchester, the United board must feel that for the first time this season, it is gaining the upper hand. United may be crippled by a near £720 million debt but the impact of the financial tsunami ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:45:00 GMT";
arnews[1] += "
";
arnews[2]="Brown hails Rooney influence - ESPN.com
";
arnews[2] += "Wayne Rooney 's presence is enough to give Manchester United a lift such is the aura that has been built up around the England striker, according to club and international team-mate Wes Brown . GettyImages Wes Brown and Wayne Rooney : Manchester ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[2] += "
";
arnews[3]="Manchester United's Wayne Rooney Will Be Difficult To Contain - Aston ... - Goal.com
";
arnews[3] += "Aston Villa manager Martin O'Neill has conceded that Wayne Rooney will be difficult to contain when Manchester United visit Villa Park on Wednesday. The former Everton striker is currently at the top of the goal scoring charts with 21 goals to his ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[3] += "
";
arnews[4]="Premier League Squad of the Month - ESPN Soccernet
";
arnews[4] += "Selecting the Squad of the Month for January has not been easy. The big guns are out in force and proving their worth in the second half of the season. These players come at a cost, which in turn makes balancing the budget even more difficult. No ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:42:00 GMT";
arnews[4] += "
";
arnews[5]="Rooney 'a pleasure to watch' - manutd.com
";
arnews[5] += "Wayne Rooney is on a roll with 15 goals in 15 games, but it’s not just fans that are enjoying watching him play – the free-scoring front man has left his own team-mates open-mouthed in amazement at his excellent recent form. Aston Villa are next ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:56:00 GMT";
arnews[5] += "
";
arnews[6]="Nani: I never wanted to leave - premierleague.com
";
arnews[6] += "Manchester United winger Nani has denied claims he was looking for a way out of Old Trafford. The in-form Portuguese star has been back in the side in recent weeks after finding himself on the sidelines. There had been rumours that Nani had grown ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:18:00 GMT";
arnews[6] += "
";
totcount = 7;
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("