var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Baby Shannon hearings sealed; babysitter in jail
";
arnews[0] += "A judge has sealed future custody hearings for Shannon Dedrick, the once-missing baby found hidden in a closed wooden box.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:14:27 GMT";
arnews[0] += "
";
arnews[1]="Rick O'Brien: Taking a look at the area's top linebackers
";
arnews[1] += "Downingtown West quarterback Bret Gillespie is sacked by Downingtown East linebacker Anthony Petrucci.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="Light Up a Life: Phoenix Hospice offers a way to honor friends and...
";
arnews[2] += "Staff members of Phoenix Certified Hospice are once again offering the community an opportunity to remember loved ones this holiday season with its Light Up a Life program.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Rating the S.E. Pa. linebackers: Benson is tops
";
arnews[3] += "This week, we rank the top linebackers in Southeastern Pennsylvania. In compiling our top-15 list, we took into consideration the following: instincts, open-field tackling ability, range from sideline to sideline, skill at stopping the run and defending the pass and strength at blitzing and pressuring the quarterback.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:30:49 GMT";
arnews[3] += "
";
arnews[4]="Light Up a Life: Phoenix Hospice offers a way to honor friends and family
";
arnews[4] += "Staff members of Phoenix Certified Hospice are once again offering the community an opportunity to remember loved ones this holiday season with its Light Up a Life program.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:06:33 GMT";
arnews[4] += "
";
arnews[5]="Hudson welcomes new prison
";
arnews[5] += "Warden Rick V. Veach stands in Housing Unit D of Pod B on Tuesday morning in the new Hudson Correctional Facility.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[5] += "
";
arnews[6]="Baseball stars golf for children's home
";
arnews[6] += "Daily News Photo by CRISTIAN SIMESCU Retired Major League Baseball pitcher Jason Grimsley plays with children at the Queen Louise Home for Children on St.";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 07:24:24 GMT";
arnews[6] += "
";
totcount = 7;
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("