var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Paul Bettany be Jarvis in Iron Man 2?
";
arnews[0] += "One of the quiet stars of Iron Man was Paul Bettany supplying the voice of Stark's computerized manservant Jarvis.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:36:34 GMT";
arnews[0] += "
";
arnews[1]="[Movies] Paul Bettany Discusses His Voiceover Work For Iron Man 2
";
arnews[1] += "Here is what he had to say... On Doing The First Film : \"It's as mysterious to me as it was the first time.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:22:07 GMT";
arnews[1] += "
";
arnews[2]="20 Minutes of Legion Seen
";
arnews[2] += "ComingSoon.net's horror arm ShockTillYouDrop.com got a chance to watch 20 minutes of footage from Screen Gems' Legion , directed by Scott Stewart and starring Paul Bettany, Dennis Quaid, Tyrese Gibson, Jon Tenney, Charles S. Dutton, Lucas Black, Kate Walsh, Doug Jones, Adrianne Palicki, Kevin Durand and Willa Holland.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:38:11 GMT";
arnews[2] += "
";
arnews[3]="Will Paul Bettanya s Jarvis Return in Iron Man 2?
";
arnews[3] += "Paul Bettany was featured in last year's hit Iron Man as the voice of Tony Stark's electronic manservant, Jarvis.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:56:31 GMT";
arnews[3] += "
";
arnews[4]="Award candidates lead by acting
";
arnews[4] += "To millions of movie fans, stars are synonymous with the roles that made them famous.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:31:32 GMT";
arnews[4] += "
";
arnews[5]="Creation
";
arnews[5] += "Too bad that Jon Amiel's biopic, Creation , is a rather underwhelming experience.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:59:14 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("