var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Liverpool boss Rafa Benitez hoping the return of Steven Gerrard can ... - Daily Mail
";
arnews[0] += "Liverpool boss Rafa Benitez is hoping the return of Steven Gerrard and Fernando Torres to his line-up will produce a Champions League miracle this week after seeing his captain complete his first 90 minutes in two months. Gerrard helped Liverpool ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Rafa Benitez says Liverpool can still finish in top four - Daily News and Analysis
";
arnews[1] += "Liverpool, already missing key striker Fernando Torres, lost Agger and Babel to injury in the opening 20 minutes at Anfield on Saturday. The team have won just once in 10 outings and managed a draw only when substitute Yossi Benayoun equalised in the ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:15:00 GMT";
arnews[1] += "
";
arnews[2]="The Draws Return, and Liverpool's Bad Luck and Form Continue. - Bleacherreport.com
";
arnews[2] += "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 Liverpool’s game, yet again. After a messy second half, the game against ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:47:00 GMT";
arnews[2] += "
";
arnews[3]="Fernando Torres back in training: Liverpool striker could return ... - Daily Mail
";
arnews[3] += "A picture to please Liverpool fans ... Fernando Torres returns. The striker could face Manchester City on Saturday after getting over a groin injury. Smiles better: Liverpool striker Fernando Torres The Spaniard was forced to sit out this week's ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 03:04:00 GMT";
arnews[3] += "
";
arnews[4]="Fernando Torres Likely Out Of Liverpool's Clash With Manchester City - goal.com
";
arnews[4] += "There was better injury news for the Reds though as far as Daniel Agger, Glen Johnson and, crucially, captain Steven Gerrard were concerned though. \"Agger is okay,\" manager Rafa Benitez told his club's official website. \"He had a small problem with ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:31:00 GMT";
arnews[4] += "
";
arnews[5]="Liverpool held to 2-2 draw by Man City - Skynews.com
";
arnews[5] += "Yossi Benayoun rescued a point for Liverpool by clinching a 2-2 draw with Manchester City in the Premier League on Saturday. City's expensively revamped side has now drawn six straight matches in the league, while injury-hit Liverpool has won just ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 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("