var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Sale v Newcastle to launch season
"; arnews[0] += "Team news ahead of Friday's Aviva Premiership opening game between Sale Sharks and Newcastle Falcons."; arnews[0] += "
"; arnews[1]="Latest county cricket scores
"; arnews[1] += "Latest scores from Friday's County Championship matches."; arnews[1] += "
"; document.write("BBC Sport | Sport Homepage | UK Edition
"); document.write("
"); document.title=document.title+ " "; arnews[2]="Police question Pakistan's Amir
"; arnews[2] += "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[2] += "
"; arnews[3]="England pressure inspires Capello
"; arnews[3] += "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[3] += "
"; arnews[4]="Wales hopeful on Morgan fitness
"; arnews[4] += "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[4] += "
"; arnews[5]="Wozniacki through after whitewash
"; arnews[5] += "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[5] += "
"; arnews[6]="Beckham eyes 11 September return
"; arnews[6] += "Former England captain David Beckham hopes to play for the LA Galaxy against Columbus Crew on 11 September."; arnews[6] += "
"; arnews[7]="Craigan set to captain N Ireland
"; arnews[7] += "Stephen Craigan is set to captain Northern Ireland in the Euro 2012 qualifying opener against Slovenia in Maribor."; arnews[7] += "
"; arnews[8]="European Masters golf leaderboard
"; arnews[8] += "The second round of the European Masters is under way in Crans-sur-Sierre in Switzerland. (external site)"; arnews[8] += "
"; arnews[9]="Deutsche Bank Championship leaderboard
"; arnews[9] += "The second event of the FedEx Cup play-offs is under way in Boston."; arnews[9] += "
"; totcount = 10; 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("
");