var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jones, Tandy named MVPs of all-county soccer teams
";
arnews[0] += "State Journal/Kelly Mackey Adam Jones, left, and Ramsy Tandy were selected as All County Most Valuable Players.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:33:07 GMT";
arnews[0] += "
";
arnews[1]="Thank you
";
arnews[1] += "On Saturday, Oct. 31, the Community Breakfast Program celebrated its first anniversary of serving meals, and distributing clothes and books to 2,000 of the poor, working poor and homeless of New Bedford.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:07:20 GMT";
arnews[1] += "
";
arnews[2]="Elementary Hoops Round 6
";
arnews[2] += "The action was fast and furious this past Thursday night as Cocke County's elementary school basketball teams battled in Round 6 of their schedule.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:00:11 GMT";
arnews[2] += "
";
arnews[3]="[VIDEO] Brooke Hogan Cameos In New Toni Braxton Video
";
arnews[3] += "The video also features cameos from NBA Lakers Ron Artest and Shannon Brown as well as Brooke Hogan.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:01:30 GMT";
arnews[3] += "
";
arnews[4]="Toni Braxton - 'Yesterday' ft. Trey Songz
";
arnews[4] += "Weird....out of the infinity of songs that could've come up, Genius picks Unbreak My Heart to play as I refreshed the page and saw this article post.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:56:24 GMT";
arnews[4] += "
";
arnews[5]="Local players named to all-region team
";
arnews[5] += "The girls all-region team for the 13th Region was recently announced. Franklin County's Ramsy Tandy was selected to the first team.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:19:15 GMT";
arnews[5] += "
";
arnews[6]="FROM Kate Moss's quip to Lee Ryan's 9/11 blunder, the cringiest celebrity quotes
";
arnews[6] += "THEY'VE got their own clothes range, a couple of mil in the bank and a rock star on the arm, but celebs are still pining for one thing ... common sense.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 07:56:24 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("