var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roma Captain Francesco Totti Agrees With Marco Materazzi In Winter ... - Goal.com
";
arnews[0] += "Agreeing with Inter defender Marco Materazzi , the Giallorossi striker believes that it is unfair for foreign players, as they do not get to enjoy the entire Christmas break, having to rush back in order to be available for matches. \"I read what ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[0] += "
";
arnews[1]="Francesco Totti set for Roma return - espnstar.com
";
arnews[1] += "Roma should be boosted by the return of captain Francesco Totti for Thursday's Coppa Italia semi-final against Udinese. Totti has been included in Claudio Ranieri's squad for the first-leg encounter at the Stadio Olimpico, having recovered from a ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 16:21:00 GMT";
arnews[1] += "
";
arnews[2]="Robbie Keane won't win the title with Celtic, says Irish boss ... - Daily Mail
";
arnews[2] += "Giovanni Trapattoni is certain Robbie Keane will be a sensation at Celtic - but not big enough to halt Rangers’ march to the SPL title. The Republic of Ireland boss has welcomed his international skipper’s short-term deal in Glasgow after he ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[2] += "
";
arnews[3]="Roma Captain Francesco Totti: We Played A Perfect Match Against ... - Goal.com
";
arnews[3] += "The Lupi also managed to keep a clean sheet in the win and the 33-year-old striker has describe the victory as \"the perfect match\". \"What we played this evening was the perfect match,\" Totti stated on his blog, Francescototti.com . \"It was important ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 00:13:00 GMT";
arnews[3] += "
";
arnews[4]="AS Roma 2 - 0 Udinese - ESPN Soccernet
";
arnews[4] += "On Thursday, they played some neat one-touch football in the opening phase with captain Francesco Totti back from injury along with fellow striker Vucinic, who gave them a 12th-minute lead with the help of some distracted defending. Udinese, who are ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 00:06:00 GMT";
arnews[4] += "
";
arnews[5]="Ranieri: 'We're not there yet' - Soccerway
";
arnews[5] += "Francesco Totti played the entire 90 minutes and is recovering well from his recurring knee problem. \"If I am to leave the captain out, I always do so with a heavy heart,\" said the coach. Udinese face a difficult task reaching the final, which will ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:27: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("