var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="One dead, four injured in multi-car crash at Market and 17th streets
"; arnews[0] += "Published: Friday, November 20, 2009 at 10:37 p.m. Last Modified: Saturday, November 21, 2009 at 12:14 a.m. Wilmington A mangled pickup truck faced west on Market Street in front of Andrews Mortuary and a body lay on the sidewalk several feet away under a white sheet."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Wilmington woman thankful, angry after robber shot at her
"; arnews[1] += "Published: Friday, November 20, 2009 at 6:39 p.m. Last Modified: Friday, November 20, 2009 at 6:39 p.m. Wilmington When Donna Craig stepped out of her car after sunset Wednesday, a man in dark clothing emerged from the shadows pointing a gun at her face."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="King Addresses UTPA Houston Alumni Association Board of Directors
"; arnews[2] += "University of Texas-Pan American Director of Athletics, Chris King, attended the UTPA Houston Alumni Association Board of Director's meeting at Papa's Seafood Restaurant in Houston, Thursday ."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:41:30 GMT"; arnews[2] += "
"; arnews[3]="Topsail student died from swine flu, Pender health official says
"; arnews[3] += "Published: Tuesday, November 17, 2009 at 1:44 p.m. Last Modified: Tuesday, November 17, 2009 at 5:50 p.m. A Topsail High School student who died earlier this month experienced fatal complications from the H1N1 virus, Pender County health officials said Tuesday."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Palm Springs school briefs for Nov. 20
"; arnews[4] += "Eight Coachella Valley middle-schoolers will get the opportunity to walk the red carpet on Jan."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Dunn convicted of murder, given life sentence
"; arnews[5] += "Rono Darnell Dunn listens as a guilty erdict is announced at the murder trial for Dywaune ReShaune Simpson in a New Hanover County Superior Court Wednesday, Nov."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:28:00 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("
");