var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Hampshire People
";
arnews[0] += "Sarah Banville and Erin Fagan of Atkinson; Melissa Bogacki and Kathryn McGowan of Chester; Kimberly Cote of Danville; Ian Berry, Shannon Deppe, Danielle Jacques, Emily Marvell, Erin Murphy and Marie Valvis of Derry; Nicole Blackwell and Briana Parisi of Hampstead; Megan Call, Anthony DeCarolis, Shaun DeVoss, Stephanie Goduti, Emily Myers and Moira ...";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 05:32:07 GMT";
arnews[0] += "
";
arnews[1]="On file: Sept. 4-11, 2009
";
arnews[1] += "The following people applied for marriage licenses in Kanawha County between Sept.";
arnews[1] += "
Publ.Date : Sun, 13 Sep 2009 06:45:00 GMT";
arnews[1] += "
";
arnews[2]="Rose McGowan
";
arnews[2] += "Rose McGowan has carved out a nice for herself in Hollywood as an offbeat wild-child actress -- attracting the likes of Marilyn Manson and Robert Rodriguez in the process.";
arnews[2] += "
Publ.Date : Fri, 04 Sep 2009 17:18:06 GMT";
arnews[2] += "
";
arnews[3]="New International Trailer for Triangle
";
arnews[3] += "Empire has debuted a new international trailer for Christopher Smith's Triangle , starring Melissa George, Holly Marie Combs, Rachael Carpani, Emma Lung, Liam Hemsworth, Michael Dorman and Henry Nixon.";
arnews[3] += "
Publ.Date : Thu, 16 Jul 2009 19:16:36 GMT";
arnews[3] += "
";
arnews[4]="Miss Franklin County Fair Pageant
";
arnews[4] += "Here are the 16 contestants who will be vying for the 2009 Miss Franklin County Fair crown Monday night at 9 at the Hancock Pavillion.";
arnews[4] += "
Publ.Date : Sun, 12 Jul 2009 01:27:14 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("