var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); arnews[0]="Wozniacki through after whitewash
"; arnews[0] += "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[0] += "
"; arnews[1]="Beckham eyes 11 September return
"; arnews[1] += "Former England captain David Beckham hopes to play for the LA Galaxy against Columbus Crew on 11 September."; arnews[1] += "
"; arnews[2]="Craigan set to captain N Ireland
"; arnews[2] += "Stephen Craigan is set to captain Northern Ireland in the Euro 2012 qualifying opener against Slovenia in Maribor."; arnews[2] += "
"; totcount = 3; 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("
");