var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sweet 16 join MVP
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Preparing for Black Friday
";
arnews[1] += "In one week stores across the area are expecting to be full of bargain hunting shoppers.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:43:05 GMT";
arnews[1] += "
";
arnews[2]="Hanley's all-around play lifts Plainfield C.
";
arnews[2] += "You name it, Brigid Hanley had it on her stat line. Hanley scored 28 points in Plainfield Central's 46-38 victory over Freeport on Thursday night in play at the Romeoville Thanksgiving Tournament.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:06:24 GMT";
arnews[2] += "
";
arnews[3]="Deep Inside Hollywood
";
arnews[3] += "Originally printed 11/19/2009 James Franco visits 'The Broken Tower' Here's how heterosexual James Franco is: He's played gay three and half times.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:03:42 GMT";
arnews[3] += "
";
arnews[4]="What's On w/c November 12, 2009 Thursday Children: Little Rascals...
";
arnews[4] += "THURSDAY CHILDREN: Little Rascals Mother and Toddler Group takes place at the Community Centre, Brodsworth Way, Rossington from 9.30am to 11am.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 20:01:59 GMT";
arnews[4] += "
";
arnews[5]="Lady Panthers gunning for RVC title
";
arnews[5] += "Gardner-South Wilmington has two independent River Valley Conference varsity girls basketball championships which it will be looking to defend during the 2009-10 season, which starts Monday.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 14:38:03 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("