var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="YouTheatre stages modern holiday classic
";
arnews[0] += "Published: Friday, November 20, 2009 at 4:30 a.m. Last Modified: Thursday, November 19, 2009 at 7:34 p.m. Flat Rock YouTheatre's production of \"The Best Christmas Pageant Ever\" definitely lives up to its name.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Volleyball consolation round: Riders win third in 'AA'
";
arnews[1] += "Roosevelt avenged a tough loss in the semifinals to beat Rapid City Stevens 25-20, 20-25, 25-19, 25-11 for third place at the Class AA state volleyball championships on Saturday in Brookings.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:24:05 GMT";
arnews[1] += "
";
arnews[2]="Volleyball earns ECAC title
";
arnews[2] += "The volleyball team came into the 2009 season having to overcome a good deal of adversity to be successful.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:30:14 GMT";
arnews[2] += "
";
arnews[3]="Fifteen county students participate in NC Honors Choruses
";
arnews[3] += "Cleveland County Schools' students were among the hundreds selected to participate in NC Honors Chorus performances recently during the NC Music Educators' Conference in Winston-Salem. The 15 local students were selected by audition and performed Nov.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:47:09 GMT";
arnews[3] += "
";
arnews[4]="Turkmenistan: Washington Finesses Study-Abroad Controversy
";
arnews[4] += "Prominent human rights advocates want the United States to consider invoking the Jackson-Vanik amendment against Turkmenistan over Ashgabat's refusal to let hundreds of young scholars leave the country to pursue their studies.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:35:35 GMT";
arnews[4] += "
";
arnews[5]="Swimmers set sights on state success
";
arnews[5] += "All season long, members of local high school girls' swimming and diving teams worked countless hours in and out of pools with hopes of qualifying for state-meet competition.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("