var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sweeten sixteen for British clubs
";
arnews[0] += "WITH THE the group stage phoney war over, the Champions League returns from its winter hiatus with Manchester United, Chelsea and Arsenal facing familiar foreign foes in the last 16.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:31:11 GMT";
arnews[0] += "
";
arnews[1]="John Terry Replaced by Rio Ferdinand as England Captain
";
arnews[1] += "Revelations over Chelsea skipper John Terry's private life led to much speculation over the past week as to what actions England manager Fabio Capello would take.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 22:12:13 GMT";
arnews[1] += "
";
arnews[2]="Paddy Agnew: Alessandro Nesta to return for Italy?
";
arnews[2] += "So, are Italy's Golden Oldies about to get both more golden and more oldie? The question is prompted by the intriguing possibility that 33-year-old AC Milan defender Alessandro Nesta, who last played for Italy during the 2006 World Cup in Germany , may return to play for the reigning World Champions in South Africa this summer.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="AC Milan battle Inter Milan for Brazilian midfielder Hernandes / Serie A
";
arnews[3] += "AC Milan are locked in a battle with city rivals Inter to sign Sao Paolo midfielder Hernanes , according to Italian daily Corriere dello Sport.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 01:00:00 GMT";
arnews[3] += "
";
arnews[4]="Make or break for Milan against Inter
";
arnews[4] += "ROME: AC Milan head into this weekend's top of the table derby clash with Inter Milan knowing defeat could spell the end of their Serie A title hopes.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Its That Time of Year Again Arsenal Fans Are Used To
";
arnews[5] += "Ita s this time of year again! Ita s time for Arsenal to chuck the season away. I am a huge Arsenal fan and have been for all of my life.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 14:05:06 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("