var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Planning the future of Oktibbeha County
";
arnews[0] += "Starkville Mayor Parker Wiseman, left, speaks with Mississippi State University President Mark Keenum Monday at the city's Sportsplex while former Lt.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:26:10 GMT";
arnews[0] += "
";
arnews[1]="Texas and Big 12 Capsules: No. 24 Baylor beats No. 6 Texas 80-77 in OT
";
arnews[1] += "Freshman guard A.J. Walton, a 47 percent free-throw shooter, made three of four foul shots in the final 17 seconds of overtime and No.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 00:48:16 GMT";
arnews[1] += "
";
arnews[2]="GSDP looks back at 2009, gazes forward to this year
";
arnews[2] += "Top, Prudential Starkville Properties co-owners Judy Webb, left, and Melanie Mitchell, accept the R. Clay Simmons Exemplary Enterprise Award during Thursday nighta s Greater Starkville Development Partnership annual banquet.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 15:17:10 GMT";
arnews[2] += "
";
arnews[3]="WWE Smackdown and Superstars Taping Results [Spoilers]
";
arnews[3] += "WWE Smackdown and Superstars Taping Results [Spoilers] Posted by Chris Lansdell on 01.26.2010 Click if you want to know! Superstars: - D.H. Smith beat Matt Hardy.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 07:56:25 GMT";
arnews[3] += "
";
arnews[4]="Local Roundup: Falcons advance to final
";
arnews[4] += "Hannah Howell scored the lone goal to give Saint Stephen's a 1-0 victory over Out-of-Door Academy on Thursday night in the Class 2A-District 10 semifinals at St.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 07:33:00 GMT";
arnews[4] += "
";
arnews[5]="Hermon-DeKalb rallies to gain victory
";
arnews[5] += "Jon Peters generated 22 points and grabbed 14 rebounds as Hermon-DeKalb held off Harrisville for a 74-59 boys basketball victory Monday to remain unbeaten in the Northern Athletic Conference West Division.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 14:41:07 GMT";
arnews[5] += "
";
arnews[6]="'If Steve's were to reopen ...'
";
arnews[6] += "Finding a buyer for the former Steve's Great Food & Spirits building would be a big boon to downtown Scottville.";
arnews[6] += "
Publ.Date : Wed, 06 Jan 2010 19:04:15 GMT";
arnews[6] += "
";
arnews[7]="The future will be...
";
arnews[7] += "As we're nearing the end of a year and the end of a decade, it's time to look back and ahead.";
arnews[7] += "
Publ.Date : Thu, 31 Dec 2009 01:24:22 GMT";
arnews[7] += "
";
totcount = 8;
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("