var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Angelsa unfinished business
";
arnews[0] += "HOLMDEL a ' Three years ago Holy Angels stunned the field to win the State Non-Public A championship for the first time.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:35:34 GMT";
arnews[0] += "
";
arnews[1]="Go to rehab? LiLo says no
";
arnews[1] += "Many of Lindsay Lohan's friends and business associates have been deeply concerned about the once-hot actress' continuing downward spiral -- fueled by her heavy drinking and less public but widely reported alleged drug use.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Hopkins Cara Johnson, Stillwater goalie Marah Sobczak
";
arnews[2] += "With the first big slate of games on tap for tonight in girls' hockey, staff writer David La Vaque gives an overview of what to watch for this season.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:44:30 GMT";
arnews[2] += "
";
arnews[3]="Where hope meets help: A story of agencies helping people in need
";
arnews[3] += "Barb Taylor and her son, Sam, 11, have found a temporary home at Union Gospel Mission's Naomi Family Residence in St.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:17:20 GMT";
arnews[3] += "
";
arnews[4]="5 girls' hockey story lines
";
arnews[4] += "With the first big slate of games on tap for tonight in girls' hockey, staff writer David La Vaque gives an overview of what to watch for this season.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:09:37 GMT";
arnews[4] += "
";
totcount = 5;
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("