var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wesley Herbert Rice
";
arnews[0] += "He was the son of the late Lawson and Texana Rice. Wesley was predeceased by a sister, Vera Carson; and brothers, Perry Rice, Joe Rice, and Wiley Rice.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Abby Hardin wins Burke County Spelling Bee
";
arnews[1] += "Thirteen-year-old Abby Hardin had one last chance to win the Burke County Spelling Bee before she aged out of the competition.";
arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 02:24:00 GMT";
arnews[1] += "
";
arnews[2]="Brandy Ledford on Modern Family
";
arnews[2] += "I've finally caught up on Modern Family , which is a new comedy show on NBC . I heard some good things about it but the main reason I wanted to check it out is the busty Sofia Vergara ! Unfortunatly, she's been pretty disappointing so far.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 17:08:49 GMT";
arnews[2] += "
";
arnews[3]="Recent weddings
";
arnews[3] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[3] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Recent weddings
";
arnews[4] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[4] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 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("