var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Big names turn out for chat show by Gavin and Stacey star Ruth Jones
";
arnews[0] += "RUTH Jones is set to host her own chat show this Christmas, I can today reveal. The actress was in Cardiff on Wednesday to film the one-hour special, which is set to air on BBC1 next month.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:45:55 GMT";
arnews[0] += "
";
arnews[1]="In faith journal
";
arnews[1] += "21, 8 to 10 a.m., Big community breakfast at the Presbyterian Kirk, 180 Brunswick St., St.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:39:31 GMT";
arnews[1] += "
";
arnews[2]="Riley's spirit lives through Christmas program
";
arnews[2] += "Riley Friddle was unforgettable. The white-blond hair, the Clemson clothes, the fight against brain cancer that no child should ever have to fight for all of the four years of her life.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:25:31 GMT";
arnews[2] += "
";
arnews[3]="Obituaries: Friday, November 20, 2009
";
arnews[3] += "Annie P. Alston WARRENTON - Annie P. Alston, 91, of 118 Marshall St., Warrenton, died Friday, Nov.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:22:07 GMT";
arnews[3] += "
";
arnews[4]="Lee, Collier county charities join forces for happy holidays
";
arnews[4] += "As the holiday season approaches, local organizations are joining forces to ensure everyone gets to enjoy their Thanksgiving and Christmas.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="C.L. Slade
";
arnews[5] += "MAXIE - Services are 2 p.m. Sunday at Moore Funeral Home in Wiggins for C.L. Slade, 87, of Maxie, who died Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Lula Mae Richards
";
arnews[6] += "Lula Mae Richards, 88, of Apalachicola, went to be with the Lord on Tuesday, Nov.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Funerals today
";
arnews[7] += "Baise, Harold, 42, of Hull; 11 a.m. at Galilee Holiness Church; Ivie Funeral Home, Commerce, has charge of arrangements.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 08:27:48 GMT";
arnews[7] += "
";
totcount = 8;
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("