var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LaGrange bridge closed for safety
";
arnews[0] += "Robyn Miles / Daily News The one-lane, wooden bridge on Juniper Street has been closed after falling below federal safety standards.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:38:28 GMT";
arnews[0] += "
";
arnews[1]="St. Marka s Kindergarten: a happy place of learning for 50 years
";
arnews[1] += "Robyn Miles / Daily News Irene Hurst Crane works with students Jase Raper, left, and Caleb Lenning at St.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 15:49:28 GMT";
arnews[1] += "
";
arnews[2]="Museum honors 100 years of Boy Scouting
";
arnews[2] += "Robyn Miles / Daily News Kay Minchew, standing, director of the Troup County Archives, and musem worker Joanna Baxter arrange items for an exhibit on Boy Scouts at the Legacy Museum on Main.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 18:27:19 GMT";
arnews[2] += "
";
arnews[3]="Students get first-hand look at work
";
arnews[3] += "Robyn Miles / Daily News Two juniors at Troup High School get hands-on work experience at Katie's Restaurant.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:32:11 GMT";
arnews[3] += "
";
arnews[4]="Hospitala s South Tower opening planned for May 14
";
arnews[4] += "Robyn Miles / Daily News McCarthy Construction Co. workers stand in the unfinished main lobby and reception area on the South Tower's ground floor, which also will have gift and coffee shops.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:57:47 GMT";
arnews[4] += "
";
arnews[5]="Basketball on donkey-back
";
arnews[5] += "Robyn Miles / Daily News John Rhodarmer and his steed face off at a 'donkeyball' fundraiser Friday night.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 07:12:31 GMT";
arnews[5] += "
";
arnews[6]="Boswell leads Tigers
";
arnews[6] += "Robyn Miles / Daily News Troup senior Jonathan Boswell will try to help his team hand the LaGrange Grangers their first loss of the season.";
arnews[6] += "
Publ.Date : Fri, 22 Jan 2010 16:38:34 GMT";
arnews[6] += "
";
totcount = 7;
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("