var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="uefa.com: Messi, le danger selon Milito: Diego Milito préfèrerait que Lionel Messi du Barça ne prenne aucun risque d'aggraver sa blessure à l'aine et rate le match face à l'Inter Milan mardi car il le considère comme "le meilleur au monde".
"; arnews[0] += "Messi, le danger selon Milito: Diego Milito préfèrerait que Lionel Messi du Barça ne prenne aucun risque d'aggraver sa blessure à l'aine et rate le match face à l'Inter Milan mardi car il le considère comme \"le meilleur au monde\". -"; arnews[0] += "
"; arnews[1]="Barcelona's Barcelona's Argentinian forward Lionel Messi takes part in a training session
"; arnews[1] += "Barcelona's Barcelona's Argentinian forward Lionel Messi takes part in a training session -"; arnews[1] += "
"; arnews[2]="David Eikon: Barcelona Won’t Decide On Lionel Messi’s Inclusion Against Inter Until Last Minute - Goal.com
"; arnews[2] += "Barcelona Won’t Decide On Lionel Messi’s Inclusion Against Inter Until Last Minute - Goal.com -"; arnews[2] += "
"; arnews[3]="wopular: Messi expects qualification
"; arnews[3] += "Messi expects qualification -"; arnews[3] += "
"; arnews[4]="V@g38: Barca wait on Messi and Ibrahimovic: Barcelona are desperate to call on the services of Lionel Messi and Zlatan Ibr... http://bit.ly/7wlMED
"; arnews[4] += "Barca wait on Messi and Ibrahimovic: Barcelona are desperate to call on the services of Lionel Messi and Zlatan Ibr..."; 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("
");document.write("
");