var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="LHS Mock Trial Team wins region title - Valdosta Daily Times
"; arnews[0] += "Lowndes High School’s Mock Trial team traveled to Brunswick Saturday and returned to Valdosta with its first region title. Team members defeated Valwood School in the first round of the tournament, trying the case of State of Georgia vs Claire ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 GMT"; arnews[0] += "
"; arnews[1]="Turner, Reckless Kelly, Moorer dish out new music - Country Standard Time
"; arnews[1] += "Reckless Kelly, the Austin-based country rockers, pay tribute on \"Somewhere in Time\" to the music of Pinto Bennett, who with his band the Famous Motel Cowboys influenced musicians in the Northwest. Bennett served as a mentor and idol to RK's Willy ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT"; arnews[1] += "
"; arnews[2]="The Listening Room - The Oakland Press
"; arnews[2] += "About halfway through “Soldier of Love,” Sade sings about “flying as slow as I can/I’m not trying to reach the land.” That aptly sums up a career that’s yielded a half-dozen studio albums of varying waits — including a whopping 10-year ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:43:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");