var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brace yourself: THE BOONDOCK SAINTS are back with a vengeance - DVDTOWN.com
";
arnews[0] += "Connect to Facebook/Twitter, recommend via email and much more. It's not often that a sequel is equal to an original, but \"The Boondock Saints II: All Saints Day\" was a huge hit, and now Sony's announced a March 9 street date for release on DVD and ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:35:00 GMT";
arnews[0] += "
";
arnews[1]="Cult Classic "The Boondock Saints" Returns to Movie Theaters for 10th ... - Forbes
";
arnews[1] += "BusinessWire - Ten years after emerging as a cult sensation, \"The Boondock Saints\" will return to the big screen in a special one-night presentation, The Boondock Saints 10th Anniversary Event, on Thursday, March 11th at 7:30 p.m. local time. Creator ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:10:00 GMT";
arnews[1] += "
";
arnews[2]="The Boondock Saints 10th Anniversary Event - Washington Post
";
arnews[2] += "The cult classic and 1999 crime thriller, \"The Boondock Saints,\" is back in movie theatres nationwide for an exclusive one-night event featuring a brand new retrospective on the franchise's 10 year journey! On Thursday, March 11 at 7:30 p.m., join ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:15:00 GMT";
arnews[2] += "
";
arnews[3]="Cult Classic “The Boondock Saints” Returns to Movie Theaters for ... - PR Inside
";
arnews[3] += "as exclusive interviews with cast and crew members including Norman Reedus (Murphy MacManus) and Sean Patrick Flanery (Connor MacManus), captured especially for this anniversary celebration. Audiences will also be treated to special performance clips ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:03:00 GMT";
arnews[3] += "
";
arnews[4]="Movie review: 'Boondock Saints II: All Saints Day' - Canton Repository
";
arnews[4] += "Cult classics — like Ed Wood’s films and “Showgirls” — are often defined by their flaws as much as their merits. “Boondock Saints,” the 1999 film that achieved cult status on DVD and has now spawned a sequel, certainly had plenty of ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:18:00 GMT";
arnews[4] += "
";
arnews[5]="Cult Classic "The Boondock Saints" Returns to Movie Theaters for 10th ... - Stockhouse
";
arnews[5] += "Ten years after emerging as a cult sensation, \"The Boondock Saints\" will return to the big screen in a special one-night presentation, The Boondock Saints 10th Anniversary Event, on Thursday, March 11th at 7:30 p.m. local time. Creator, writer and ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:10:00 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("