var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Everton FC miss golden chance to end winless streak against Liverpool at Anfield
";
arnews[0] += "Everton miss golden chance to end winless streak against Liverpool at Anfield IT took one man steeped in Everton history to show what it takes to win a Merseyside derby.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:46:40 GMT";
arnews[0] += "
";
arnews[1]="Juventus hope to replace Cannavaro with Liverpool defender Skrtel / Transfer gossip
";
arnews[1] += "Juventus are preparing an eight million pound move for Liverpool defender Martin Skrtel , according to a report in the News of the World this morning.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 10:00:00 GMT";
arnews[1] += "
";
arnews[2]="Guus Hiddink puts Liverpool on alert as Russia boss looks set for summer return to Premier League
";
arnews[2] += "Premier return: Hiddink Guus Hiddink looks set to see out his lucrative contract as Russia boss before quitting in the summer for a return to England.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 10:03:11 GMT";
arnews[2] += "
";
arnews[3]="Liverpool FC agree Serbian striker Milan Jovanovic summer move
";
arnews[3] += "RAFAEL BENITEZ'S summer squad rebuilding began in earnest yesterday when Milan Jovanovic sealed a move to Liverpool.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Liverpool FC managing director Christian Purslow caught up in row with Spirit Of Shankly meeting
";
arnews[4] += "CHRISTIAN PURSLOW has become embroiled in an embarrassing row with a Liverpool fans' group after talks concerning the future of the club.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Serbia international Milan Jovanovic set to join Liverpool in the summer
";
arnews[5] += "Liverpool are on the verge of a deal to sign Milan Jovanovic on a free transfer in the summer after further talks with the Standard Liege and Serbia striker.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 02:03:53 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("