var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Francesco Totti & Daniele De Rossi Return For Roma - Report - goal.com
";
arnews[0] += "According to Il Corriere Dello Sport , both players are expected to return to Trigoria. Moreover, they could make the weekend clash against Bari. De Rossi should be discharged from the Gemelli Hospital in Rome on Tuesday after suffering from renal ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 12:25:00 GMT";
arnews[0] += "
";
arnews[1]="Alberto Aquilani will light up Liverpool's season, says former Roma ... - Daily Mail
";
arnews[1] += "Roma captain Francesco Totti is backing Alberto Aquilani to make up for lost time and be a big hit at Anfield. Liverpool paid £20million for Aquilani in the summer but the Italy midfielder is only now reaching full fitness after recovering from ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:03:00 GMT";
arnews[1] += "
";
arnews[2]="Carlo Mazzone Backs Francesco Totti For Italy World Cup Squad - Goal.com
";
arnews[2] += "\"Totti? Francesco at Roma has always been decisive. I don't think in six or seven months he will turn into an old man,\" he told RadioKissKiss on Wednesday. Mazzone helped launched the career of 'Er Pupone' as coach of the Giallorossi in the mid-1990s ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:50:00 GMT";
arnews[2] += "
";
arnews[3]="PREVIEW: Big boys are back as Serie A resumes - Earthtimes
";
arnews[3] += "Rome - Veteran stars Alessandro Del Piero and Francesco Totti lead a pack of Serie A footballers ready to return after long injury lay-offs. When the league resumes Saturday after a round of international games, Juventus captain Del Piero, 35, hopes ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:02:00 GMT";
arnews[3] += "
";
arnews[4]="Football's worst injustices - CNN
";
arnews[4] += "(CNN) -- France striker Thierry Henry's handled assist broke Irish hearts in Paris on Wednesday night, denying Giovanni Trapattoni's team a spot in World Cup 2010. It has also opened the debate once more over the quality of officiating in football ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:44:00 GMT";
arnews[4] += "
";
arnews[5]="Totti: Aquilani has got it Al - The Sun
";
arnews[5] += "ITALY legend Francesco Totti believes Liverpool's Alberto Aquiliani can be one of the best midfielders in the world. Striker Totti played alongside Aquliani for seven years at Roma before his £20million move to Merseyside in the summer. And he ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:30: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("