var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="France wait on injured trio for Ireland clash
";
arnews[0] += "France coach Marc Lievremont on Monday revealed that three of his players would require medical examinations following the 18-9 victory over Scotland in their Six Nations opener here.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:15:11 GMT";
arnews[0] += "
";
arnews[1]="France recalls veteran fly-half
";
arnews[1] += "Forgotten French fly-half Frederic Michalak warned he had a point to prove after being recalled in place of the injured Jean-Baptiste Elissalde for today's Six Nations match against Scotland at Murrayfield.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 15:08:18 GMT";
arnews[1] += "
";
arnews[2]="Forgotten Michalak has point to prove
";
arnews[2] += "Forgotton France fly-half Frederic Michalak warned he has a point to prove after being recalled in place of the injured Jean-Baptiste Elissalde for Sunday's Six Nations opener against Scotland.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 04:56:05 GMT";
arnews[2] += "
";
arnews[3]="Scotland v France
";
arnews[3] += "RBS 6 Nations Venue: Murrayfield Date: Sunday, 7 February 2010 Kick-off: 1500 GMT Coverage: Watch on BBC One and the BBC Sport website; listen on BBC Radio Scotland and 5 live sports extra; text commentary on BBC Sport website and mobiles MATCH PREVIEW France's first game under Marc Lievremont was a 27-6 win at Murrayfield in February 2008.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:00:09 GMT";
arnews[3] += "
";
arnews[4]="Jean Baptiste Elissalde ruled out for France opener
";
arnews[4] += "JEAN Baptiste Elissalde has been forced to pull out of France's RBS Six Nations opener against Scotland at Murrayfield and will be replaced by Toulouse team-mate Frederic Michalak.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 12:27:02 GMT";
arnews[4] += "
";
arnews[5]="Elissalde ruled out of Francea s trip to Scotland
";
arnews[5] += "BAPTISTE ELISSALDE is out of Francea s RBS Six Nations opener against Scotland at Murrayfield and is likely to miss Saturdaya s week crunch clash with Ireland.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:09:30 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("