var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen Page, Cillian Murphy's Peacock Comes to DVD - ShockTillYouDrop.com
";
arnews[0] += "Michael Lander's psychological thriller Peacock is heading direct-to-DVD via Lionsgate Home Entertainment. Starring Ellen Page and Cillian Murphy, the film went before cameras in 2008 for Mandate Pictures. Set in Peacock, Nebraska, a man with split ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT";
arnews[0] += "
";
arnews[1]="DVD Art: Lionsgate's Peacock - DREAD CENTRAL.COM
";
arnews[1] += "On April 20th Michael Lander's psychological thriller Peacock , starring Ellen Page and Cillian Murphy, is gonna get a chance to strut its stuff all over direct-to-DVD land via Lionsgate Home Entertainment much to the confusion of a clearly ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[1] += "
";
arnews[2]="Irish movie superstars together for first time - Irish Central
";
arnews[2] += "This month Irish actor Brendan Gleeson is bringing Ireland’s leading men together to make the film version of Flann O'Brien’s masterpiece At Swim-Two-Birds. The dream cast will include Gabriel Byrne, Jonathan Rhys Meyers, Cillian Murphy and Colin ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 18:06:00 GMT";
arnews[2] += "
";
arnews[3]="Batman Begins - San Diego weekly Reader
";
arnews[3] += "With a new director (Christopher Nolan) and a new star (Christian Bale), the fifth entry in the Batman series, true to its title, returns to square one: how and why Bruce Wayne came to be Batman; the psychological root of his fixation on flying ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 22:38:00 GMT";
arnews[3] += "
";
arnews[4]="ST TRINIAN'S STAR TALULAH RILEY GOES TO HOLLYWOOD - Daily Star
";
arnews[4] += "GORGEOUS Talulah Riley is swapping the St Trinian’s schoolyard for the bright lights of Hollywood. The beauty, who played head girl Annabelle in St Trinian’s 2: The Legend Of Fritton’s Gold, has landed her first Tinseltown role. The 24-year-old ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:56:00 GMT";
arnews[4] += "
";
arnews[5]="Movies Opening In Theaters March 19 - New University Newspaper
";
arnews[5] += "Insecure about his relationship with girlfriend Deirdre (Kelly Macdonald, ‘Trainspotting’), John (Cillian Murphy, ‘28 Days ... The essence of ‘Intermission’ is in the desperate measures taken by desperate characters to track down their own ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 07:46: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("