var arnews = new Array(7); totcount = 7; rnd = 1; document.write("
"); arnews[0]="Basketball set to invade the worl...
"; arnews[0] += "
"; arnews[1]="Hokey Cokey world record bid
"; arnews[1] += "
"; arnews[2]="Trapped miners speak to families
"; arnews[2] += "
"; arnews[3]="German nuclear reactors to stay
"; arnews[3] += "
"; arnews[4]="Corruption allegations over Games
"; arnews[4] += "
"; arnews[5]="Rwanda after the election
"; arnews[5] += "
"; arnews[6]="New Zealand assesses damage
"; arnews[6] += "
"; totcount = 7; 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]); } document.write("
");document.write("
");