var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patrick brings funds for rotary fix, dredging
";
arnews[0] += "Governor Deval Patrick greets Hingham Assistant Town Administrator Betty Foley near the Route 3A rotary, where he announced the state will spend $2.4 million to reconstruct the rotary.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 07:33:55 GMT";
arnews[0] += "
";
arnews[1]="Hingham rotary overhaul gets state money
";
arnews[1] += "On a visit expected to highlight a state-funded dredging project and a visit to Hingham Square, Governor Deval Patrick brought along an unexpected $2.4 million for the reconstruction of the Route 3A rotary in Hingham.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 01:24:26 GMT";
arnews[1] += "
";
arnews[2]="Interview with the Tron Legacy Producers
";
arnews[2] += "GameRevolution talked exclusively with producers Steven Lisberger and Sean Bailey about the highly-anticipated Tron Legacy , coming to Digital 3D and IMAX 3D theaters on December 17, 2010.";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 16:00:07 GMT";
arnews[2] += "
";
arnews[3]="'Four Brothers' Movie Trailer Video | Adopted...
";
arnews[3] += "Four Brothers is a 2005 movie loosely based on the 1965 western The Sons of Katie Elder .";
arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 17:25:42 GMT";
arnews[3] += "
";
arnews[4]="Two more sign on for 'Three Days' with Haggis
";
arnews[4] += "Olivia Wilde and Jonathan Tucker have joined the cast of writer-director Paul Haggis' thriller \"The Next Three Days.\" Russell Crowe and Elizabeth Banks topline the Lionsgatemovie, which revolves around a woman imprisoned for a murder she claims she didn't commit and her husband, who tries to vindicate her.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 04:25:07 GMT";
arnews[4] += "
";
arnews[5]="Two more working on 'Three Days'
";
arnews[5] += "Olivia Wilde and Jonathan Tucker Olivia Wilde and Jonathan Tucker have joined the cast of \"The Next Three Days,\" Paul Haggis' thriller at Lionsgate.";
arnews[5] += "
Publ.Date : Mon, 28 Sep 2009 15:00:00 GMT";
arnews[5] += "
";
arnews[6]="Football: Argyle pounds Bridgeport to stay unbeaten
";
arnews[6] += "Argyle backup quarterback Austin Aune was the Eagles' equivalent of former Detroit Pistons guard Vinnie \"The Microwave\" Johnson - instant offense.";
arnews[6] += "
Publ.Date : Sat, 26 Sep 2009 06:17:45 GMT";
arnews[6] += "
";
arnews[7]="a Housea Season 6 Premiere
";
arnews[7] += "Hottest Videos PREV Preview: 'Valentine's Day' Rachelle Lefevre: 'It Was Devastating' Being Fired From 'Twilight' Series 'House' Season 6 Premiere NEXT FOX TCA 2009: Who Is Hugh Laurie's New 'House' Guest? 'Capitalism: A Love Story' LA Premiere Comic-Con 2009: Jeff Bridges, Garrett Hedlund & Olivia Wilde Talk 'Tron Legacy' Dish Of Salt: 2009 FOX ...";
arnews[7] += "
Publ.Date : Sun, 20 Sep 2009 04:44:00 GMT";
arnews[7] += "
";
totcount = 8;
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("