var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Judge says no to suspending sheriff, sets Jan. 18 hearing on removing him
";
arnews[0] += "Lincoln County Sheriff Timothy L. Daugherty embraces Lincoln County Democratic Party Chairman Marsha Jordan on Friday after the judge refused to suspend him.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:41:29 GMT";
arnews[0] += "
";
arnews[1]="Judge rejects effort to suspend sheriff
";
arnews[1] += "Superior Court Judge Richard Boner denied a petition Friday to suspend Lincoln County Sheriff Tim Daugherty, who faces two felony charges of obstruction of justice.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:50:58 GMT";
arnews[1] += "
";
arnews[2]="Weekend's full of events for faithful
";
arnews[2] += "Lots of faithy things to do this weekend. Fall festivals, music, and opportunitiesA for volunteering or worship abound.A Leave a comment with an event you'd like to see included.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:46:01 GMT";
arnews[2] += "
";
arnews[3]="Mount Airy s Jokton Moore returns an interception against East Surry earlier this season.
";
arnews[3] += "Mount Airy's Jokton Moore returns an interception against East Surry earlier this season.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:26:56 GMT";
arnews[3] += "
";
arnews[4]="Rain expected in Bearcats match at Monroe
";
arnews[4] += "Hendersonville's Wiekus Tolles and Albemarle's Anthony Hinson go for the ball during the 1-A quarterfinals Saturday.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:25:54 GMT";
arnews[4] += "
";
arnews[5]="Bearcats set to take on Monroe in 1-A semifinals
";
arnews[5] += "Hendersonville's Wiekus Tolles and Albemarle's Anthony Hinson go for the ball during the 1-A quarterfinals Saturday.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:46:42 GMT";
arnews[5] += "
";
arnews[6]="North Surry players gather before a set against Surry Central earlier this season.
";
arnews[6] += "A successful fall sports season highlighted by three state championships a ' and the possibility of a fourth or fifth a ' means the all-Northwest 1A/2A Conference teams are loaded with local standouts.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 02:40:36 GMT";
arnews[6] += "
";
totcount = 7;
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("