var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Priest Had Premonition About Shooting Rampage
";
arnews[0] += "A local priest was at Fort Hood when the shooting rampage happened, and the Milton chaplain has been counseling the victims since.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 23:00:32 GMT";
arnews[0] += "
";
arnews[1]="Wedding day nears for Buchholz, a Deal or No Deala model
";
arnews[1] += "Baseball season's over, but the fun's just beginning for Sox pitcher Clay Buchholz and his bride-to-be Lindsay Clubine .";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 05:23:37 GMT";
arnews[1] += "
";
arnews[2]="JoJo in LaLa Land
";
arnews[2] += "JoJo and Jordin Sparks leaving the Bardot Lounge in Hollywood on Tuesday night. Foxborough-bred pop star Joanna Levesque - better known as JoJo - has started her freshman year at Northeastern University, but that doesn't mean she's spending her nights around Mission Hill.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 05:48:07 GMT";
arnews[2] += "
";
arnews[3]="Program Unites Girl Scouts, Moms Behind Bars
";
arnews[3] += "Every month a bus full of girl scouts pulls up for a visit at a local prison, but they are not selling cookies.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 22:15:45 GMT";
arnews[3] += "
";
arnews[4]="Tracked down: Howie Mandel, David Ortiz, Bianca de la Garza & more..
";
arnews[4] += "\"Deal or No Deal\" host Howie Mandel shopping the shelves at CVS in Downtown Crossing .";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 07:59:10 GMT";
arnews[4] += "
";
arnews[5]="That's the ticket, and the tape
";
arnews[5] += "At the Burlington Mall, Alex McCord wears a dress made from cassette tapes, and Sandra Smyly models one made from Patriots lottery tickets.";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 07:36:25 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("