var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Middle school basketball scores
";
arnews[0] += "Colonels make it three in a row With three players in double digits, the William James Middle boys' basketball team added another win their record Tuesday night, defeating MTAC opponent Waverly at home 44-34. The Colonels improve to 3-0 overall and are 2-0 in the conference.";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hospitals recruiting doctors
";
arnews[1] += "Recruiting doctors to meet the health care needs of the area is a priority for both Parkersburg hospitals.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 07:33:32 GMT";
arnews[1] += "
";
arnews[2]="Births
";
arnews[2] += "Births reported in the area. Births Published Births reported in the area. ARMC A girl, Elcieana Marie Loveless, was born to Dayna Hathcock and Andrew Loveless on Oct.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:46:00 GMT";
arnews[2] += "
";
arnews[3]="Girls basketball roundup: Sherman beats Bonham
";
arnews[3] += "With the defense leading the way, Sherman's girls are off to a strong start to the 2009-10 basketball season.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 22:02:09 GMT";
arnews[3] += "
";
arnews[4]="Conway freshman places seventh
";
arnews[4] += "Two weeks ago, Brittany Leake was helping the Conway volleyball team attempt to pull a district semifinal upset against Ash Grove at Strafford.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 04:53:18 GMT";
arnews[4] += "
";
arnews[5]="Obituaries for Nov. 2, 2009
";
arnews[5] += "Oct. 26, 2009 Keith Patrick Caldwell, of Columbia, died Oct. 26 at Sonora Regional Medical Center of complications from diabetes.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 03:49:19 GMT";
arnews[5] += "
";
totcount = 6;
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("