var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Karim Benzema a doubt ahead of Lyon return - ESPN Soccernet
";
arnews[0] += "Real Madrid striker Karim Benzema will almost certainly miss out on a return to Lyon, after medical tests revealed he will be sidelined for at least a week. Karim Benzema has scored seven goals for Real this season (GettyImages) The France ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[0] += "
";
arnews[1]="A Five Point Gap To Barcelona Is Nothing - Real Madrid's Karim Benzema - Goal.com
";
arnews[1] += "Real Madrid striker Karim Benzema has played down the idea that the race for the Primera Division title is already over, intimating that Los Merengues can still overhaul Barcelona at the summit. The Blaugrana are still unbeaten in the league this ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:20: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]="Benzema struggling for Lyon return - UEFA
";
arnews[3] += "Real Madrid CF striker Karim Benzema faces a race to recover from a groin problem in time to face former club Olympique Lyonnais in the UEFA Champions League round of 16. Karim Benzema spent five seasons at Lyon ©Getty Images Karim Benzema has been ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:03:00 GMT";
arnews[3] += "
";
arnews[4]="Benzema in doubt for Lyon return - espnstar.com
";
arnews[4] += "Karim Benzema will almost certainly miss out on a return to Lyon, after medical tests revealed he will be sidelined for a week. The France international has definitely been ruled out of this weekend's Primera Division match against Xerez and is ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:53:00 GMT";
arnews[4] += "
";
arnews[5]="Benzema set to miss Lyon return - TEAMtalk
";
arnews[5] += "A brief statement on the Madrid website read: \"After a physical examination and an MRI carried out today in the Hospital Sanitas La Moraleja on the player Karim Benzema, swelling on the left adductor muscle has been diagnosed. \"Estimated layoff ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:17:00 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("