var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mary Laycock Bridges
";
arnews[0] += "Mary Laycock Bridges, 75, of Warner Robins, Ga., formerly of Terre Haute, entered into rest Sunday, Nov.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 09:54:25 GMT";
arnews[0] += "
";
arnews[1]="Births Nov 8
";
arnews[1] += "ADJANO, Brooklyn Marie, daughter, was born Oct. 27 to Tony Adiano and Alysha Askew of Albany.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 06:46:50 GMT";
arnews[1] += "
";
arnews[2]="Methodist Specialty and Transplant Hospital Reaches National...
";
arnews[2] += "Fifty individuals who had lost hope of ever having the kidney transplants that would save their lives have reason to celebrate today as Methodist Specialty and Transplant Hospital announced a national transplant milestone - its 50th paired kidney exchange transplant.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 00:52:14 GMT";
arnews[2] += "
";
arnews[3]="After a postseason of speculation, Yankees manager Joe Girardi ends up on top
";
arnews[3] += "When Joe Girardi cracked, his voice sounded like that of a 15-year-old boy. He flashed his smile, the modest Illinois grin, as he stood in the Yankee Stadium outfield, reveling in his team's World Series victory Wednesday night.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 06:23:18 GMT";
arnews[3] += "
";
arnews[4]="White roses and thorns
";
arnews[4] += "W HITE ROSES: To the honorees at The York City Human Relations Commission's 28th annual Dr.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 06:06:50 GMT";
arnews[4] += "
";
arnews[5]="Local Red Cross honors its heroes
";
arnews[5] += "Dr. David Uhrik, owner of West Side Dental in West Manchester Township, sees human beings, not insurance policies and check numbers, he said.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 07: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("