var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Young Tigers learn valuable ...
";
arnews[0] += "A strong season is not always defined by wins and Rockland District High School's junior varsity field hockey players learned that lesson this fall.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:39:47 GMT";
arnews[0] += "
";
arnews[1]="3 Local Farms Named 'Tennessee Century Farms'
";
arnews[1] += "Three more Greene County farms have been designated as \"Tennessee Century Farms.\" Two of the three farms -- the Mattie Lou Broyles Snapp Farm and the Graveyard Hill Farm -- also have been designated as \"Pioneer Century Farms\" because they were founded prior to 1796 when Tennessee became a state, Hankins said.";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 09:49:28 GMT";
arnews[1] += "
";
arnews[2]="Names and Changes Compiled by Heather Brush Froeschl;...
";
arnews[2] += "Virginia Tech has named JON GREENE a program manager for the Institute for Critical Technology and Applied Science.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 05:43:52 GMT";
arnews[2] += "
";
arnews[3]="VOLLEYBALL: Central, Northwood, Abingdon Among Winners Tuesday
";
arnews[3] += "Sullivan Central senior Kara Mann had 13 kills as the Cougars posted a 17-25, 25-19, 25-22, 25-23 Big Eight Conference volleyball victory over Tennessee High.";
arnews[3] += "
Publ.Date : Thu, 17 Sep 2009 01:30:32 GMT";
arnews[3] += "
";
arnews[4]="Land transactions for the week of September 16, 2009
";
arnews[4] += "Deeds that were transferred in Shelby County from Aug. 28-Sept. 3. Aug. 28 -William J. and Holly M. Parrish to Gregory C. and Janene M. Ganus for $475,000 for Lot 2802 at Highland Lakes.";
arnews[4] += "
Publ.Date : Tue, 15 Sep 2009 22:00:16 GMT";
arnews[4] += "
";
arnews[5]="March of Dimes Welcomes New National Youth Council Members
";
arnews[5] += "A new chairperson and eight new members have been appointed to the March of Dimes National Youth Council, it was announced today.";
arnews[5] += "
Publ.Date : Thu, 10 Sep 2009 19:29:52 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("