var arnews = new Array(2); totcount = 2; rnd = 1; document.write("
| ");
arnews[0]="Murray ready for Jamaica's Brown "; arnews[0] += "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[0] += " "; arnews[1]="McCulloch and Naismith in for Scots "; arnews[1] += "Lee McCulloch and Steven Naismith are among six Rangers players in the Scotland team to face Lithuania on Friday."; 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(" |