var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Moyes: Ban won't affect Ferguson - FOXSports.com
";
arnews[0] += "Everton boss David Moyes does not believe Manchester United counterpart Sir Alex Ferguson's touchline ban will have any effect on him. He also criticised the Football Association's procedures in determining punishments for managers and the selection ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:32:00 GMT";
arnews[0] += "
";
arnews[1]="SCHOLES WANTS FERGIE TO STAY - Football365.com
";
arnews[1] += "Paul Scholes is hoping Manchester United manager Sir Alex Ferguson will stay in charge at Old Trafford for \"a long time to come\". Ferguson has recently marked 23 years at the United helm and the guessing game persists as to when the Scot will step ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:18:00 GMT";
arnews[1] += "
";
arnews[2]="Don't get Fergie started - Chicago Sun-Times
";
arnews[2] += "Things reportedly got a little testy backstage at ''Saturday Night Live'' this weekend when Fergie spied a couple of copies of People magazine -- featuring the cover story about her hubby Josh Duhamel's alleged fling with that stripper. Fergie, on ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 10:53:00 GMT";
arnews[2] += "
";
arnews[3]="Fergie stands by hubby despite stripper allegations - Newstrack India
";
arnews[3] += "Melbourne, Nov 21 (ANI): Fergie is trying hard to save her 11-month-marriage with Josh Duhamel by supporting him over allegations that he had a one-night stand with a stripper. Exotic dancer Nicole Forrester, 34, alleges that the actor seduced her ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[3] += "
";
arnews[4]="Fergie: Wayne will have to wait - The Sun
";
arnews[4] += "England coach Fabio Capello handed the skipper's armband to Rooney for the friendly defeat to Brazil last week. But United boss Alex Ferguson prefers a more experienced player to lead his sides and insists Rooney must bide his time. You need Flash ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:27:00 GMT";
arnews[4] += "
";
arnews[5]="Scholes urges Fergie to carry on and on - Soccerway
";
arnews[5] += "Manchester United midfielder Paul Scholes controls the ball during a training session in Milan, February 2009. Scholes has urged Manchester United manager Alex Ferguson to shelve any thoughts of retirement and continue in the job for as long as he ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:41:00 GMT";
arnews[5] += "
";
arnews[6]="Fergie slams FA over Rooney - SkySports
";
arnews[6] += "The Manchester United chief is renowned for looking after his stars, and he makes sure his prized assets like Rooney are not free to speak to the media unless he gives his approval. But Ferguson is furious as he feels that Rooney is the man used over ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:23: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("