var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls Cross Country Njsiaa Meet of Champions
";
arnews[0] += "HOLMDEL - All the work, the preparation, the practices for more than two years, the countless meets, the endless training all came down to one final chance for Randolph High School of being crowned the overall girls' cross country state champion.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Nine
";
arnews[1] += "Daniel Day-Lewis , Marion Cotillard , Penelope Cruz , Nicole Kidman , Judi Dench , Kate Hudson , Stacy Ferguson , Sophia Loren Genre: Drama, Musical PG-13 Review: DVD: \"Nine\" is a vibrant and provocative musical that follows the life of world famous film director Guido Contini as he reaches a creative and personal crisis of epic proportion, while ...";
arnews[1] += "
Publ.Date : Fri, 04 Apr 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Pairing Fragrance and Nail Polish to Create a New Fashion Mood
";
arnews[2] += "Fragrance and nail polish are fantastic accessories that you can change with every mood.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:56:56 GMT";
arnews[2] += "
";
arnews[3]="Morris harriers look to make their mark at M of C
";
arnews[3] += "The NJSIAA cross country Meet of Champions will take place Saturday morning at Holmdel Park, with the girls' race set to kick off at 10 a.m. and the boys' race to commence at 10:45 a.m. Once again, there will be a strong contingent of local runners competing in both races.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hudson man gets life sentence for family murders
";
arnews[4] += "Summit County Prosecutor Sherri Bevan Walsh filled in the details that have gone largely unanswered since a Hudson man was arrested in April after the beating death of his mother and brother on the grounds of their sprawling Hudson home.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:21:05 GMT";
arnews[4] += "
";
arnews[5]="'Wick, O-State men win
";
arnews[5] += "Sophomore guard Mark Blazek scored 26 points Friday to lead Hartwick College to an 86-58 men's basketball victory over Cazenovia in the first round of the Tom Greene Memorial Tip-Off Classic at Lambros Arena.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Turning A Corner
";
arnews[6] += "In the many stages of building the women's basketball program at Franklin & Marshall , this season presents its own set of unique challenges.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:30:14 GMT";
arnews[6] += "
";
arnews[7]="Legion Official Red Band Movie Trailer
";
arnews[7] += "Share on Facebook Sony Pictures just released the official red band movie trailer from the upcoming horror film \"Legion\" by director Scott Stewart and starring Doug Jones , Dennis Quaid , Kevin Durand and Kate Walsh .";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 16:21:20 GMT";
arnews[7] += "
";
totcount = 8;
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("