var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Liverpool face Manchester City - Ireland On-Line
";
arnews[0] += "All four of the Liverpool players sent to a Belgrade clinic for unorthodox treatment in an attempt to have them ready for this key Premier League clash with Manchester City failed to make the starting line-up. Glen Johnson was not even on the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:49:00 GMT";
arnews[0] += "
";
arnews[1]="Football: Liverpool and City inflict mutual damage - Channel NewsAsia
";
arnews[1] += "LONDON : Liverpool and Manchester City had to settle for a point apiece after a 2-2 draw at Anfield that did little for either club's hopes of getting back into the Premier League's top four. The draw means Liverpool have now won only once in 10 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:26:00 GMT";
arnews[1] += "
";
arnews[2]="Liverpool v Man City Team Line-Ups: Gerrard Starts, Aquilani On Bench ... - Premiershiplatest.com
";
arnews[2] += "... suspension and starts again Mark Hughes ... for Liverpool. Manchester City have had late fitness tests for Manchester City record signing Robinho, who has recovered from an ankle injury and who starts on the bench. Striker Craig Bellamy has ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:44:00 GMT";
arnews[2] += "
";
arnews[3]="HUGHES OPTIMISTIC OVER BARRY FITNESS - Sporting Life
";
arnews[3] += "Manchester City manager Mark Hughes expects Gareth Barry to shrug off a groin problem and face Liverpool on Saturday. Barry, who was close to joining the Reds from Aston Villa last summer before moving to Eastlands in May, suffered some discomfort ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:06:00 GMT";
arnews[3] += "
";
arnews[4]="Robinho is not hiding his desire to play for Barcelona: Santa Cruz - Newstrack India
";
arnews[4] += "London, Nov 19(ANI): Manchester City striker Roque Santa Cruz has revealed that team-mate Robinho has been completely open about his desire to move to Barcelona. Though City manager Mark Hughes and CEO Garry Cook have consistently said they will not ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:59:00 GMT";
arnews[4] += "
";
arnews[5]="Fit Gerrard ready to take on Manchester City - Thaindian.com
";
arnews[5] += "London, Nov. 18 (ANI): Liverpool skipper Steven Gerrard, who has recently recovered from a groin injury, has said that he is fully fit to take on Manchester City in the Premier League ... There’s no mental hurdle to cross. It’s a case of so far ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:29: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("