var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Injured Beckham expects to play MLS Cup final - Kickoff
";
arnews[0] += "Beckham, who has won multiple English Premiership titles with Manchester United and a Spanish League title with Real Madrid, will be playing for the MLS championship for the first time with the Galaxy. Beckham, speaking to reporters after the team ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:38:00 GMT";
arnews[0] += "
";
arnews[1]="I would have hit striker Thierry Henry for 'handball goal': Cantona - IndiaTimes
";
arnews[1] += "LONDON: Football legend Eric Cantona has said that he would have hit striker Thierry Henry if he was one of the Republic of Ireland players cheated of their World Cup spot. The former France and Manchester United star said: \"What shocks me the most ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[1] += "
";
arnews[2]="Manchester United Need Jonny Evans to Have the Nemanja Vidic Effect - Bleacherreport.com
";
arnews[2] += "Most casual observers of Premier League football attribute Manchester United's trilogy of consecutive championships to be largely based on an ingredient no longer present: Cristiano Ronaldo. But it's intellectual evasion to simply attribute anything ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT";
arnews[2] += "
";
arnews[3]="Man Utd v Everton - BBC Sport
";
arnews[3] += "Nemanja Vidic (calf) is in line to return to the Manchester United defence for Saturday's showdown with Everton. However, Gary Neville is suspended with John O'Shea (ankle) and Jonny Evans (calf) rated doubtful. Everton trio Phil Neville, Leon Osman ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:04:00 GMT";
arnews[3] += "
";
arnews[4]="Record-breaking Berbatov dreams of Champions League glory - MoneyControl.com
";
arnews[4] += "Bulgaria captain Dimitar Berbatov has set his sights on winning the Champions League after breaking his country's goal-scoring record. The 28-year-old Manchester United striker became Bulgaria's leading scorer after netting twice in a 4-1 friendly ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[4] += "
";
arnews[5]="MANCHESTER UNITED BOSS SIR ALEX FERGUSON THINKS PLAYERS ARE TOO ... - Daily Star
";
arnews[5] += "SIR ALEX FERGUSON has accused modern players of being spoiled superstars. Ferguson is one of the few managers who has bridged the gap since the emergence of the multi-millionaire player. However, the Manchester United boss admits the toughest ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:56: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("