var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gerard Butler Named Best British Actor In Hollywood - Post Chronicle
";
arnews[0] += "Gerard Butler, the Scottish hunk - who is best known for playing King Leonidas in '300' - beat a host of stars, including Christian Bale and double-Oscar winner Daniel Day Lewis to win the title in a poll of more than 1,000 UK film fans by the DVD ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[0] += "
";
arnews[1]="Christian Bale - Baltimore Sun
";
arnews[1] += "Actor Christian Bale made his critically acclaimed film debut in Steven Spielberg's \"Empire of the Sun.\" His breakout role came in 2000 with \"American Psycho.\" Bale played a yuppie serial killer. Bale is known for his ability to completely transform ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:35:00 GMT";
arnews[1] += "
";
arnews[2]="Christian Bale’s Batman ‘Hangs in The Balance’ - Showbizspy.com
";
arnews[2] += "According to reports, the British actor is poised to make a third Batman movie — but has told film bosses that without Nolan — who directed 2008’s Dark Knight – he won’t be putting on his cape and cowl again. “A new Batman movie is set to ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:34:00 GMT";
arnews[2] += "
";
arnews[3]="Win Terminator Salvation on Blu-ray! - In the News
";
arnews[3] += "Stars Christian Bale (Batman Begins, The Dark Knight) and Sam Worthington (Avatar) ignite the battle between man and machine in the futuristic action epic Terminator Salvation, blasting its way onto Blu-ray and DVD on 23/11/09 from Sony Pictures Home ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:48:00 GMT";
arnews[3] += "
";
arnews[4]="Power to the People - COMICBOOKMOVIE.com
";
arnews[4] += "We hear varying things from Gary Oldman, Christian Bale, Michael Caine, Johnny Depp, James McTiegue, Brandon Routhe, Kevin Spacey, Brian Singer...but why? Why can't we get one straight answer? I would really call this guy if I could just get his ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:45:00 GMT";
arnews[4] += "
";
arnews[5]="Pat Hingle Dies - COMICBOOKMOVIE.com
";
arnews[5] += "Pat Hingle dies did anyone know? i know its not smallville but i thought u all should know. Hingle was born Martin Patterson Hingle in Miami, Florida, the son of Marvin Louise (née Patterson), a schoolteacher and musician, and Clarence Martin Hingle ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:08:00 GMT";
arnews[5] += "
";
arnews[6]="'I fight robots, kill aliens and kiss beautiful women': Avatar's Sam ... - Daily Mail
";
arnews[6] += "There is nothing that scares me': Sam opposite Christian Bale in Terminator Salvation Now commanding millions, you would never know it. Worthington doesn't even own a mobile phone. 'I've got a bag of clothes and a bag of books (including the ones he ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 04:55:00 GMT";
arnews[6] += "
";
arnews[7]="Best of British Gerard Butler - Earthtimes
";
arnews[7] += "Gerard Butler has been named the best British actor in Hollywood in a poll by DVD rental service LoveFilm, beating a number of high-profile stars, including Christian Bale and Kate Winslet. Gerard Butler has been named the best British actor in ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 12:28:00 GMT";
arnews[7] += "
";
totcount = 8;
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("