var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Draws Return, and Liverpool's Bad Luck and Form Continue
";
arnews[0] += "Within 18 minutes, Rafael Benitez had to make 2 substitutions due to injury. And as the first half played out, there came the sneaking suspicion that this just might not be Liverpoola s game, yet again.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:41:15 GMT";
arnews[0] += "
";
arnews[1]="Torres Likely to Miss Derby
";
arnews[1] += "Debrecen v Liverpool. Click here to bet. Liverpool boss Rafa Benitez is resigned to being without Fernando Torres for next week's Merseyside derby with Everton.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:42:28 GMT";
arnews[1] += "
";
arnews[2]="Chelsea maintain momentum; United second as Arsenal beaten
";
arnews[2] += "Chelsea maintained momentum at the top of the English Premier League extending their lead with a comprehensive 4-0 win over Wolverhampton Wanderers while several of their rivals lost points.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 10:42:13 GMT";
arnews[2] += "
";
arnews[3]="Benitez backs Reds to secure top four finish
";
arnews[3] += "Liverpool manager Rafael Benitez brushed aside his team's stuttering form to insist that they will finish in the top four.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:47:58 GMT";
arnews[3] += "
";
arnews[4]="Yossi Benayoun keeps Liverpool on top
";
arnews[4] += "LIVERPOOL 2 MANCHESTER CITY 2 IT WAS heartbreak time for Ireland again as Manchester City missed out on the chance to rock the establishment.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:41:45 GMT";
arnews[4] += "
";
arnews[5]="Liverpool face a winter of discontent after one win in 10 games
";
arnews[5] += "Their recent run now reads a solitary victory, albeit an epic one over Manchester United , in 10 outings and this week threatens more misery, more darkness.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:48:59 GMT";
arnews[5] += "
";
arnews[6]="Liverpool line up January move for Ruud van Nistelrooy / Transfer gossip
";
arnews[6] += "A report in the Mirror on Sunday this morning sensationally claims Liverpool are lining up a January move for Real Madrid striker Ruud van Nistelrooy.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Fernando Torres doubtful for Everton-Liverpool clash next week / Injury news
";
arnews[7] += "The groin injury that has been troubling Fernando Torres for over a month now looks set to keep him out of some major Liverpool matches in the coming weeks.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Adam is Ramsey 2 for Wenger
";
arnews[8] += "DANISH keeper Casper Ankergren plans to save his own bacon and inflict a first defeat on Brighton boss Gus Poyet.";
arnews[8] += "
Publ.Date : Sun, 22 Nov 2009 01:20:00 GMT";
arnews[8] += "
";
totcount = 9;
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("