var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Boondock Saints II: All Saints Day
"; arnews[0] += "A low-budget Tarantino knockoff, The Boondock Saints flopped miserably in theaters but has since won a cult following on video-sustained, no doubt, by the documentary Overnight , which chronicled the showbiz rise and fall of Saints mastermind Troy Duffy."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:03:34 GMT"; arnews[0] += "
"; arnews[1]="Now Playing
"; arnews[1] += "Published on Friday, Nov. 20, 2009 12:00AM EST Last updated on Friday, Nov. 20, 2009 2:59AM EST S elected mini-reviews, rated on a system of 0 to 4 stars, by Liam Lacey, Stephen Cole and Jennie Punter."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Movie openings and capsule reviews
"; arnews[2] += "\"2012\": The apocalypse hits and it's a great ride - and funny. Naturally, great special effects from the folks who brought us \"Independence Day\" and \"The Day After Tomorrow.\" With John Cusack, Chiwetel Ejiofor and Amanda Peet."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:37:12 GMT"; arnews[2] += "
"; arnews[3]="The Boondock Saints II: All Saints Day
"; arnews[3] += "Starring Norman Reedus, Sean Patrick Flanery, and Billy Connelly. Rated 18A. Opens Friday, November 20, at the Cinemark Tinseltown It's hard to fault Troy Duffy for ripping off Quentin Tarantino when Tarantino rips himself off."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:21:52 GMT"; arnews[3] += "
"; arnews[4]="Movie Guide
"; arnews[4] += "Palace 2012 158 minutes Not reviewed PG-13 for some violence John Cusack, Chiwetel Ejiofor, Amanda Peet An epic adventure about a global cataclysm and its remaining survivors."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="These 'Saints' find friends in low places
"; arnews[5] += "You won't find Christopher Nolan or David Fincher shutting down a bar with a bunch of fans, but Troy Duffy is a different breed of moviemaker."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:24:15 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("
");document.write("
");