var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lancashire teams in derbies...
";
arnews[0] += "Comment about \"Lancashire teams in derbies at Anfield, Old Trafford\" Phone Name Comment 0 Football - In England Lancashire teams in derbies at Anfield, Old Trafford Chelsea midfielder Michael Essien tries to stay on his feet as he is tackled by Manchester United's Michael Carrick at Stamford Bridge.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:36:27 GMT";
arnews[0] += "
";
arnews[1]="Drogba to face Essien in African Nations Cup
";
arnews[1] += "Chelsea striker Didier Drogba will go head to head with team-mate Michael Essien at the African Nations Cup in Angola after Ivory Coast and Ghana were drawn together in Group B. GettyImages Didier Drogba and with Chelsea and Ivory Coast team-mate Salomon Kalou The Ivorians and the Ghanaians will be the favourites to advance from the pool but can ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:51:29 GMT";
arnews[1] += "
";
arnews[2]="Chelsea Duo Square Up in Angola
";
arnews[2] += "Click here to find out how Premier League clubs are affected! Chelsea striker Didier Drogba will go head to head with team-mate Michael Essien at the African Nations Cup in Angola after Ivory Coast and Ghana were drawn together in Group B. The Ivorians and the Ghanaians will be the favourites to advance from the pool but can expect severe tests ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:26:44 GMT";
arnews[2] += "
";
arnews[3]="Teammates to battle in African Nations Cup
";
arnews[3] += "Chelsea's Ivorian forward Didier Drogba celebrates after scoring against Atletico de Madrid during their Champions League football match at Vicente Calderon stadium in Madrid, on November 3, 2009.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:24:00 GMT";
arnews[3] += "
";
arnews[4]="Ancelotti defends Chelseaa s Essien in Ghana row
";
arnews[4] += "The Ghanaians demanded an explanation from Essien during the week after he went AWOL from international duty.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:40:15 GMT";
arnews[4] += "
";
totcount = 5;
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("