var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Acton-Boxboro again, barely - Boston Herald
"; arnews[0] += "Panthers goalkeeper Kerry Condon made the initial save with her shins on a shot from about 6 yards out, but Margolius just beat Condon and a defender to the rebound, poking it in and setting off a celebration and putting an end to their toughest ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:09:00 GMT"; arnews[0] += "
"; arnews[1]="Margolius, A-B strike gold - Boston Globe
"; arnews[1] += "WEYMOUTH - In a game rife with stars and story lines, the Division 1 girls’ EMass soccer final appeared to have little chance of living up to its hype. But Acton-Boxboro’s Marie Margolius showed a flair for the dramatic, scoring with less than a ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:29:00 GMT"; arnews[1] += "
"; arnews[2]="A-B girls soccer wins in overtime, goes to state finals - Abington Mariner
"; arnews[2] += "It was as deep as the Acton-Boxborough girls soccer team has had to dig all season. And it was deep enough. Marie Margolius’ goal with less than two minutes left in the second 10-minute overtime session gave the Colonials a 1-0 victory over Whitman ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:07:00 GMT"; arnews[2] += "
"; arnews[3]="W-H girls denied in soccer state semifinal double-OT thriller - Patriot Ledger
"; arnews[3] += "It was going to take a great play to decide the Div. 1 girls soccer state semifinal between Whitman-Hanson and Acton-Boxboro. That was exactly the way it turned out, but unfortunately not for the Panthers, who gave the undefeated Colonials — ranked ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:38:00 GMT"; arnews[3] += "
"; arnews[4]="Boxers goal: Repeat - Patriot Ledger
"; arnews[4] += "Our boys come ... goalkeeper Kerry Condon has allowed just on goal in the tournament and Mewis and forward Mackenzie Hatfield have pressured many opposing defenses well past the point of breaking. Set pieces may be the ultimate key for Whitman-Hanson ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:26:00 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("
");document.write("
");