var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art community lights up holiday stage
";
arnews[0] += "ManeStage Theatre Company of Sumner will present the holiday musical, \"Miracle on 34th Street\" - \" based on the classic Christmas film.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:34:55 GMT";
arnews[0] += "
";
arnews[1]="Holiday Jazz Showcase
";
arnews[1] += "A great crowd in the ballroom at the Madame Walker Theatre Center Thursday night got to hear - as well as simply reflect upon - some old and new jazz talent.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:29:29 GMT";
arnews[1] += "
";
arnews[2]="Witness: Foley wanted to leave wife
";
arnews[2] += "Three years before his wife was shot and killed, Tom Foley told another teacher he was unhappy in his marriage and had feelings for her.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="UPDATED: Investigator pooh-poohs break-in theory in Foley case
";
arnews[3] += "A Michigan State Police detective testified today that the evidence does not point to a burglary or slaying by a stranger in the shooting death Feb.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:52:00 GMT";
arnews[3] += "
";
arnews[4]="Read Comments
";
arnews[4] += "Three years before his wife was shot and killed, Tom Foley told another teacher he was unhappy in his marriage and had feelings for her.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:21:27 GMT";
arnews[4] += "
";
arnews[5]="Irma Chase McLoon
";
arnews[5] += "Irma Chase McLoon, 87, died Nov. 12, 2009, at her home, according to her wishes, amongst family members and Miles Hospice attendees and volunteers.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:26:12 GMT";
arnews[5] += "
";
arnews[6]="On the Town: Parties not all play
";
arnews[6] += "Rich and Tricia Smith hear young Ryan Strong, a Little Shots Camper, tell his heartwarming story about his juvenile diabetes at the 'Sweet Success' gala.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 14:25:18 GMT";
arnews[6] += "
";
arnews[7]="Marine donates kidney to 15-year-old
";
arnews[7] += "Maybe it was Cpl. Ryan Fackey's natural inclination to give away almost anything.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 06:25:52 GMT";
arnews[7] += "
";
arnews[8]="Marine stationed in S.C. donates kidney to teen
";
arnews[8] += "Maybe it was Cpl. Ryan Fackey's natural inclination to give away almost anything.";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 04:33:51 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("