var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soccer: Reja takes Lazio bench
";
arnews[0] += "Rome, February 10 - Lazio on Wednesday sacked coach Davide Ballardini and called in Edy Reja in the hope he can pull the Rome club out of the relegation zone.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:09:10 GMT";
arnews[0] += "
";
arnews[1]="Inter cruise as Roma close in on record
";
arnews[1] += "Inter Milan continued their inexorable march towards a fifth straight Serie A title as they crushed Cagliari 3-0 at the San Siro while AC Milan were held to a 0-0 draw at Bologna on Sunday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:37:00 GMT";
arnews[1] += "
";
arnews[2]="Ronaldinho's World Cup hopes fade
";
arnews[2] += "Ronaldinho was not among the 22 players called up by Dunga on Tuesday for the friendly against Ireland in London on March 2. It will be Brazil's last scheduled match before the World Cup in South Africa in June.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:33:17 GMT";
arnews[2] += "
";
arnews[3]="Roma's Cicinho joins Sao Paulo on loan
";
arnews[3] += "AS Roma's out-of-favour right back Cicinho will join former side Sao Paulo on loan for the rest of the season, the Italian club said in a statement on Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:15:48 GMT";
arnews[3] += "
";
arnews[4]="Tough for Torres to beat my record
";
arnews[4] += "Ian Rusha s football could be compressed into one word - goals. Liverpoola s most prolific scorer with 346 goals, the The man and his achievements With 346 goals, is the leading scorer for the club during seasons 1980-1987 and 1988-1996. He also holds the record for the most goals in a season with 47 in 1983-84. It won him Europea s Golden boot ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:29:00 GMT";
arnews[4] += "
";
arnews[5]="The realpolitik of the John Terry decision
";
arnews[5] += "Curiouser and curiouser, as Alice would say. Bad enough, but logical, that the Italians have to teach the English how to play football, via the person of maestro Fabio Capello .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:10:09 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("