var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Suspect charged in Salisbury girl's death
"; arnews[0] += "A Wicomico County grand jury has indicted the sole suspect in the murder of 11-year-old Sarah Haley Foxwell, a move expected for more than a month as prosecutors built a case against him."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:21:00 GMT"; arnews[0] += "
"; arnews[1]="North Shore Tech earns outright crown
"; arnews[1] += "North Shore Tech boys basketball coach Jody Norton is happy, but not satisfied. The Bulldogs became the first team in program history to earn an outright Commonwealth Conference Small title when they defeated Northeast 75-52 last night."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:45:16 GMT"; arnews[1] += "
"; arnews[2]="Tidioute Area News In Brief
"; arnews[2] += "Members of the Tidioute Lions Club really appreciate all the items brought to the recycling center."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:50:15 GMT"; arnews[2] += "
"; arnews[3]="Judges critique performers in round two of LaFayette's Got Talent
"; arnews[3] += "The second round of By Faith Studioa s a oeLaFayettea s Got Talenta got under way Saturday, Feb."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:36:55 GMT"; arnews[3] += "
"; arnews[4]="A Legend Reborn
"; arnews[4] += "Shelby American, a wholly owned subsidiary of Carroll Shelby International Inc. , will fulfill the dreams of enthusiasts by returning the legendary Shelby GT350 to its lineup of American performance cars."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:33:23 GMT"; arnews[4] += "
"; arnews[5]="Ten new National Board Certified teachers honored by district
"; arnews[5] += "Wayne County Public Schools' newest group of National Board Certified teachers were recognized at Monday's school board meeting."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:24:43 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("
");