var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CHS picked to sweep 6-AAA
";
arnews[0] += "The girls and boys basketball coaches of District 6-AAA evidently expect their respective races to go much like every other sport so far this school year -- Cookeville is the unanimous favorite to win both titles.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:39:44 GMT";
arnews[0] += "
";
arnews[1]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
";
arnews[1] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:47:17 GMT";
arnews[1] += "
";
arnews[2]="Dixon battles Hendersonville in 1-A final
";
arnews[2] += "Nine players on Dixon's soccer team own championship rings from the last time their squad participated in a state title game.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:46:54 GMT";
arnews[2] += "
";
arnews[3]="Dixon falls in title game
";
arnews[3] += "Dixon had probably its worst half all season, leading to the Bulldogs feeling just that bad after their final game.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:46:13 GMT";
arnews[3] += "
";
arnews[4]="Area Boysa Basketball Preview: Dona t be shy
";
arnews[4] += "The new credo of a lot of high school basketball coaches? Jack it up. If you've been to a local game in the last few years, you know the game has become a lot about the shot from behind the arc, from behind 19 feet, 9 inches.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:21:58 GMT";
arnews[4] += "
";
totcount = 5;
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("