var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mary Ellen Cranwell Deemer - Bluefield Daily Telegraph
";
arnews[0] += "BLACKSBURG, Va. — Mary Ellen Cranwell Deemer, of Blacksburg, Va., died Monday, February 8, 2010 at home with her family by her side. Mrs. Deemer was the daughter of the late James Edward and Mary Peters Cranwell, and was preceded in death by two ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:55:00 GMT";
arnews[0] += "
";
arnews[1]="Free state High School honor roll - LJWORLD
";
arnews[1] += "Free State High School has announced its first semester 2009-10 honor rolls. To be eligible for the honor roll, a student must obtain at least a 3.5 grade-point average. Eric Anderson, Michael Anderson, Daniel Armenta, Kathryn Baringer, Louis Bateman ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 07:27: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("