var arnews = new Array(9);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tim Robbins, Peter Sarsgaard Join Ryan Reynolds in Green Lantern Movie - TheaterMania.com
";
arnews[0] += "Tim Robbins and Peter Sarsgaard have joined the cast of the Green Lantern movie, according to The Hollywood Reporter . Martin Campbell is directing the film, which is based on the DC Comics superhero. Robbins will play Senator Hammond, the disapproving father of the movie's villain, Dr. Hector";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:29:00 GMT";
arnews[0] += "
";
arnews[1]="Tim Robbins & Peter Sarsgaard Join Ryan Reynolds in 'Green Lantern ... - Broadway World
";
arnews[1] += "Robbins will play Senator Hammond, the disapproving father of the villain, Dr. Hector Hammond, played by Sarsgaard. Hammond becomes infused with psychic powers and must be stopped by H Al Jordan ( Ryan Reynolds ), who is tasked with keeping peace in ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="Tim Robbins, Peter Sarsgaard Join Ryan Reynolds in Green Lantern Movie - TheaterMania.com
";
arnews[2] += "Tim Robbins and Peter Sarsgaard have joined the cast of the Green Lantern movie, according to The Hollywood Reporter . Martin Campbell is directing the film, which is based on the DC Comics superhero. Robbins will play Senator Hammond, the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[2] += "
";
arnews[3]="Peter Sarsgaard - YAHOO!
";
arnews[3] += "An atypical actor who easily adapted himself in a variety of film and television projects, Peter Sarsgaard built a career disappearing into challenging and sometimes outright difficult roles most other actors might have avoided. Prior to his ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:20:00 GMT";
arnews[3] += "
";
arnews[4]="ROBBINS & SARSGAARD TO PLAY FATHER AND SON IN GREEN HORNET - Daily Express
";
arnews[4] += "RYAN REYNOLDS' new GREEN HORNET film has become a star-studded affair - TIM ROBBINS and PETER SARSGAARD have signed on to play father and son in the film. Robbins will play Senator Hammond in the Martin Campbell film and Sarsgaard his villainous son ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:27:00 GMT";
arnews[4] += "
";
arnews[5]="The Morning Fix: No big sendoff for Jay Leno tonight! Figuring out ... - Los Angeles Times Blogs
";
arnews[5] += "After the coffee. Before remembering to set the DVR to record Jay Leno's last prime-time show. Ryan's rewards. The surprise success of \"Dear John\" is a big notch in the belt of Relativity Media and its boss, Ryan Kavanaugh. \"Dear John\" was one of the ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[5] += "
";
arnews[6]="Lessons learned in ‘An Education’ - Chattanooga Times Free Press
";
arnews[6] += "CASEY PHILLIPS: At first, Carey Mulligan and “Precious” actress Gabourey Sidibe could hardly be more different, but their biographies now share striking similarities since both are in their mid-20s and recently earned Academy Award nominations ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[6] += "
";
arnews[7]="Oscar-nominated actress Carey Mulligan gets an education in fame - Kansas City Star
";
arnews[7] += "Carey Mulligan, the 24-year-old star of “An Education,” prepared herself for Oscar nominations in a peculiar way. First, the nominee for best actress went out to see Mel Gibson’s “Edge of Darkness.” Then she stayed up late watching the ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 04:24: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("