var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Piney Grove student gets part in feature film
";
arnews[0] += "You can hear the excitement in Chandler Brown's voice as he describes his passion for acting.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Jill Scott on Passing of Anthony Minghella; Shawn Ashmore Still 'Frozen'
";
arnews[1] += "Jill Scott and the cast of HBO's \"The No. 1 Ladies' Detective Agency\" have garnered rave reviews and nominations this awards season, but Scott remains devastated about the passing of the series' Oscar-winning director, Anthony Minghella.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:02:22 GMT";
arnews[1] += "
";
arnews[2]="Peter Serkin; more
";
arnews[2] += "Duke University's Reynolds Theater - Peter Serkin joins Duke Performance's Piano Recital series to share selections from his five-century-spanning repertoire this weekend.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:07:47 GMT";
arnews[2] += "
";
arnews[3]="Plains Edition Obituaries for 1-23-10
";
arnews[3] += "Walter Joseph Jochum, 90, of Sutherland, died Nov. 30, 2009, at the Sutherland Care Center in Sutherland.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 09:00:00 GMT";
arnews[3] += "
";
arnews[4]="Diff'rent Strokes Star Gary Coleman Arrested For Domestic Assault
";
arnews[4] += "Former child star Gary Coleman has been jailed after being arrested for domestic violence.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 21:40:41 GMT";
arnews[4] += "
";
arnews[5]="Race to the Top Perry has his allies
";
arnews[5] += "When it comes to public education issues, Anette Carlisle does not always see eye to eye with Gov.";
arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 12:26:43 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("