var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eva F. Mattingly - Washington Times-Herald
";
arnews[0] += "Born July 13, 1925, in Pike County, she was the daughter of Charles and Mayme (Eisele) Beck. She was a member of Our Lady of Hope Catholic Church and the Legion of Mary. She had worked at Prairie Village Living Center as the head cook. She is ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:46:00 GMT";
arnews[0] += "
";
arnews[1]="State Education Funding Formula Means Less Money for Some School ... - WTVR-TV
";
arnews[1] += "Just as your school districts are trying to figure out how they're going to make ends meet next year, Governor Bob McDonnell is proposing to reinstate a state education funding formula that's been used in the Commonwealth for 40 years, but could ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:54: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("