var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Video message from Troy Duffy and Sean Patrick Flanery
";
arnews[0] += "Video message from Troy Duffy and Sean Patrick Flanery. (Send in Boondock Saints II video reviews)";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 17:24:32 GMT";
arnews[0] += "
";
arnews[1]="Attack of the Show: Sean Patrick Flanery & Norman Reedus On Boondock Saints II
";
arnews[1] += "It's a good day when McManus brothers visit the studio. Kevin Pereira sits down with Sean Patrick Flanery and Norman Reedus to spill the goods on the highly anticipated sequel,...";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 23:21:11 GMT";
arnews[1] += "
";
arnews[2]="Sean Patrick Flanery, Norman Reedus and Clifton Collins Jr
";
arnews[2] += "Funny video message from Sean Patrick Flanery with Norman Reedus and Clifton Collins Jr. while filming Boondock Saints II : All Saints Day.";
arnews[2] += "
Publ.Date : Thu, 20 Nov 2008 03:49:29 GMT";
arnews[2] += "
";
arnews[3]="Overnight - Clip - Billy Connolly
";
arnews[3] += "A documentary about the rise and fall of filmmaker Troy Duffy, an aspiring writer-director who got the dream of a lifetime and ruined it.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:06:06 GMT";
arnews[3] += "
";
arnews[4]="Overnight Trailer
";
arnews[4] += "A documentary about the rise and fall of filmmaker Troy Duffy, an aspiring writer-director who got the dream of a lifetime and ruined it.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:02:44 GMT";
arnews[4] += "
";
arnews[5]="Overnight - Clip - Keanu Reeves
";
arnews[5] += "A documentary about the rise and fall of filmmaker Troy Duffy, an aspiring writer-director who got the dream of a lifetime and ruined it.";
arnews[5] += "
Publ.Date : Wed, 23 Jul 2008 13:56:35 GMT";
arnews[5] += "
";
arnews[6]="Powder (1995) (2 of 2)Mary Steenburgen, Sean Patrick Flanery
";
arnews[6] += "Powder (1995) Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen, Jeff Goldblum, Missy Crider; clip 2 of 2";
arnews[6] += "
Publ.Date : Mon, 16 Jun 2008 05:05:13 GMT";
arnews[6] += "
";
arnews[7]="Powder (1995) 1 of 2 Mary Steenburgen, Sean Patrick Flanery
";
arnews[7] += "Powder (1995) Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen, Jeff Goldblum, Missy Crider";
arnews[7] += "
Publ.Date : Mon, 16 Jun 2008 05:01:35 GMT";
arnews[7] += "
";
arnews[8]="Powder (1995) Mary Steenburgen, Sean Patrick Flanery, Lance Henriksen, Jeff Goldblum, Missy Crider
";
arnews[8] += "short clip of Powder, parts 1 & 2";
arnews[8] += "
Publ.Date : Mon, 16 Jun 2008 04:57:23 GMT";
arnews[8] += "
";
arnews[9]="Simply Irresistible - DVD
";
arnews[9] += "Call it Buffy the Culinary Slayer. Sarah Michelle Gellar, who usually runs around staking vampires and fighting demons, turns cute and cuddly as an aspiring chef in this...";
arnews[9] += "
Publ.Date : Mon, 08 Oct 2007 05:06:32 GMT";
arnews[9] += "
";
totcount = 10;
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("