var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="David Blackwell: Richie McCaw's burning desire: Richie McCaw has been so damaged after some test matches that his blood tests reveal... http://bit.ly/3UyvPO
"; arnews[0] += "Richie McCaw's burning desire: Richie McCaw has been so damaged after some test matches that his blood tests reveal..."; arnews[0] += "
"; arnews[1]="Didn,t get the chance to poison Dan Carter or Richie McCaw who was there too! Almost as useless now as when I was playing! #rugby #allblacks
"; arnews[1] += "Didn,t get the chance to poison Dan Carter or Richie McCaw who was there too! Almost as useless now as when I was playing!"; arnews[1] += "
"; arnews[2]="RT @NZStuff: Richie McCaw's burning desire: ... http://bit.ly/3UyvPO REST HIM BEFORE THE RWC. #rugby
"; arnews[2] += "RT @NZStuff: Richie McCaw's burning desire: ..."; arnews[2] += "
"; arnews[3]="Peter Vine: @rugbycountry In the end he sounded like Murray out of Flight of the Conchords who in turn sounds like a 40 year old Richie McCaw...
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="iconic88: @wadecrptrng a blow out would be healthy ;-) Watch for a RIchie McCaw special ;-)
"; arnews[4] += "@"; arnews[4] += "
"; totcount = 5; 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("
");