var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="14 adoptions undergo final step
";
arnews[0] += "It marked the end of a long, sometimes difficult ordeal and made legal what LuAnn and Vaughn Bennett felt for years.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:34:21 GMT";
arnews[0] += "
";
arnews[1]="Maclay volleyball beaten in state semis
";
arnews[1] += "LAKELAND - For the second straight year, the Maclay volleyball team had a great run that ended in the final four.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Amanda Miller is perfect as Charlestown beats Corydon 44-37
";
arnews[2] += "Amanda Miller's perfect night led the Charlestown High School girls' basketball team to its first win of the season, defeating visiting Corydon 44-37 in the Mid-Southern Conference opener for both teams.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Prep basketball: Dothan wins at the buzzer
";
arnews[3] += "Jamal Rodgers tipped in a missed shot at the buzzer, as Dothan defeated Ashford 51-49 on Friday night.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Junior Miss explores favorite things
";
arnews[4] += "With this year's theme \"My Favorite Things,\" 31 contestants from around Knox County participated in the 46th Annual Knox County Junior Miss Scholarship Program on Friday night at the Memorial Theater.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:50:26 GMT";
arnews[4] += "
";
arnews[5]="14 adoptions finalized as part of Michigan Adoption Day
";
arnews[5] += "It marked the end of a long, sometimes difficult ordeal and made legal what LuAnn and Vaughn Bennett felt for years.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="More
";
arnews[6] += "For the second straight year, the Maclay volleyball team had a great run that ended in the final four.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:36:49 GMT";
arnews[6] += "
";
arnews[7]="Records
";
arnews[7] += "Kason Cole Hufstedler Brent and Kristi Hufstedler of Walnut Ridge have announced the birth of a son on Nov.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 22:17:55 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("