var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Millbrook Resort enjoys record January
"; arnews[0] += "Millbrook Resort has recorded its busiest January, hosting almost 300 Amway distributors and staff."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:19:17 GMT"; arnews[0] += "
"; arnews[1]="burnside
"; arnews[1] += "A new Christchurch principal is the subject of a vicious online attack, sparking a police investigation."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:26:43 GMT"; arnews[1] += "
"; arnews[2]="Vicious Facebook attack on new Burnside High principal
"; arnews[2] += "A new Christchurch principal is the subject of a vicious online attack, sparking a police investigation."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 17:41:24 GMT"; arnews[2] += "
"; arnews[3]="Boyzone singer at his best
"; arnews[3] += "If talking to your plants makes them grow, what does playing Ronan Keating songs do to them? At the picturesque venue of the Mud House Winery, Ireland's blond boy wonder of Boyzone fame is every inch the pin-up in crisp white shirt, black vest and accessories including a crucifix, and chains on his hip."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:43:30 GMT"; arnews[3] += "
"; arnews[4]="Millbrook Resort A Big Hit With Amway
"; arnews[4] += "Queenstown's five-star Millbrook Resort has had its busiest January ever, playing host to close to 300 Japanese Amway distributors and staff."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 01:41:16 GMT"; 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("
");