var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lang kicks Butler to title
";
arnews[0] += "Butler place-kicker David Lang doesn't see the ball as it passes through the uprights.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:00:58 GMT";
arnews[0] += "
";
arnews[1]="In today's print edition
";
arnews[1] += "Christopher Thompson's Closing the Deal: Nobody wants to be 'D.A.V.E' Scholars' Academy, a new facility for gifted kids, opens in Manchester Sub USS Virginia heading to Portsmouth yard Forest Journal: It's too noisy in November! Where is it?: Our weekly photo quiz on NH locations Sheamus Ahern wears Mr.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:31:21 GMT";
arnews[1] += "
";
arnews[2]="Methuen kicks off Santa Parade season
";
arnews[2] += "Sure, jolly old Saint Nick was the star attraction of yesterday's Santa Parade. But for 5-year-old Meghan Hoyt, it was her older brother Nathaniel that she couldn't wait to see come walking down Broadway with his Boy Scout troop.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:28:41 GMT";
arnews[2] += "
";
arnews[3]="Business Newsmakers
";
arnews[3] += "Ross R. Upton, president and CEO of St. Anne's Credit Union, has announced two personnel changes at the corporate office.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:56:00 GMT";
arnews[3] += "
";
arnews[4]="Boras clients high on Red Sox's list
";
arnews[4] += "It seems that every winter, the Red Sox always have plenty to talk about with agent Scott Boras.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Red Sox eye Scott Boras quartet
";
arnews[5] += "The Sox consider Holliday as an alternative, albeit a more expensive one, to free agent Jason Bay should those talks fail.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:36:14 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("