var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BLOOD DRIVE | Star Talk
";
arnews[0] += "Director: Edward Zwick Cast: Leonardo dicaprio, Djimon Hounsou, Jennifer Connelly, James Purefoy, Arnold Vosloo, Stephen Collins, Michael Sheen Plot: A farmer, a smuggler, and a syndicate of businessmen match wits over the possession of ...";
arnews[0] += "
";
arnews[1]="Framlag Narnia: O próximo filme de William Moseley
";
arnews[1] += "O filme que traz no elenco James Purefoy (“Coração de Cavaleiro“) e Paul Giamatti (“Sideways – Entre Umas e Outras“) vem sendo produzido desde 2008, mas só agora conseguiu lançar seu primeiro material promocional. ...";
arnews[1] += "
";
arnews[2]="Watch Heaven and Earth (2010) Movie Online For Free Heaven and ...
";
arnews[2] += "Watch Director : Marleen GorrisRelease Date : Genre : DramaCast : , James Purefoy as Lord Charles Somerset (rumored), Natascha McElhone as James Miranda Barry, Movies Free Online.";
arnews[2] += "
";
arnews[3]="Evas Blog » Blog Archive » Watch A Knight''s Tale Movie Online
";
arnews[3] += "However, it is Paul Bettany who steals most scenes as the occasionally naked, always in pain, lyrical Geoffrey Chaucer. Also stare out for James Purefoy in a relatively itsy-bitsy role (but tipped for greater things)! ...";
arnews[3] += "
";
arnews[4]="News : Sam Worthington To Star In The Fields
";
arnews[4] += "Dir. Michael J. Bassett Starring James Purefoy, Max von Sydow. Trailer Shutter Island. Out: March 12, 2010. Dir. Martin Scorsese Starring Leonardo DiCaprio, Mark Ruffalo. Harry Potter and the Deathly Hallows - part 1 ...";
arnews[4] += "
";
arnews[5]="The Non-Traditional: Post-Super Bowl Upcoming Epic US Summer ...
";
arnews[5] += "Solomon Kane, starring James Purefoy, says only that it will be released \"in February/March\", which is amusing considering one of those is already here. At any rate, it's an epic popcorn flick set unusually in Puritan times. ...";
arnews[5] += "
";
arnews[6]="EL BLOG de la GUIA THE RONDA Bs. As. Noticias de Cine, Series ...
";
arnews[6] += "Les presentamos el primer cartel de promociòn de 'Ironclad', el film protagonizado por James Purefoy, Paul Giamatti, Brian Cox, Robert Carlyle, William Moseley, Jason Flemyng, Bob Hoskins, Pete Postlethwaite, Kate Mara y Mackenzie Crook ...";
arnews[6] += "
";
arnews[7]="Win Solomon Kane signed posters! Competition - Total Sci-Fi
";
arnews[7] += "New fantasy adventure starring James Purefoy. ... Fans of sword-wielding, demon-fighting fantasy rejoice: Solomon Kane is released in UK cinemas on 19 February, with Rome's James Purefoy starring as the 16th Century anti-hero. ...";
arnews[7] += "
";
arnews[8]="James Purefoy « nora's men
";
arnews[8] += "James Purefoy. Oh, James, James, we love you so! And somehow it's all the more potent because James is a local boy – born in Taunton. And this lovely image just epitomises why this Somerset lad is in our actor bank. ...";
arnews[8] += "
";
arnews[9]="新作封切映画(2010.2.04)をチェック --「My Valentine」 公開 ...
";
arnews[9] += "「Solomon Kane」 監督 Michael J. Bassett 出演 James Purefoy / Rachel Hurd-Wood. 「Cloudy with a Chance of Meatballs」監督 Phil Lord/ Chris Miller出演(voice) Bill Hader/ Anna Faris 「The Spy Next Door」監督 Brian Levant出演 Jackie Can/ ...";
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("