var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Staunton Performing Arts Center to raise funds with tale as old as time
";
arnews[0] += "In 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.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Area Hoops 11/18: Ellis hits game-winner in Red Devils' 48-47 win
";
arnews[1] += "Huntington's Jack Ellis hit a shot at the buzzer to give the Red Devils a 48-47 road win over Central Heights Tuesday night.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:16:51 GMT";
arnews[1] += "
";
arnews[2]="NewS.6.20091117124011.semisHSsoccer_20091118.jpg
";
arnews[2] += "A Reynolds defender gets taken down by a hard tackle by a Dover Bay forward during Friday's semi-final of the Island senior boys championship.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:09:04 GMT";
arnews[2] += "
";
arnews[3]="Community News
";
arnews[3] += "Disney's 'Beauty and the Beast' performance scheduled for this weekend: Staunton Performing Arts Center will present a live performance of Disney's 'Beauty and the Beast' Thursday-Sunday at the Octagonal Barn at Frontier Culture Museum.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="These stars deserve a rain check
";
arnews[4] += "In a Merrimack Valley Large-clinching 34-6 win over Central Catholic, LaSpada accrued 430 total yards and threw five touchdowns.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:22:12 GMT";
arnews[4] += "
";
arnews[5]="Dover Pirates make quick work of Trumann Wildcats, 41-14 ... more
";
arnews[5] += "Dover Pirates make quick work of Trumann Wildcats, 41-14 Story date: Nov. 14, 2009 Dover will host Stuttgart next week By Scottie Stone For The Courier DOVER a ' The Trumann Wildcats faced a hungry group of Pirates Friday night who were hosting only their third state playoff game in school history.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:17:46 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("