var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A look back at the 2009 volleyball season
";
arnews[0] += "The volleyball season came to a premature end this weekend as no Galveston County team reached the state tournament for the first time since 2005.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 11:15:08 GMT";
arnews[0] += "
";
arnews[1]="Obituaries
";
arnews[1] += "CLARA PEARL FORTENBERRY Funeral services for Clara Pearl Fortenberry, 89, of Gainesville are set for 11 a.m. Tuesday, Nov.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 03:13:13 GMT";
arnews[1] += "
";
arnews[2]="Light up a tree to raise cash for cancer charity
";
arnews[2] += "COMPANIES are being urged to take part in the Marie Curie Nurses' Lights To Remember scheme this festive season.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 14:30:20 GMT";
arnews[2] += "
";
arnews[3]="Olympic implications raise bar at Scotties
";
arnews[3] += "In Victoria, the Scotties Tournament of Hearts starts Saturday at Save On Foods Memorial Arena.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 06:18:57 GMT";
arnews[3] += "
";
arnews[4]="2009 WAC tournament soccer preview
";
arnews[4] += "JOSH RASMUSSEN/THE ARBITER. Boise State's Ashley Walsh battles with Hawai'i defenders during last weeks game in Boise, Idaho.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 07:51:37 GMT";
arnews[4] += "
";
arnews[5]="On file: Oct. 24-30, 2009
";
arnews[5] += "The following people applied for marriage licenses in Kanawha County between Oct.";
arnews[5] += "
Publ.Date : Sun, 01 Nov 2009 03:03:00 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("