var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carragher confident as Reds recover mean streak
";
arnews[0] += "LONDON: Liverpool defender Jamie Carragher is confident his side's rediscovered meanness can help them close the gap on faltering Arsenal.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:28:25 GMT";
arnews[0] += "
";
arnews[1]="Rio's the right man to lead England
";
arnews[1] += "There was really only going to be one outcome when England manager Fabio Capello sat down with John Terry to discuss his future.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:54:34 GMT";
arnews[1] += "
";
arnews[2]="Gerrard wary of Arsenal backlash
";
arnews[2] += "Liverpool's English midfielder Steven Gerrard is seen vying with Everton's Australian midfielder Tim Cahill in this February 6, 2010 file picture of their English Premier League match at Anfield in Liverpool.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:03:28 GMT";
arnews[2] += "
";
arnews[3]="Benitez: No hope for Chamakh
";
arnews[3] += "RAFA BENITEZ was left biting his lip as he headed into tonight's showdown with Arsenal having already been outmanoeuvred by Arsene Wenger in the race for Bordeaux striker Marouane Chamakh.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:55:21 GMT";
arnews[3] += "
";
arnews[4]="Fighting spirit has been restored, claims Gerrard
";
arnews[4] += "LIVERPOOL captain Steven Gerrard believes he and his team-mates have answered their critics after they were written off earlier this season.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:55:00 GMT";
arnews[4] += "
";
arnews[5]="Zola could face axe
";
arnews[5] += "JAMIE Carragher and Steven Gerrard have warned that Liverpool cannot afford any more slip-ups if they are to maintain their place in the top four.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:23:30 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("