var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Weekly Movie Comings And Goings
";
arnews[0] += "Feb. 10, 2010 WEEKEND FIRST: Weekly Movie Comings And Goings By Tony Rutherford Huntingtonnews.net Entertainment Editor Huntington, WV - 'Dear John' deservedly on a pre-Valentine's Day weekend coupled with 'Super Bowl' parties pulled women and couples to the theatres, thus, dumping 'Avatar' from the top spot.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:51:33 GMT";
arnews[0] += "
";
arnews[1]="Central boys, Siegel girls win middle school titles
";
arnews[1] += "Central Middle School's boys basketball team has a long tradition of winning the Rutherford County tournament.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 12:27:32 GMT";
arnews[1] += "
";
arnews[2]="Siegel, Blackman girls reach middle school title game
";
arnews[2] += "Shelby Davenport poured in a game-high 18 points for Siegel Middle School, as the Lady Cavaliers basketball team defeated Rock Springs 35-25 in the semifinals of the Rutherford County Middle School Tournament Thursday night.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Shelby Davenport poured in a game-high 18 points for Siegel Middle School, as the Lady Cavaliers basketball team defeated Rock Springs 35-25 in the semifinals of the Rutherford County Middle School Tournament Thursday night.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:09:30 GMT";
arnews[3] += "
";
arnews[4]="Real Estate
";
arnews[4] += "The following real estate transactions valued at more than $25,000 were recorded Jan.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:56:37 GMT";
arnews[4] += "
";
arnews[5]="Weekly Movie Comings And Goings
";
arnews[5] += "Feb. 3, 2010 WEEKEND FIRST: Weekly Movie Comings And Goings By Tony Rutherford Huntingtonnews.net Entertainment Editor Huntington, WV - It's Oscar Nomination time.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 13:38:10 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("