var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jury indicts dozens
";
arnews[0] += "Former fire official faces four counts Tuesday, February 9, 2010 A former assistant chief with the city Fire and EMS Department was among 43 people indicted Monday by a grand jury in Martinsville Circuit Court.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:44:06 GMT";
arnews[0] += "
";
arnews[1]="the Record, Feb. 7
";
arnews[1] += "Loud, Bobby R. and Harolene J. DuBois, Stephane and Janie J. Aldredge Carolyn A. Lee-Crawford and Albert Crawford Debra L. Conklin and Michael D. Agnes L. Crandell and Kelvin D. Jackie L. Walz and James J. Maria Mercado and Guadelupe Gaytan Terry L. Gildon and Julie A. Leticia Yanez and Filipe Ramirez Blanca E. Tellez Hernandez and Miguel A. Gomez ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Updated February Spoilers: Philip and Melanie's Wedding
";
arnews[2] += "It's the week of Philip and Melanie's wedding. Before the big day arrives, the bride-to-be ends up writing Nathan a letter and asks Stephanie to deliver it to him.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:04:15 GMT";
arnews[2] += "
";
arnews[3]="Pineville Mayor Clarence Fields, four councilmen re-elected without...
";
arnews[3] += "Pineville Mayor Clarence Fields and four of the five Pineville City Council members were re-elected without opposition on Friday as no one qualified to run against them.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:33:00 GMT";
arnews[3] += "
";
arnews[4]="10 indicted by county grand jury
";
arnews[4] += "Ten indictments were handed down by a Knox County Grand Jury on Monday. Arraignments are scheduled for Feb.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 15:50:41 GMT";
arnews[4] += "
";
arnews[5]="Marriage Licenses
";
arnews[5] += "STEVENSON -- DUNKIN: William Alexander Stevenson II, 28, of Chillicothe, retail, and Andrea Renee Dunkin, 28, of Chillicothe, accountant.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Fifth defendant sentenced in Tulsa public works scandal
";
arnews[6] += "A Claremore man was sentenced Tuesday to 2 1/2 years in prison for bribing a Tulsa Public Works Department official.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 15:41:34 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("