var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Helicopter rescues far more common
"; arnews[0] += "The number of helicopter rescues has soared in the upper South Island. Garden City Helicopters, which operates in Canterbury, Nelson and the West Coast, is getting more calls for help as people go further afield for adventure."; arnews[0] += "
Publ.Date : Wed, 06 Jan 2010 06:46:01 GMT"; arnews[0] += "
"; arnews[1]="'Whales/Tahora' exhibit
"; arnews[1] += "Performing during the new \"Whales/Tahora\" exhibition preview party Friay at the Carnegie Museum of Natural History were the Kahurabngi Maori Dance Theatre of New Zealand."; arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 14:49:15 GMT"; arnews[1] += "
"; arnews[2]="Oil drives plans to mine Fiordland
"; arnews[2] += "The Government is considering reversing a ban on mining to allow oil exploration in New Zealand's last great wilderness area, Fiordland."; arnews[2] += "
Publ.Date : Sun, 04 Oct 2009 19:07:42 GMT"; 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("
");