var arnews = new Array(12);
totcount = 12;
rnd = 1;
arnews[0]="McCarthy-Scarsbrook joins Saints
";
arnews[0] += "St Helens sign Harlequins prop Louie McCarthy-Scarsbrook on a four-year deal that will start next season.";
arnews[0] += "
";
arnews[1]="Federer progresses as seeds fall
";
arnews[1] += "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[1] += "
";
arnews[2]="Murray ready for Jamaica's Brown
";
arnews[2] += "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[2] += "
";
arnews[3]="McCulloch and Naismith in for Scots
";
arnews[3] += "Lee McCulloch and Steven Naismith are among six Rangers players in the Scotland team to face Lithuania on Friday.";
arnews[3] += "
";
arnews[4]="Sale v Newcastle to launch season
";
arnews[4] += "Team news ahead of Friday's Aviva Premiership opening game between Sale Sharks and Newcastle Falcons.";
arnews[4] += "
";
arnews[5]="Latest county cricket scores
";
arnews[5] += "Latest scores from Friday's County Championship matches.";
arnews[5] += "
";
document.write("BBC Sport | Sport Homepage | UK Edition
");
document.write("
");
document.title=document.title+ " ";
arnews[6]="Police question Pakistan's Amir
";
arnews[6] += "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[6] += "
";
arnews[7]="England pressure inspires Capello
";
arnews[7] += "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[7] += "
";
arnews[8]="Wales hopeful on Morgan fitness
";
arnews[8] += "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[8] += "
";
arnews[9]="Wozniacki through after whitewash
";
arnews[9] += "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[9] += "
";
arnews[10]="Beckham eyes 11 September return
";
arnews[10] += "Former England captain David Beckham hopes to play for the LA Galaxy against Columbus Crew on 11 September.";
arnews[10] += "
";
arnews[11]="Craigan set to captain N Ireland
";
arnews[11] += "Stephen Craigan is set to captain Northern Ireland in the Euro 2012 qualifying opener against Slovenia in Maribor.";
arnews[11] += "
";
totcount = 12;
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("