var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="City's multi-million men display poverty of ideas
";
arnews[0] += "No one was fooled last night when Stephen Ireland said that Manchester City were happy leaving Liverpool with what they'd got, and that they are drawing games which last season they were losing.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:23:51 GMT";
arnews[0] += "
";
arnews[1]="Liverpool draw little comfort
";
arnews[1] += "A POINT at Anfield would normally be regarded as a fine result, but not now and not for Mark Hughes and Manchester City, who have had more draws than the national lottery in the past few weeks.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:49:06 GMT";
arnews[1] += "
";
arnews[2]="Liverpool 2-2 Manchester City
";
arnews[2] += "Martin Skrtel stretches past Emmanuel Adebayor to give Liverpool the lead against Manchester City at Anfield.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:05:13 GMT";
arnews[2] += "
";
arnews[3]="Liverpool can still win Premiership - Hamann
";
arnews[3] += "As befits a hero of Liverpool's epic comebacks in the 2005 Champions League final and 2001 and 2006 FA Cup finals, Hamann says all is not yet lost.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:48:02 GMT";
arnews[3] += "
";
arnews[4]="Liverpool v Man City
";
arnews[4] += "68:42 GOAL - Emmanuel Adebayor : Emmanuel Adebayor finds the net with a headed goal from deep inside the penalty area.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:22:04 GMT";
arnews[4] += "
";
arnews[5]="Liverpool will be in top four of the league table, vows Benitez
";
arnews[5] += "London, Nov 21: Liverpool manager Rafa Benitez has silenced critics who have claimed that Manchester City can nick the Reds' place in the top four of the Premier League table.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:33:36 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("