var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="'Whales/Tahora' exhibit
"; arnews[0] += "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[0] += "
Publ.Date : Tue, 03 Nov 2009 14:49:15 GMT"; arnews[0] += "
"; arnews[1]="Oil drives plans to mine Fiordland
"; arnews[1] += "The Government is considering reversing a ban on mining to allow oil exploration in New Zealand's last great wilderness area, Fiordland."; arnews[1] += "
Publ.Date : Sun, 04 Oct 2009 19:07:42 GMT"; arnews[1] += "
"; arnews[2]="Dziah 2.0, from Auckland, impresses the masses with their air time. Glenn Taylor HBT092552-05
"; arnews[2] += "The crowd sat in awe and admiration as dancers sliced the air with slick flips and stomped across the stage of the Hawke's Bay Opera House last night."; arnews[2] += "
Publ.Date : Thu, 18 Jun 2009 23:44:28 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("
");