var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Ultimate night at a Point
"; arnews[0] += "THE Ultimate Warriors night at the Balmoral Hotel was hailed a massive success by Elite coach Karl Bruns."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:15:47 GMT"; arnews[0] += "
"; arnews[1]="Ovechkin leaves with injury
"; arnews[1] += "After discovering one of Michael's secret labs, the team investigates the abandoned village near the facility."; arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 06:33:32 GMT"; arnews[1] += "
"; arnews[2]="Jeter, Pujols win 2009 Hank Aaron Award
"; arnews[2] += "After discovering one of Michael's secret labs, the team investigates the abandoned village near the facility."; arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 06:33:25 GMT"; arnews[2] += "
"; arnews[3]="A-Rod's ninth-inning hit puts Yankees a win away ...
"; arnews[3] += "After discovering one of Michael's secret labs, the team investigates the abandoned village near the facility."; arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 06:33:17 GMT"; arnews[3] += "
"; arnews[4]="Man arrested in a series of car thefts in ...
"; arnews[4] += "After discovering one of Michael's secret labs, the team investigates the abandoned village near the facility."; arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 06:33:14 GMT"; arnews[4] += "
"; arnews[5]="Stellar Line Up at Biggest Armageddon Expo Yet
"; arnews[5] += "Friday, 09 October 2009, 12:43 pm Press Release: Paul Blomfield October 9th 2009 Click to enlarge Jason Mamoa will be in attendance."; arnews[5] += "
Publ.Date : Fri, 09 Oct 2009 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="Armageddon's coming
"; arnews[6] += "Lock your doors - because the geeks are coming. Labour Weekend 2009 is shaping up to be a busy one for fans of the Armageddon Expo in Auckland."; arnews[6] += "
Publ.Date : Wed, 07 Oct 2009 03:25:47 GMT"; arnews[6] += "
"; arnews[7]="Cake Wrecks: The Blog Becomes a Book
"; arnews[7] += "Cake decorating, humor and a blog sound like an odd combination. Jen Yates of Cake Wrecks manages to mix them all together with hilarious results when professional cakes go hilariously wrong."; arnews[7] += "
Publ.Date : Thu, 24 Sep 2009 16:21:24 GMT"; arnews[7] += "
"; arnews[8]="Padres edge Dodgers
"; arnews[8] += "Conclusion. Beckett's return surprises the Atlantis crew. Elsewhere, Teyla, now a prisoner, finds missing Athosians held captive at one of Michael's secret facilities."; arnews[8] += "
Publ.Date : Mon, 07 Sep 2009 07:46:21 GMT"; arnews[8] += "
"; totcount = 9; 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("
");