var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sir Alex Ferguson: Manchester United's Wayne Rooney Will Not Repeat ... - goal.com
";
arnews[0] += "Manchester United striker Wayne Rooney will have to be patient before he gets the chance to be club captain. England manager Fabio Capello last week handed Rooney the armband for the friendly with Brazil in Qatar and despite Sir Alex Ferguson twice ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:44:00 GMT";
arnews[0] += "
";
arnews[1]="Wayne Rooney is too young to be Manchester United captain, says Sir ... - Daily Mail
";
arnews[1] += "Wayne Rooney may have led out his country against Brazil in Doha last weekend, but Sir Alex Ferguson has told the Manchester United striker that he is not yet ready to captain his club. The Old Trafford boss also risked opening up another rift in his ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[1] += "
";
arnews[2]="Wayne Rooney will be a future Manchester United captain, says Sir Alex ... - Daily Telegraph
";
arnews[2] += "Captain fantastic: Sir Alex Ferguson says Wayne Rooney has all the qualities needed to become a future captain of Manchester United Photo: GETTY IMAGES When Manchester United meet Everton on Saturday evening, it offers another high-profile chance for ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[2] += "
";
arnews[3]="Ferguson blasts FA over Rooney - espnstar.com
";
arnews[3] += "Sir Alex Ferguson has attacked the Football Association over their handling of Wayne Rooney. Notoriously distrustful of the media, Ferguson has had both Nani and Ben Foster making sheepish visits to his office to clarify comments made in interviews ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:11:00 GMT";
arnews[3] += "
";
arnews[4]="Wayne Rooney treats Coleen to another night out after son's birth ... - Daily Mail
";
arnews[4] += "Coleen and Wayne Rooney enjoyed their first night out together since the birth of their baby son last night. For Coleen it was a case of Groundhog Day, as the new mother dragged Wayne along to see her favourite artist Beyonce for the second time in a ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:07:00 GMT";
arnews[4] += "
";
arnews[5]="Bolton manager Gary Megson living in Sam Allardyce shadow - Daily Star
";
arnews[5] += "Meanwhile, Ferguson believes that Foster’s club and international team-mate Wayne Rooney is a future United captain. Rooney led England against Brazil and Ferguson says he has the potential to lead United. He said: “Top players can take ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[5] += "
";
arnews[6]="Manchester United refuse to consider loaning out 'inexperienced' Ben ... - The Guardian
";
arnews[6] += "Manchester United's goalkeeper Ben Foster on his last first-team appearance for United, when he conceded two goals against Sunderland. Photograph: Matthew Peters/Man Utd via Getty Images Foster said after England's defeat by Brazil in Qatar that it ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 01:21:00 GMT";
arnews[6] += "
";
arnews[7]="Thankfully, 'Dinosaur Dad' Wayne Rooney one of dying breed - Edinburgh News
";
arnews[7] += "DINOSAURS do still walk the earth, it seems – or at least dinosaur dads do. When new dad Wayne Rooney proudly announced that he had still not changed a nappy 10 days after the birth of his son, Kai, there were sharp intakes of breath all round ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT";
arnews[7] += "
";
arnews[8]="FERGIE UNHAPPY OVER ROONEY EXPOSURE - Football365.com
";
arnews[8] += "Sir Alex Ferguson has attacked the Football Association over their handling of Wayne Rooney. Notoriously distrustful of the media, Ferguson has had both Nani and Ben Foster making sheepish visits to his office to clarify comments made in interviews ...";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 22:44:00 GMT";
arnews[8] += "
";
totcount = 9;
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("