var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eric Bana - YAHOO!
";
arnews[0] += "Like his American contemporaries Tom Hanks and Jim Carrey, actor Eric Bana started his career as a comedic performer on television before striking out in films. In his native Australia, Bana starred in several sketch comedy shows, including “The ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:12:00 GMT";
arnews[0] += "
";
arnews[1]="Eric Bana in Focus with 'Hanna' - Variety
";
arnews[1] += "Eric Bana is in final negotiations to star opposite Saoirse Ronan in Focus Features' assassin pic \"Hanna.\" Story centers on a 14-year-old girl who has spent her life living in the woods and is trained by her father to be an assassin. She then leaves ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 01:03:00 GMT";
arnews[1] += "
";
arnews[2]="Eric Bana confirmed for Bathurst 12 Hour - autoblog
";
arnews[2] += "Now consider how they do things down unda. Recently, in the interest of safety, officials decided to limit fans of the Bathurst 1000 to 24 cans of beer per day . Not to be all low brow, but that's our kind of racing. And we think we'd like the ...";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 23:09:00 GMT";
arnews[2] += "
";
arnews[3]="Eric Bana Joins Joe Wright’s Hanna - Empire
";
arnews[3] += "Eric Bana as Saoirse Ronan’s father? Joe Wright’s planning to make it happen with his story of a teenage assassin, Hanna . Wright and his Atonement star (herself fresh off of working on The Lovely Bone s) had already locked down a deal to make ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:03:00 GMT";
arnews[3] += "
";
arnews[4]="Eric Bana to be father of 'Hanna' - Monsters and Critics
";
arnews[4] += "Eric Bana is in final negotiations to star opposite Saoirse Ronan in Focus Features' teen assassin film \"Hanna.\" Bana will play Ronan’s father in the story of a 14-year-old Eastern European girl raised by her father to be a cold-blooded killing ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:57:00 GMT";
arnews[4] += "
";
arnews[5]="Eric Bana to play teen assassin's dad - Reuters UK
";
arnews[5] += "LOS ANGELES (Hollywood Reporter) - Eric Bana is going back to action movie territory. The Australian actor is in negotiations to star opposite Saoirse Ronan (\"The Lovely Bones\") in \"Hanna,\" Focus Features' tale of a teenage assassin being directed by ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:45:00 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("