var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CHILDHOOD STARS - THEN & NOW - Christian Bale - Gather.com
";
arnews[0] += "CHRISTIAN BALE is big time in Hollywood films & with independent producers & art houses. Starring role first set him in the public eye in Steven Spielberg's 'Empire of the Sun' at the age of 13. He has a ' cult' status & is sought by all age levels ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:53:00 GMT";
arnews[0] += "
";
arnews[1]="Christian Bale - YAHOO!
";
arnews[1] += "Despite having all the necessary tools to become a star – looks, talent, presence – actor Christian Bale lacked one necessary ingredient at the start of his career: tolerance for being in the spotlight. After achieving instant celebrity after ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[1] += "
";
arnews[2]="Christian Bale Signs on for Romantic Drama - WorstPreviews.com
";
arnews[2] += "Director Terrence Malick is set to begin filming an untitled romantic drama this fall with Christian Bale (The Dark Knight), Javier Bardem (No Country for Old Men), Rachel McAdams (Sherlock Holmes) and Olga Kurylenko (Quantum of Solace) already on ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 10:44:00 GMT";
arnews[2] += "
";
arnews[3]="Terrence Malick will plant a new tree with Christian Bale and Olga ... - Los Angeles Times Blogs
";
arnews[3] += "Terrence Malick is still editing, tweaking, adjusting and otherwise fiddling with his latest movie, the Sean Penn-Brad Pitt tour de but-what-the-heck-is-it-actually-about \"Tree of Life.\" But apparently the meticulous auteur already has an eye outside ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Christian Bale, Rachel McAdams on board for next Terrence Malick film - Entertainment Weekly Online
";
arnews[4] += "Christian Bale, Javier Bardem, Rachel McAdams and Olga Kurylenko are set to star in Terrence Malick’s next film, according to ScreenDaily. Plot details aren’t announced but the project will start shooting this fall on the romance. Meanwhile ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[4] += "
";
arnews[5]="Christian Bale Set For Malick Romantic - KillerMovies
";
arnews[5] += "Terrence Malick has lined up Christian Bale, Javier Bardem, Rachel McAdams and Olga Kurylenko for his next film, an untitled romantic drama. The production is scheduled to go before cameras in the fall, with River Road Entertainment producing and ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 00:28:00 GMT";
arnews[5] += "
";
arnews[6]="Christian Bale Cast in Terrence Malick Film - ScreenCrave.com
";
arnews[6] += "FilmNation CEO Glen Basner added: “Terry is easily among the greatest and most influential filmmakers of our time. It’s an honour to work with such a visionary. FilmNation is thrilled to help bring his next work to a global audience.” Malick is ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[6] += "
";
arnews[7]="Christian Bale and Javier Bardem: What Is This Movie They Are Making? - Gawker
";
arnews[7] += "We joked a while back that CNN was turning into a humanitarian aid reality show. Do not joke about these things because they will become a reality (show)! The producer of Hell's Kitchen is developing a reality series based on a group of emergency ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 18:15: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("