var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LHS Mock Trial Team wins region title
";
arnews[0] += "Lowndes High School's Mock Trial team traveled to Brunswick Saturday and returned to Valdosta with its first region title.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:31:55 GMT";
arnews[0] += "
";
arnews[1]="Monster Jam: Monster Truck Win Fuels Internet Start-up Company Juggle.com
";
arnews[1] += "Louis, Missouri.Driven by husband and wife team Jimmy and Dawn Creten, Bounty Hunter and Scarlet Bandit boast a national following.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="What's Next: The John Cowan Band
";
arnews[2] += "Savannah may not have the smoking big-name concerts they get in Atlanta, Jacksonville or the other mondo metro towns, but a careful examination of the acoustic music schedule around these parts reveals that we get some of the very best of the genre.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:21:49 GMT";
arnews[2] += "
";
arnews[3]="Bringing nets to nation's Capitol
";
arnews[3] += "Barry and Bonnie Goldberg, directors of the Metro American Volleyball Club, helped make the sport an international event with the Capitol Hill Volleyball Classic.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:06:24 GMT";
arnews[3] += "
";
arnews[4]="January 20 obituaries
";
arnews[4] += "Ruby M. Brown Ruby M. Brown, 94, of Marshall, died Tuesday, Jan. 12, 2010. Ruby was born Dec.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Monday's prep roundup: East picks up key AAC win
";
arnews[5] += "Published: Monday, February 8, 2010 at 10:54 p.m. Last Modified: Monday, February 8, 2010 at 10:54 p.m. BOYS BASKETBALL East Henderson 69, Franklin 62 In Franklin, Nathan Roberts and Shak Davis powered the Eagles to a key Appalachian Athletic Conference win.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("