var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea FC - Evening Standard
";
arnews[0] += "Facts Stamford Bridge stadium is not actually situated in the Royal Borough of Kensington and Chelsea; it is in fact (although close to the border) in the London Borough of Hammersmith and Fulham. The Chelsea FC crest features a blue heraldic lion ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="Mobsters foiled in kidnap plot for Inter Milan boss Mourinho - Tribal Football
";
arnews[1] += "Inter Milan coach Jose Mourinho was the target of Italian mobsters, it has been revealed. The Mirror says the mobster plot to rob and possibly kidnap former Chelsea FC boss Mourinho was foiled yesterday. Police said four men believed to have ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:28:00 GMT";
arnews[1] += "
";
arnews[2]="Champions League Draw: Beckham to Manchester United, Mourinho to ... - Soccerlens
";
arnews[2] += "UEFA Champions League holders FC Barcelona will take on VfB Stuttgart in the first knockout round after the draw was made on Friday in Nyon, Switzerland. Madrid meet Lyon Like all the group winners, Barça will be at home in the second leg of their ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[2] += "
";
arnews[3]="Fire alert over Samsung fridge-freezer - The Sun
";
arnews[3] += "There is a fault in the defrosting systems of the American-style double-door models. The South Korean company - which sponsors Chelsea FC - sent out worrying letters to fridge owners which read: \"There is a possibility internal sparking may occur ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[3] += "
";
arnews[4]="Sorry Arsenal, It's a Two Horse Race for the Premiership Title - Bleacherreport.com
";
arnews[4] += "Sorry Arsenal, and other challengers of the Premier League, but it is now a two horse race for the Premiership Title. Other teams may mathematically still have a chance, but looking at the current table and at this weekend’s results, it is clear ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:37:00 GMT";
arnews[4] += "
";
arnews[5]="Chelsea’s transfer window ban lifted by Court of Arbitration for ... - GlobalPost
";
arnews[5] += "Statement from Chelsea FC Chairman Bruce Buck Chairman of Chelsea FC Bruce Buck said: ‘We are pleased to have come to an amicable resolution of the matter and that it has been ratified by CAS and recognised by FIFA. ‘It was always our intention ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 20:59:00 GMT";
arnews[5] += "
";
arnews[6]="Chelsea cleared over Kakuta row - FourFourTwo
";
arnews[6] += "The Court of Arbitration for Sport has issued an award today ratifying the agreement reached by Chelsea FC, Racing Club de Lens and the French football player Gael Kakuta,\" CAS said in a statement. \"The CAS has noted that, in the agreement, the two ...";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[6] += "
";
totcount = 7;
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("