var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obituaries, Feb. 10, 2010
"; arnews[0] += "Ruby Parsons Monfee, 89, a Prattville resident, passed away Sunday, Feb. 7, 2010."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:06:30 GMT"; arnews[0] += "
"; arnews[1]="A la Carte: NPR's All Cakes Considered
"; arnews[1] += "Everyone knows about \"All Things Considered,\" National Public Radio's venerable afternoon news show."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:42:00 GMT"; arnews[1] += "
"; arnews[2]="Stone, Dennis Ray
"; arnews[2] += "Mr. Dennis Ray Stone, 56, of 2320-B Pinecroft Road, passed away Sunday evening, February 7, 2010, at Beacon Place in Greensboro after a long battle with cancer."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:03:12 GMT"; arnews[2] += "
"; arnews[3]="Nook Is Available Again, But is it Worth it?
"; arnews[3] += "After a long wait and gobs of frustration, Barnes & Noble's Nook e-book reader is finally available ."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:02:20 GMT"; arnews[3] += "
"; arnews[4]="Psychiatrist jailed for contempt of court
"; arnews[4] += "A local psychiatrist who alleged corruption of the Jones Countya s Sheriffa s Department and Superior Court system now resides at the Jones County Law Enforcement Center as a result of a contempt charge."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:42:19 GMT"; arnews[4] += "
"; arnews[5]="Obituaries, February 10, 2010
"; arnews[5] += "DEATH NOTICES Nathan Alford, 79, Andrews Michael H. Amaker,53, Hemingway Ellen Siegmund, 88, Garden City Joseph Weaver Sr., 78, Hemingway FUNERAL SERVICES Mildred Juk Mildred Avant Juk, 87, of Columbia died Tuesday, February 9, 2010, at Agape Senior."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 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("
");document.write("
");