var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paul Bettany Talks Iron Man 2 - COMICBOOKMOVIE.com
";
arnews[0] += "Paul Bettany talks about voicing Jarvis in the upcoming film. IGN Movies chatted with British actor Paul Bettany yesterday, during which time we asked him whether he's recorded his voiceover yet as Tony Stark's artificial intelligence \"manservant ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[0] += "
";
arnews[1]="Will Paul Bettany’s Jarvis Return in Iron Man 2? - ScreenCrave.com
";
arnews[1] += "It’s insane to think that anyone could forget a part in one of the biggest movies of 2008, but Paul Bettany did. The British actor didn’t go into his voice over role with high expectations and his workload was fairly light, which causes the role ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:38:00 GMT";
arnews[1] += "
";
arnews[2]="Newmarket acquires 'Agora' - Variety
";
arnews[2] += "Newmarket Films has acquired U.S. rights to Alejandro Amenabar's \"Agora\" and will release historical epic during the first half of next year. It's the first acquisition for Newmarket -- best known for handling \"The Passion of the Christ\" -- since the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:53:00 GMT";
arnews[2] += "
";
arnews[3]="Twenty Minutes of 'Legion' Unveiled - AceShowbiz
";
arnews[3] += "Beside highlighting the arrival of archangel Michael on Earth, the clips shown to Shock Till You Drop also feature the fight between the protagonists and possessed humans in a diner. Shock Till You Drop has just watched 20 minutes of thriller movie ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:36:00 GMT";
arnews[3] += "
";
arnews[4]="Award candidates lead by acting - Variety
";
arnews[4] += "To millions of movie fans, stars are synonymous with the roles that made them famous. Think Humphrey Bogart in \"Casablanca\" or Harrison Ford as Indiana Jones. While many struggling actors dream of getting such a leading role, there is a double ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:36:00 GMT";
arnews[4] += "
";
totcount = 5;
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("