var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="P.O.W./M.I.A. ID program comes to Jackson
";
arnews[0] += "Joe Partridge of Clinton and his wife Joyce are hoping the remains of Joe's brother, a pilot in the Korean War, will be found overseas.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:42:38 GMT";
arnews[0] += "
";
arnews[1]="Albert ousts incumbent in Greer recount
";
arnews[1] += "Judy Albert held on to her 2-vote lead to claim the District 6 seat on City Council.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:04:00 GMT";
arnews[1] += "
";
arnews[2]="Letters: Proustian challenge
";
arnews[2] += "The Association of Chief Police Officers' proposed register of domestic violence perpetrators is welcome and long overdue .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:05:03 GMT";
arnews[2] += "
";
arnews[3]="Casting, Casting, Casting
";
arnews[3] += "Set for New Group's A Lie of the Mind [ P ] Hamilton, Ireland, O'Connell, Nivola, Siff and Whaley Cast in A Lie of the Mind Off-Broadway [ P ] Dullea to Head Cast of I Never Sang for My Father Off-Broadway [ TM ] Tarell Alvin McCraney's Brother/Sister Plays Extends at Public Theater Through December 20 [ P ] McCraney's The Brother/Sister Plays ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:05:16 GMT";
arnews[3] += "
";
arnews[4]="Greer council race hangs on two votes
";
arnews[4] += "Judy Albert was named the unofficial winner in Tuesday's City Council runoff. With only two votes separating the challenger from incumbent Belle Coxe Mercado, election commission officials warned it's too close to call before the election is certified.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:48:00 GMT";
arnews[4] += "
";
arnews[5]="Albert named unofficial winner in Greer City Council runoff
";
arnews[5] += "Judy Albert was named the unofficial winner in Tuesday's City Council runoff. With only two votes separating the challenger from incumbent Belle Coxe Mercado, election commission officials warned it's too close to call before the election is certified.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("