var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="With Kathryn Morris of 'Cold Case'
";
arnews[0] += "Before signing on to star as the lead detective in CBS' missing-persons drama \"Cold Case,\" Kathryn Morris was courted by Steven Spielberg and Rod Lurie.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:09:14 GMT";
arnews[0] += "
";
arnews[1]="Children design dishes for celebrity chef Aiden Byrne at the Church Green in Lymm
";
arnews[1] += "Because the youngsters have designed a new childrena TMs menu at the award-winning Church Green in the village.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:47:43 GMT";
arnews[1] += "
";
arnews[2]="Gary: Giving greater where need is seen
";
arnews[2] += "With more than 60 non-profit agencies in Grundy County, significant numbers of people depend on the generosity of others for needed services.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:38:47 GMT";
arnews[2] += "
";
arnews[3]="Looking Back: 1979 - Dr. Royal Anspach died in a fall
";
arnews[3] += "BONDURANT - Rita Rostenbach told of the Tree's Forever chapter's success in planting trees in town.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Birkman: Consoling our Fort Hood neighbors
";
arnews[4] += "The terrible tragedy that occurred hit very close to home for many county residents.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:34:32 GMT";
arnews[4] += "
";
arnews[5]="Morris School News
";
arnews[5] += "Julianne Karen Devries, daughter of Robert and Linda DeVries of Kinnelon, is a member of the Westover Honors Society at Lynchburg College, which promotes interaction among students who value academic excellence and strive to broaden their intellectual curiousity and independence.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Marriage licenses
";
arnews[6] += "The following couples applied for marriage licenses in Rutherford County: Robert Allen Rhoden and Jessica Anne Thompson Keith Adamson and Jenny Rachel Lee Boone Brent Irwin Morris and Erin Leigh Arnett Jonathan Dale Hasty and Kathryn Ann Larned Christopher Gayle Slate and Jessica Brandie Gaines Prentice Abraham Vaughn and Rachel Ann Arends ...";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Whyne, Huxley
";
arnews[7] += "Lindsay Morris Huxley of Raleigh, and Eric Jonathan Whyne of Ashland, Pa., were united in marriage on Oct.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 01:53:00 GMT";
arnews[7] += "
";
arnews[8]="TV career heats up with 'Cold Case'
";
arnews[8] += "Lilly and Valens appear in a past episode of \"Cold Case.\" Former Charlottean Erica Anderson is now writing for the show.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 22:29:20 GMT";
arnews[8] += "
";
totcount = 9;
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("