var arnews = new Array(8);
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]="Brad Pitt, Ryan Reynolds Battle For Marshall Matt Dillon Role - Post Chronicle
";
arnews[1] += "Brad Pitt and Ryan Reynolds have emerged as favourites to play Marshall Matt Dillon in a movie remake of hit TV western Gunsmoke. Both stars are in talks for the role made famous by James Arness on the small screen, according to the Los Angeles Times ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:04:00 GMT";
arnews[1] += "
";
arnews[2]="Reynolds, Pitt Eyeing 'Gunsmoke' Movie - TheWrap
";
arnews[2] += "Brad Pitt has emerged as a top contender for the role, with Ryan Reynolds also a candidate for the juicy, gunslinging part.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:29:00 GMT";
arnews[2] += "
";
arnews[3]="Who will be next Marshal Dillon? - Daily Oklahoman
";
arnews[3] += "Brad Pitt has emerged as a top contender for the role, with Ryan Reynolds also a candidate for the juicy, gunslinging part. As incarnated first on the midcentury radio serial and later in the CBS prime-time hit, Dillon is the Western hero charged ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT";
arnews[3] += "
";
arnews[4]="Deadpool Writers Praise Ryan Reynolds' Passion and Commitment - ReelzChannel.com
";
arnews[4] += "We just absolutely adore the character and the comic. And tonally, it's right up our alley. He's the unstable, smart-ass, self deprecating guy — and they say write what you know, so [we're perfect for it]. We're very excited for Deadpool , and have ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:56:00 GMT";
arnews[4] += "
";
arnews[5]="RYAN REYNOLDS VIDEOS - Contactmusic.com
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT";
arnews[5] += "
";
arnews[6]="Tim Robbins & Peter Sarsgaard Join Ryan Reynolds in 'Green Lantern ... - Broadway World
";
arnews[6] += "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[6] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[6] += "
";
arnews[7]="Tim Robbins, Peter Sarsgaard Join Ryan Reynolds in Green Lantern Movie - TheaterMania.com
";
arnews[7] += "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[7] += "
Publ.Date : Tue, 09 Feb 2010 16:21: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("