var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bobby Dee Perry Sr. - Fort Bend Herald
";
arnews[0] += "Funeral services for Bobby Dee Perry, Sr, 78, of Rosenberg, Texas, are scheduled for 2 p.m. Friday, Nov. 20, 2009, at First Baptist Church, 1117 First St., Rosenberg, with Dr. Jim Adams, Dr. Donnie Melton, and Rev. Malcolm Monroe officiating. Burial ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:54:00 GMT";
arnews[0] += "
";
arnews[1]="Gallery Glimpses - Abington Mariner
";
arnews[1] += "This fall, the Davis Museum & Cultural Center at Wellesley College will have four diverse offerings: two new exhibitions, “Cell Tango” and “21 Etchings and Poems” (through Dec. 13); and two new installations — Christine Hiebert’s ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:38:00 GMT";
arnews[1] += "
";
totcount = 2;
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("