var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Orioles again fall on penalty kicks
";
arnews[0] += "For the second straight year, the Belchertown girls soccer team's season ended with penalty kicks.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Flatley's goal eliminates Panthers
";
arnews[1] += "There was mystery in the air when Marlboro traveled to meet North Middlesex in the first round of the Central Mass.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 16:24:44 GMT";
arnews[1] += "
";
arnews[2]="'Cats, Patriots march forward
";
arnews[2] += "The Wilmington and North Middlesex Regional field hockey teams lived to play another day, defeating Swampscott and Marlboro by similar 1-0 scores as the 2009 MIAA Tournament opened yesterday with first round play in various divisions all over the state.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 19:01:28 GMT";
arnews[2] += "
";
arnews[3]="Whistler Film Festival 2009: Borsos Award nominees announced
";
arnews[3] += "Films from B.C., Ontario, and Quebec will compete for the $15,000 Borsos Award for Best New Canadian Feature Film award at the ninth annual Whistler Film Festival .";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 07:25:32 GMT";
arnews[3] += "
";
arnews[4]="Lady Patriots net crucial
";
arnews[4] += "The North Middlesex field hockey team continued their post-season drive with a clinical 2-0 win over Milford on Wednesday.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 17:12:04 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("