var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Juventus Have Won 29 Scudetti, Not 27 - Fabio Cannavaro - Goal.com
";
arnews[0] += "Juventus defender Fabio Cannavaro believes that the Bianconeri have won 29 Scudetti, instead of the 27 officially credited to the club. Having been a part of the 2004/05 and 2005/06 season-winning teams, Cannavaro feels that the players still gave it ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:42:00 GMT";
arnews[0] += "
";
arnews[1]="Calls For Antonio Cassano's Inclusion In Italy Squad Are Disrespectful ... - Goal.com
";
arnews[1] += "Lippi has admitted that he was hurt by the jeers, and Fabio Cannavaro has sided with the national coach as he believes the whistles are disrespectful towards those who are in the squad. \"Antonio is a great guy and a strong player, but Lippi's ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:29:00 GMT";
arnews[1] += "
";
arnews[2]="Italy beats Sweden 1-0 in friendly - ESPN.com
";
arnews[2] += "Italy coach Marcello Lippi sent home Gianluigi Buffon, Fabio Cannavaro, Gianluca Zambrotta and Andrea Pirlo after Saturday's 0-0 draw with the Netherlands. Sweden was without forward Zlatan Ibrahimovic, who is taking a break from the national team.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:56:00 GMT";
arnews[2] += "
";
arnews[3]="Long list of absences for Italy-Sweden friendly - FOXSports.com
";
arnews[3] += "ROME (AP) - Italy's friendly with Sweden on Wednesday may be remembered more for the players missing than the match's participants. Italy coach Marcello Lippi sent home Gianluigi Buffon, Fabio Cannavaro, Gianluca Zambrotta and Andrea Pirlo after ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:02:00 GMT";
arnews[3] += "
";
arnews[4]="Chiellini heads Italy to victory - UEFA
";
arnews[4] += "Having allowed Gianluigi Buffon, Fabio Cannavaro, Gianluca Zambrotta and Andrea Pirlo to return to their clubs following Saturday's draw with the Netherlands, Marcello Lippi gave Davide Biondini and Antonio Candreva their second caps and started with ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:39:00 GMT";
arnews[4] += "
";
arnews[5]="Cannavaro: France "lacked decency" - espnstar.com
";
arnews[5] += "Italy captain Fabio Cannavaro has blasted France for their lack of fair play in the controversial 1-1 draw with Ireland. France striker Thierry Henry twice handled the ball before passing to teammate William Gallas to score the goal that knocked ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:05: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("