var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Controversial French teenager debuts for Chelsea - SoccerAmerica.com
";
arnews[0] += "French teenager Gael Kakuta , at the heart of a controversy that got Chelsea barred FIFA from signing new players until 2011, made his Premier League debut for the Blues on Saturday, coming on as a second-half substitute in a 4-0 home win against ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[0] += "
";
arnews[1]="Controversial teenager Kakuta makes Chelsea debut - FourFourTwo
";
arnews[1] += "LONDON, Nov 21 (Reuters) - Chelsea gave French teenager Gael Kakuta his Premier League debut on Saturday, two years after he was controversially signed from Racing Lens. The 18-year-old came on as a second half substitute in a 4-0 home win against ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:54:00 GMT";
arnews[1] += "
";
arnews[2]="Michael Ballack adds to Chelsea's injury worries - The Guardian
";
arnews[2] += "Chelsea are likely to be without Michael Ballack this weekend after the midfielder pulled out of Germany 's friendly against the Ivory Coast on Wednesday with a sprained knee. Ballack was unable to train today in Düsseldorf and the coach Joachim ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:53:00 GMT";
arnews[2] += "
";
arnews[3]="Didier Drogba and Michael Ballack give Chelsea a new fitness boost - Evening Standard
";
arnews[3] += "Ballack's knee injury and Drogba's rib problem meant they were both unable to play for Germany and Ivory Coast respectively during the international break. There were fears they could miss some crucial games but they will be given fitness tests today ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Chelsea maintain their Premier League lead after giving Wolves a ... - The Guardian
";
arnews[4] += "The only consolation for Wolves on a sodden day at Stamford Bridge was that they did not emulate their predecessors. The last time the Midlands club were in the Premier League they conceded five goals on each of the two occasions they faced Chelsea ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 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("