var arnews = new Array(15); totcount = 15; rnd = 1; document.write("
"); arnews[0]="Farah out of Commonwealth Games
"; arnews[0] += "Double European champion Mo Farah announces his withdrawal from the Commonwealth Games because of fatigue."; arnews[0] += "
"; arnews[1]="McCarthy-Scarsbrook joins Saints
"; arnews[1] += "St Helens sign Harlequins prop Louie McCarthy-Scarsbrook on a four-year deal that will start next season."; arnews[1] += "
"; arnews[2]="Federer progresses as seeds fall
"; arnews[2] += "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[2] += "
"; arnews[3]="Murray ready for Jamaica's Brown
"; arnews[3] += "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[3] += "
"; arnews[4]="McCulloch and Naismith in for Scots
"; arnews[4] += "Lee McCulloch and Steven Naismith are among six Rangers players in the Scotland team to face Lithuania on Friday."; arnews[4] += "
"; arnews[5]="Sale v Newcastle to launch season
"; arnews[5] += "Team news ahead of Friday's Aviva Premiership opening game between Sale Sharks and Newcastle Falcons."; arnews[5] += "
"; arnews[6]="Latest county cricket scores
"; arnews[6] += "Latest scores from Friday's County Championship matches."; arnews[6] += "
"; document.title=document.title+ " "; arnews[7]="Police question Pakistan's Amir
"; arnews[7] += "Pakistan bowler Mohammad Amir is being questioned at a north London police station over allegations of corruption, while the ICC says that the players implicated have a disciplinary case to answer."; arnews[7] += "
"; arnews[8]="England pressure inspires Capello
"; arnews[8] += "England coach Fabio Capello says he hopes the pressure of expectation over the team's Euro 2012 qualifier with Bulgaria will bring out the best in him."; arnews[8] += "
"; arnews[9]="Wales hopeful on Morgan fitness
"; arnews[9] += "Wales boss John Toshack hopes defender Craig Morgan will shrug off a foot injury to be available for Friday's Euro 2012 qualifying opener in Montenegro."; arnews[9] += "
"; arnews[10]="Wozniacki through after whitewash
"; arnews[10] += "Top seed Caroline Wozniacki cruises into the third round of the US Open with a blistering 6-0 6-0 win over Chinese Taipei's Kai-Chen Changon."; arnews[10] += "
"; arnews[11]="Beckham eyes 11 September return
"; arnews[11] += "Former England captain David Beckham hopes to play for the LA Galaxy against Columbus Crew on 11 September."; arnews[11] += "
"; arnews[12]="Craigan set to captain N Ireland
"; arnews[12] += "Stephen Craigan is set to captain Northern Ireland in the Euro 2012 qualifying opener against Slovenia in Maribor."; arnews[12] += "
"; arnews[13]="European Masters golf leaderboard
"; arnews[13] += "The second round of the European Masters is under way in Crans-sur-Sierre in Switzerland. (external site)"; arnews[13] += "
"; arnews[14]="Deutsche Bank Championship leaderboard
"; arnews[14] += "The second event of the FedEx Cup play-offs is under way in Boston."; arnews[14] += "
"; totcount = 15; 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("
");