var arnews = new Array(2); totcount = 2; rnd = 1; document.write("
"); arnews[0]="McCulloch and Naismith in for Scots
"; arnews[0] += "Lee McCulloch and Steven Naismith are among six Rangers players in the Scotland team to face Lithuania on Friday."; arnews[0] += "
"; arnews[1]="Sale v Newcastle to launch season
"; arnews[1] += "Team news ahead of Friday's Aviva Premiership opening game between Sale Sharks and Newcastle Falcons."; arnews[1] += "
"; totcount = 2; 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("
");