var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PICTURED- Spurs keeper Carlo Cudicini walks unaided after his horror motorbike smash
";
arnews[0] += "EnlargeA On his feet: Carlo Cudicini Carlo Cudicini has made a miracle recovery from a motorbike crash that threatened to end his football career.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:00:44 GMT";
arnews[0] += "
";
arnews[1]="Terry set to miss FA Cup tie with Cardiff to fly to Dubai and save his marriage
";
arnews[1] += "John Terry will be allowed to miss Chelsea's FA Cup fifth round tie against Cardiff this weekend if he wants to try to patch up his marriage.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:57:13 GMT";
arnews[1] += "
";
arnews[2]="UEFA Champions League Returns to Fox Soccer Channel with Round of 16 Matches Beginning February 16
";
arnews[2] += "Fox Soccer Channel's coverage of the 2009/10 UEFA Champions League resumes with four live and exclusive match telecasts in high-definition* from the Round of 16, beginning Tuesday, Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:13:52 GMT";
arnews[2] += "
";
arnews[3]="Arsenal boss Arsene Wenger vows to prove critics wrong after stinging attack from Michael Ballack
";
arnews[3] += "Arsene Wenger has come out fighting today by insistingA Arsenal will prove their doubters wrong.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:42:05 GMT";
arnews[3] += "
";
arnews[4]="Game week 25 winner
";
arnews[4] += "Game week 25 provided some more thrills and spills, with players from the two front runners of the Premier League a ' Man United and Chelsea a ' proving most profitable for our fantasy managers.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:40:40 GMT";
arnews[4] += "
";
arnews[5]="Mourinho helping police after Inter Milan managers home is targeted by burglars
";
arnews[5] += "Jose Mourinho is helping police with their inquiries after they foiled a Macedonian gang who allegedly planned to raid the Inter Milan coach's home in Como.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:33:46 GMT";
arnews[5] += "
";
arnews[6]="Captain fantastic Ancelotti salutes his beleaguered Chelsea skipper Terry
";
arnews[6] += "Chelsea manager Carlo Ancelotti has defended his decision to keep John Terry as captain of Chelsea.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 15:30:30 GMT";
arnews[6] += "
";
arnews[7]="Duffy's on the spot again
";
arnews[7] += "YOUNGSTER Shane Duffy from Londonderry - who is making waves in the Everton Youth set-up - scored again as Everton reached the quarter finals of the FA Youth Cup last night.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 15:26:13 GMT";
arnews[7] += "
";
totcount = 8;
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("