var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Team news: Gerrard back.
";
arnews[0] += "All the team news ahead of this weekend's games with some mixed injury news coming out of Anfield.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:13:14 GMT";
arnews[0] += "
";
arnews[1]="Ancelotti tells Chelsea to stop backchat
";
arnews[1] += "CARLO ANCELOTTI has told Chelsea's backchat boys to shut it. Heavy fines have been introduced this season for any player who steps out of line with referees.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:07:19 GMT";
arnews[1] += "
";
arnews[2]="More
";
arnews[2] += "Click here to bet on the Premier League with Sky Bet Click here for more Barclays Premier League news Click here for weekend match odds Saturday Birmingham v Fulham Birmingham midfielder Barry Ferguson will return after suspension.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:31:34 GMT";
arnews[2] += "
";
arnews[3]="Ancelotti: Chelseaa s defence the best
";
arnews[3] += "CARLO ANCELOTTI insists Chelsea possess the best defence in the world and that will be key to winning the Premier League title.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:04:11 GMT";
arnews[3] += "
";
arnews[4]="Gael Kakuta poised for Chelsea debut against Wolves
";
arnews[4] += "Photograph: Tony Marshall/Empics Sport Carlo Ancelotti may today hand a Premier League debut to the best teenage footballer he has ever seen, a player who until now has been synonymous only with controversy.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:11:31 GMT";
arnews[4] += "
";
arnews[5]="Carlo Ancelotti has crimes to pay at Chelsea
";
arnews[5] += "CARLO ANCELOTTI is aware just how hard it is to be a referee- and will fine any of his players who show dissent to the man in the middle.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:39:13 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("