var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Laure+Manaudou" - Google News"; document.title=document.title+ " "; arnews[0]="Rafa Nadal to net prize from French Academy of Sports - Think Spain
"; arnews[0] += "

Rafa Nadal to net prize from French Academy of Sports
Think Spain
... running since 1956 – include Michael Schumacher, French swimmer Laure Manaudou, Swiss tennis star Roger Federer and Brazilian football player Ronaldinho.

"; arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 16:22:19 GMT+00:00"; arnews[0] += "
"; arnews[1]="My School Sport: Sam Davies - Telegraph.co.uk
"; arnews[1] += "

Telegraph.co.uk

My School Sport: Sam Davies
Telegraph.co.uk
In other sports, I admire the British athlete Paula Radcliffe and the French swimmer Laure Manaudou. Really important for fitness, for team building and ...

"; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 18:25:05 GMT+00:00"; arnews[1] += "
"; arnews[2]="SUPER KIRSTY HONOURED - The Herald
"; arnews[2] += "

SUPER KIRSTY HONOURED
The Herald
Laure Manaudou: Right off the bat, I'll admit that the Frenchwoman might be listed too low, but here's the reasoning for why she's in this place. ...

"; arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 21:12:33 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");