var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Buffon: We Must Beat Udinese
";
arnews[0] += "Juventus goalkeeper Gianluigi Buffon believes Sunday's game with Udinese is pivotal to their chances of challenging Inter Milan for the Serie A title.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:32:41 GMT";
arnews[0] += "
";
arnews[1]="Inter, Juve try to forget l...
";
arnews[1] += "Comment about \"Inter, Juve try to forget looming title showdown\" Phone Name Comment 0 Football - In Italy Inter, Juve try to forget looming title showdown Inter were held to a 1-1 draw by Roma in their last Serie A match.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:36:16 GMT";
arnews[1] += "
";
arnews[2]="Handball Henry is not a cheat says Beckham as storm surrounds star
";
arnews[2] += "David Beckham has defended Thierry Henry following the France striker's controversial handball in the World Cup play-off against the Republic of Ireland.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:04:11 GMT";
arnews[2] += "
";
arnews[3]="Inter, Juve try to forget looming title showdown
";
arnews[3] += "ROME: Inter Milan and Juventus, the top two teams in Serie A, are desperately trying to avoid talking up their looming table-topping clash.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:16:47 GMT";
arnews[3] += "
";
arnews[4]="Thierry Henry is not a cheat says England star David Beckham
";
arnews[4] += "David Beckham has defended Thierry Henry following the France striker's controversial handball in the World Cup play-off against the Republic of Ireland.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:43:56 GMT";
arnews[4] += "
";
arnews[5]="Brazil appears on target for sixth World Cup title
";
arnews[5] += "While soccer's romantics may wish for a long-awaited first for Spain or a historic African victory on South African turf, the 2010 World Cup looks as if it will end with a sixth triumph for Brazil.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:58: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("