var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Italy, Germany aim to make history
";
arnews[0] += "The opening shot in hostilities was fired by the newspaper Der Spiegel, when an editorial writer - clearly not well-versed in Germany's 2006 World Cup motto, Die Welt zu Gast Bei Freunden! - referred to Italian men as \"parasites, mamma's boys and slimy.'' Yes, the man with the whistle is reaching into his back pocket.";
arnews[0] += "
Publ.Date : Tue, 04 Jul 2006 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Totti Boost for Roma
";
arnews[1] += "Roma v Bari. Click here to bet. Roma striker Jeremy Menez believes the return of talismanic captain Francesco Totti can help them rediscover their form, starting on Sunday against Bari.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:32:12 GMT";
arnews[1] += "
";
arnews[2]="Del Piero Back for Juve
";
arnews[2] += "Click here to bet on Serie A with Sky Bet! Click here for more news from Italy Click here for weekend Serie A fixtures Click here for latest Serie A standings Juventus will welcome back captain Alessandro del Piero for Sunday's game against Udinese.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:21:05 GMT";
arnews[2] += "
";
arnews[3]="Aquilani is asked to kick-start Liverpool
";
arnews[3] += "Photograph: Dave Thompson/PA Alberto Aquilani is in contention to make his long-awaited full Liverpool debut on Saturday as Rafael BenA tez looks to the A 20m summer signing to reinvigorate the club's season against Manchester City.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 00:10:00 GMT";
arnews[3] += "
";
arnews[4]="Aquilani will light up Liverpool season insists his old Roma captain Totti
";
arnews[4] += "Roma captain Francesco Totti is backing Alberto Aquilani to make up for lost time and be a big hit at Anfield.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:08:00 GMT";
arnews[4] += "
";
arnews[5]="Totti: Aquilani can be one of world's best
";
arnews[5] += "ITALY legend Francesco Totti believes Liverpool's Alberto Aquiliani can be one of the best midfielders in the world.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:28:44 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("