var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NJSIAA Girls Volleyball: Bridgewater-Raritan sweeps to reach NJSIAA Tournament of Champions final
";
arnews[0] += "It's been the same blueprint for success all season: crisp ball control, scrappy defense and opportune offense.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:58:08 GMT";
arnews[0] += "
";
arnews[1]="Miriam Lenoir Clouse
";
arnews[1] += "Miriam Lenoir Clouse, 89, of Terre Haute, went to meet her Savior, from the home of her caregivers, her granddaughter, Tammy and Ronnie Austin, at 2:10 a.m. Saturday, Nov.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:55:39 GMT";
arnews[1] += "
";
arnews[2]="West Morris celebrates historic season
";
arnews[2] += "WAYNE - There were few tears after the West Morris High School volleyball team fell in a NJSIAA Tournament of Champions semifinal on Saturday afternoon.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sweet 16 join MVP
";
arnews[3] += "Two Morris Daily Herald area varsity girls volleyball teams finished well above .500 this season, and another was one win below the barrier but had arguably its best season ever.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="2010 George Morris Horsemastership Session Free to Auditors
";
arnews[4] += "You can submit prints to Jumping Clinic Practical Horseman 656 Quince Orchard Rd., Suite 600 Gaithersburg, MD 20878 Please make sure they are horizontal, at least 4x6 inches and in focus.";
arnews[4] += "
Publ.Date : Sat, 15 Dec 2007 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Mercury Players Theatre's 1 SW33T R1DE treats rape with humor -- and respect
";
arnews[5] += "There's nothing funny about rape, but one way people deal with trauma is by cracking jokes.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:33: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("