var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Tuesday's soccer roundup: Hueneme ends Pacifica's unbeaten run
"; arnews[0] += "Richie Carranza and Jerry Mendez scored goals as Hueneme High handed Pacifica its first boys' soccer loss of the season Monday on the road."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="DIGEST: Reports: 13-year-old QB accepts USC scholarship
"; arnews[1] += "David Sills, a 13-year-old quarterback from Bear, Del., has committed to play at USC, according to media reports last night."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:29:36 GMT"; arnews[1] += "
"; arnews[2]="Balanced Lions knock off Northview
"; arnews[2] += "Four players scored in double figures as Houston County won its sixth straight and eighth in the last games, beating Northview 82-75. Ernest Tyson led Houston County with 21 points."; arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="New Hanover County science fair participants analyze, explain
"; arnews[3] += "The New Hanover County Science Fair, which was held at Murray Middle School on Jan."; arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Prep Roundup: Cougarettes win big
"; arnews[4] += "Sam Popham had two goals and an assist to spark the Canyon Cougarettes to a 7-2 non-district win over Marble Falls on Tuesday night."; arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Windsor High School student-directed play "Arsenic and Old Lace"...
"; arnews[5] += "\"Arsenic and Old Lace\" will being its three-night run at 7 tonight at the Windsor High School auditorium, 1100 Main St."; arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 10:56:03 GMT"; arnews[5] += "
"; arnews[6]="New Hanover County science fair participants analyze, explain
"; arnews[6] += "The New Hanover County Science Fair, which was held at Murray Middle School on Jan."; arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 06:13:44 GMT"; arnews[6] += "
"; arnews[7]="Windsor High School student-directed play "Arsenic and Old Lace"...
"; arnews[7] += "\"Arsenic and Old Lace\" will being its three-night run at 7 tonight at the Windsor High School auditorium, 1100 Main St."; arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 05:26:34 GMT"; arnews[7] += "
"; totcount = 8; 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("
");