var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Updated with Obituary: Former Cottonwood Police Chief Eugene Coker Passes
";
arnews[0] += "Wilson is in charge of funeral arrangements. Mr. Eugene Coker went home to be with our Lord on Sunday, November 15, 2009 at the Southeast Alabama Medical Center surrounded by love with his family and Pastor Allen Leach present after an extended illness.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 05:19:34 GMT";
arnews[0] += "
";
arnews[1]="Gleneagles CC to host British Open qualifier
";
arnews[1] += "Gleneagles Country Club in Plano will host the International Final Qualifier for the British Open for the second consecutive year, the club announced.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 22:32:00 GMT";
arnews[1] += "
";
arnews[2]="College Night: success for students, Urban Outfitters
";
arnews[2] += "Local band, Mousy Brown rocked the atmosphere at Urban Outfitters Oct. 30 for \"College Night\" promoted by public relation students at Boise State.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 19:04:16 GMT";
arnews[2] += "
";
arnews[3]="Lady Jackets swept by Midlothian, will face Red Oak next
";
arnews[3] += "After sweeping its last two opponents to force Friday's third-place tiebreaker against Midlothian, Cleburne was swept by the Lady Panthers 26-24, 25-21, 26-24 at Yellow Jacket Gym.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 09:56:00 GMT";
arnews[3] += "
";
arnews[4]="Volleyball: Martin County, South Fork reach 14-5A final
";
arnews[4] += "Alexis McAvay of Sebastian River hits the ball during Wednesday's match against Martin County at Tropical Farms.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 06:29:29 GMT";
arnews[4] += "
";
arnews[5]="Rebels take fourth at Shasta Shootout
";
arnews[5] += "The Chico Rebels U19 girls soccer team placed fourth at the Shasta Halloween Shootout Tournament.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 07:56:12 GMT";
arnews[5] += "
";
arnews[6]="ET Volleyball: Longview 3, Sulphur Springs 0 and more
";
arnews[6] += "Anna Washington and Traci DeVance had 15 assists apiece, Emily Todd hammered home 11 kills and Jordan Taylor fired off nine aces as the Longview Lady Lobos closed out the regular season with a 25-3, 25-13, 25-17 District 13-4A win over Sulphur Springs.";
arnews[6] += "
Publ.Date : Wed, 28 Oct 2009 05:54:51 GMT";
arnews[6] += "
";
arnews[7]="Ponder moves on to state pageant
";
arnews[7] += "Hannah Ponder, the new Miss Greater Greer 2010, describes herself as a hometown girl who represents everything that Greer is about.";
arnews[7] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Lady Jackets storm past Waxahachie at home
";
arnews[8] += "In 2008 Cleburne senior libero Shelby Contreras went down with a season-ending hamstring injury that hurt the Lady Jackets during the remainder of the season.";
arnews[8] += "
Publ.Date : Sat, 24 Oct 2009 14:58:29 GMT";
arnews[8] += "
";
totcount = 9;
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("