var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police beat
";
arnews[0] += "Officers find unconscious female at Jimmy John's At 2:30 a.m. Saturday, officers reported to Jimmy John's regarding a call about an unresponsive female.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:03:16 GMT";
arnews[0] += "
";
arnews[1]="Teachers of the year recognized Tuesday
";
arnews[1] += "FRANKLIN- Williamson County Schools teachers of the year will be honored during a ceremony Tuesday beginning at 3:30 p.m. in the auditorium of the county administrative complex.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="WW Ladies Book Club Blurbs
";
arnews[2] += "Thought we'd start the WW Ladies Book Club off with a smile today. A couple go on vacation to a fishing resort in northern Minnesota.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:21:17 GMT";
arnews[2] += "
";
arnews[3]="Newport girls take over first in Crest division | Prep Basketball recap
";
arnews[3] += "Betsy Kingma scored a game-high 23 points to lead No. 3 Newport past Redmond 53-40. With Issaquah losing, Newport took over sole possession of first place in the KingCo 4A crest division with the win.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 00:18:00 GMT";
arnews[3] += "
";
arnews[4]="OHS girls fight back for win over Louisburg
";
arnews[4] += "Not too often does a home court feel foreign, but it did to the Ottawa High School girls basketball team.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 07:08:57 GMT";
arnews[4] += "
";
arnews[5]="College News
";
arnews[5] += "Published: Monday, January 25, 2010 at 3:30 a.m. Last Modified: Sunday, January 24, 2010 at 9:53 p.m. University of Alabama at Birmingham Payten Lowrey received a four-year University of Alabama at Birmingham Golden Excellence Scholarship valued at up to $24,000. He is the son of Paul and Cindy Lowrey.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 05:53:00 GMT";
arnews[5] += "
";
arnews[6]="Garrison Elementary School showing off new flair
";
arnews[6] += "The Frogtown Condominiums are located a short distance from Garrison Elementary School.";
arnews[6] += "
Publ.Date : Sun, 24 Jan 2010 08:48:28 GMT";
arnews[6] += "
";
arnews[7]="Country Crossing Fights to Keep Bingo
";
arnews[7] += "The gambling controversy at an Alabama bingo and country music complex could affect people in Northwest Florida.";
arnews[7] += "
Publ.Date : Thu, 21 Jan 2010 05:48:56 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("