var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
| ");
arnews[0]="European Masters golf leaderboard "; arnews[0] += "The second round of the European Masters is under way in Crans-sur-Sierre in Switzerland. (external site)"; arnews[0] += " "; arnews[1]="Deutsche Bank Championship leaderboard "; arnews[1] += "The second event of the FedEx Cup play-offs is under way in Boston."; arnews[1] += " "; arnews[2]="Farah out of Commonwealth Games "; arnews[2] += "Double European champion Mo Farah announces his withdrawal from the Commonwealth Games because of fatigue."; arnews[2] += " "; arnews[3]="McCarthy-Scarsbrook joins Saints "; arnews[3] += "St Helens sign Harlequins prop Louie McCarthy-Scarsbrook on a four-year deal that will start next season."; arnews[3] += " "; arnews[4]="Federer progresses as seeds fall "; arnews[4] += "Roger Federer overcomes windy conditions to beat Andreas Beck and reach the US Open third round, but seeds Nikolay Davydenko and Marin Cilic crash out."; arnews[4] += " "; arnews[5]="Murray ready for Jamaica's Brown "; arnews[5] += "Britain's Andy Murray takes on Dustin Brown of Jamaica in the second round of the US Open, with the threat of Hurricane Earl hanging over New York."; 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(" |