var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Staunton Performing Arts Center presents ‘Beauty and the Beast’ - Augusta Free Press
";
arnews[0] += "A live performance of the Disney production of Beauty and the Beast is coming to Staunton, presented by the Staunton Performing Arts Center, the group that will restore and renovate the Dixie Theatre and the adjoining Arcadia Building into a two ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 00:36:00 GMT";
arnews[0] += "
";
arnews[1]="Staunton Performing Arts Center to raise funds with tale as old as ... - Staunton News Leader
";
arnews[1] += "I n Colton Berry's first directorial production since his return to the Shenandoah Valley, he re-imagines his highly successful 2005 production of Disney's \"Beauty and the Beast.\" Berry has made major revisions from his earlier version. Rather than ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:29:00 GMT";
arnews[1] += "
";
totcount = 2;
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("