var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Juventus preparing offer for Liverpool defender Skrtel
";
arnews[0] += "The News of the World says Juve are preparing an 8 million bid for the centre-half ahead of the summer market.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 02:41:24 GMT";
arnews[0] += "
";
arnews[1]="Juventus struggles continue after Livorno 1-1 draw
";
arnews[1] += "Juventus's problems continued as they were held to a 1-1 draw at lowly Livorno on Saturday and also finished the game with 10 men following Felipe Melo's red card.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 18:30:41 GMT";
arnews[1] += "
";
arnews[2]="Juve struggles continue wit...
";
arnews[2] += "Comment about \"Juve struggles continue with Livorno draw\" Phone Name Comment 0 Football - In Italy Juve struggles continue with Livorno draw Juve's Alessandro Del Piero controls the ball ahead of Nico Pulzetti.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 11:43:20 GMT";
arnews[2] += "
";
arnews[3]="Juventus hope to replace Cannavaro with Liverpool defender Skrtel / Transfer gossip
";
arnews[3] += "Juventus are preparing an eight million pound move for Liverpool defender Martin Skrtel , according to a report in the News of the World this morning.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 10:00:00 GMT";
arnews[3] += "
";
arnews[4]="Serie A: Juventus labour to draw at Livorno
";
arnews[4] += "Sixth-placed Juve, who have 15 games left, have now won just once in eight league matches and rarely looked like taking three points in Tuscany.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:42:46 GMT";
arnews[4] += "
";
arnews[5]="Juventus struggles continue after Livorno draw
";
arnews[5] += "ROME, Feb 6 AFP - Juventus's problems continued as they were held to a 1-1 draw at lowly Livorno on Saturday and also finished the game with 10 men following Felipe Melo's red card.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 04:52:36 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("