var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Road' takes Viggo Mortensen to Mount St. Helen's and Astoria, Ore ... - Seattle Times
";
arnews[0] += "An interview with Viggo Mortensen, who stars in the upcoming film version of Cormac McCarthy's bleak 2006 novel, \"The Road.\" In the movie, which opens Nov. 25, the apocalyptic landscape was played by Mount St. Helens. THE DAY BEFORE THANKSGIVING is ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:08:00 GMT";
arnews[0] += "
";
arnews[1]="'The Road's' Viggo Mortensen: Modern Day Renaissance Man - ABC News
";
arnews[1] += "Actor tells of rough conditions on film set, bond with young co-star. Mortensen is a painter, a published poet, a talented photographer and an actor of vast range, with roles encompassing an Amish farmer (\"Witness,\" 1985), a king of Middle-Earth ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:19:00 GMT";
arnews[1] += "
";
arnews[2]="Actor Viggo Mortensen All Set With His New Movie “The Road” - Thaindian.com
";
arnews[2] += "Nov.21, (THAINDIAN NEWS) Danish-American actor Viggo Mortensen is creating headlines once again as the actor’s latest movie ‘The Road’ is all set to hit theaters next week. The new movie which is the film adaptation of a much acclaimed Pulitzer ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:26:00 GMT";
arnews[2] += "
";
arnews[3]="Viggo Mortensen went the extra mile to prepare for his role in ‘The ... - Kansas City Star
";
arnews[3] += "Says Viggo Mortensen of his role in “The Road” and of Kodi Smit-McPhee, the young actor who plays his son: “Once I recognized what we had in Kodi, I realized I could take any risk and he’d always be there to catch me.” Top: The movie’s ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:19:00 GMT";
arnews[3] += "
";
arnews[4]="'The Road' to Hellville - New York Post
";
arnews[4] += "Dimension Films/Everett Collect Viggo Mortensen and Kodi Smit-McPhee play Father and Son in the adaptation of Cormac McCarthy’s novel. “We needed it to look grim and do a lot of [the atmosphere] in camera, as opposed to a lot of other movies that ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:08:00 GMT";
arnews[4] += "
";
arnews[5]="Viggo Mortensen's nominations - Los Angeles Times
";
arnews[5] += "With more than 30 films to his credit, starting with a small role as an Amish farmer in Harrison Ford's \"Witness,\" Viggo Mortensen has only recently begun catching the eye of the award groups. In addition to ensemble wins and nominations for the ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:27: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("