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]="Sade's 'Soldier of Love' among new CD releases this week
";
arnews[1] += "Here's a list of some new CD releases for the week of Feb. 9: Arj Barker - \"LYAO\" Measha Brueggergosman and Justus Zeyen - \"Nights and Dreams\" Chris Cagle - \"Greatest Hits\" Celtic Thunder - \"It's Entertainment\" Celtic Woman - \"Celtic Woman 4\" The Cottars - \"Feast\" Fear Factory - \"Mechanize\" Kirk Franklin Presents Artists United For Haiti - \"Are You ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:04:20 GMT";
arnews[1] += "
";
arnews[2]="Athlete of the Week: West Hall's Jarquise Young
";
arnews[2] += "Jaymee Carnes, Gainesville: Averaged 22 points per game in four wins. Rebecca Webster: Had 20 points in a win against Flowery Branch on Friday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:29:33 GMT";
arnews[2] += "
";
arnews[3]="What Kinda Gone - Chris Cagle
";
arnews[3] += "When he was four years old, Chris Cagle moved from Louisiana to the outskirts of Houston, where he grew up.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:58:48 GMT";
arnews[3] += "
";
arnews[4]="Boys basketball: Spartans, Stephens nip Knights
";
arnews[4] += "The West Hall boys basketball team got a big performance from Shunquez Stephens in a 77-72 win over Johnson on Friday night at West Hall.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:25:04 GMT";
arnews[4] += "
";
arnews[5]="Berry students make dean's list and All-College Band and Orchestra
";
arnews[5] += "Berry announces deana s list The following students have been named to Berry Collegea s fall 2009 deana s list: Adairsville: Jessica Cantrell; Armuchee: Casey Underhill, Jessica Johnstone, Mary Roes; Mount Berry: Ashley Anglin, Will Watkins, Maria Garrido; Rome: Bradley Cagle, Jenn Blalock, Emma Eberhart, Michelle Camp, Melissa Williams, Josh ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 06:35:36 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("