var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rafa Benitez: Arsenal ahead of Liverpool in race to sign Marouane Chamakh
";
arnews[0] += "Rafael Benitez has confirmed he expects Liverpool to lose out to Arsenal in the race to sign Bordeaux striker Marouane Chamakh less than a month after the Anfield club appeared to be in pole position to reach a pre-contract agreement with the Moroccan international.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:56:34 GMT";
arnews[0] += "
";
arnews[1]="Manchester United's Rio Ferdinand drops appeal over extended ban
";
arnews[1] += "The new England captain was given a three-game ban for elbowing the Hull City striker Craig Fagan in the face during Manchester United 's 4-0 victory over Phil Brown's side last month.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:44:06 GMT";
arnews[1] += "
";
arnews[2]="Ronaldinho out of Ireland game; Robinho in Brazil squad
";
arnews[2] += "RIO DE JANEIRO: Ronaldinho's hopes of a place in Brazil's World Cup squad faded yesterday when he was not picked by coach Dunga for their last warm-up against Ireland in London next month.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:54:11 GMT";
arnews[2] += "
";
arnews[3]="Jovanovic signs for Liverpool
";
arnews[3] += "SERBIAN international attacking midfielder Milan Jovanovic signed for English Premier League giants Liverpool on a free transfer from Belgian First Division side Standard Liege on Tuesday, his agent confirmed.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:31:44 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "Chelsea manager Carlo Ancelotti has revealed he plans to talk to skipper John Terry following Fabio Capello's decision to strip him of the England captaincy.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:25:40 GMT";
arnews[4] += "
";
arnews[5]="Ronaldinho Out of Brazil Squad
";
arnews[5] += "AC Milan playmaker Ronaldinho has not been included in the Brazil squad for next month's friendly international against Republic of Ireland at the Emirates Stadium.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:12:08 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("