var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooding Gattuso may consider a farewell to AC Milan - Feature
";
arnews[0] += "His motto, quoted from his own website, states that he would play at AC Milan even as a goalkeeper.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:24:19 GMT";
arnews[0] += "
";
arnews[1]="Borriello Doubt For Milan
";
arnews[1] += "AC Milan are sweating over the fitness of striker Marco Borriello ahead of their Champions League clash against Olympique Marseille.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 17:46:52 GMT";
arnews[1] += "
";
arnews[2]="Beckham set for move to Milan
";
arnews[2] += "David Beckham said it will be a challenge for him to make the team at AC Milan when he begins his loan spell in Italy but he is confident he will be able to break into the Serie A side.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 13:46:23 GMT";
arnews[2] += "
";
arnews[3]="Top 100: 4. The miracle of Istanbul
";
arnews[3] += "Our countdown of the top 100 football matches nears its climax, with the greatest of all Liverpool's incredible comebacks.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 12:57:36 GMT";
arnews[3] += "
";
arnews[4]="Brooding Gattuso may consider a farewell to AC Milan
";
arnews[4] += "His motto, quoted from his own website, states that he would play at AC Milan even as a goalkeeper.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 12:46:17 GMT";
arnews[4] += "
";
arnews[5]="Breaking transfer news: Monday, November 23; Chelsea, Real Madrid,...
";
arnews[5] += "Breaking transfer news: Monday, November 23; Chelsea, Real Madrid, Bayern Munich, Manchester City, Derby and Leicester WHAT today's papers are saying .";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 11:05:50 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("