var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="College notes: 11.09.09
"; arnews[0] += "Zachery Houston was named Homecoming King and Oralia Ruby Tello was named Homecoming Queen on Oct."; arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 05:41:50 GMT"; arnews[0] += "
"; arnews[1]="Sterett wins regional cross country for third straight year
"; arnews[1] += "In running to his third straight NCHSAA East Regional 2-A cross country championship, Swansboro senior Ben Sterett led from the start."; arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 05:01:59 GMT"; arnews[1] += "
"; arnews[2]="MHS girls place 3rd, boys 4th at Dr.....
"; arnews[2] += "The Marshall girls finished in third place and the boys fourth at the Adrian Dragon Invitational Tuesday."; arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 06:31:08 GMT"; arnews[2] += "
"; arnews[3]="DA's Report
"; arnews[3] += "The following information was provided by Nye County District Attorney Bob Beckett."; arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 06:31:28 GMT"; arnews[3] += "
"; arnews[4]="Sotomayor Inspiration To Dallas Hispanic Community
"; arnews[4] += "Share + Aug 8, 2009 8:44 pm US/Central Selena Hernandez 1 of 1 Judge Sonia Sotomayor , the first Hispanic justice on the U.S. Supreme Court, is sworn in with the Judicial Oath in the East Conference room of the Supreme Court on August 8, 2009."; arnews[4] += "
Publ.Date : Sat, 08 Aug 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="'Christina DeRosa Cabaret Show' at the Camden House
"; arnews[5] += "Actress, Singer, Model Christina DeRosa will perform in her own show 'Christina DeRosa's Cabaret Show' at the Camden House Beverly Hills, CA, July 27, 2009 -- -- Up and coming Film and Television Star Christina DeRosa will perform in her own show \"Christina DeRosa's Cabaret Show\" at the Camden House along with many Hollywood guest star performers ..."; arnews[5] += "
Publ.Date : Mon, 27 Jul 2009 15:23:13 GMT"; arnews[5] += "
"; totcount = 6; 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("
");