var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); 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.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] += "
"; 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("
");