var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="All-School reunion held for Savanna grads
"; arnews[0] += "The Savanna All School Reunion was held June 27 at the Pearl Dunn Cafetorium. There were 122 registered graduates, their spouses, teachers and guests in attendance."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:02:14 GMT"; arnews[0] += "
"; arnews[1]="Tilda Guinn Lewis
"; arnews[1] += "Tilda Guinn Lewis, 83, of Fyffe, died Monday, Nov. 9, 2009, at her home. Services were Wednesday, Nov."; arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 22:06:18 GMT"; arnews[1] += "
"; arnews[2]="Tilda Guinn Lewis
"; arnews[2] += "Tilda Guinn Lewis, 83, of Fyffe, died Monday, Nov. 9, 2009, at her home. Services were Wednesday, Nov."; arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 22:06:18 GMT"; arnews[2] += "
"; arnews[3]="Tilda Guinn Lewis
"; arnews[3] += "Tilda Guinn Lewis, 83, of Fyffe, died Monday, Nov. 9, 2009, at her home. Services were Wednesday, Nov."; arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 22:06:18 GMT"; arnews[3] += "
"; arnews[4]="Gale Elaine Moore
"; arnews[4] += "MANSFIELD: Gale Elaine Moore age 49 passed away at Med Central Hospital on November 7, 2009 after a long illness."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 20:48:11 GMT"; arnews[4] += "
"; totcount = 5; 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("
");