var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="No Bad News From Woody
";
arnews[0] += "Woody Harrelson and Samantha Morton talk about the message and themes in their new Iraq war film 'The Messenger.' (19 Nov.)";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:45:03 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Samantha Morton on The Unloved
";
arnews[1] += "Samantha Morton discusses her new film about children in the care system.Read more about what's happening in tonight's Newsnight Review";
arnews[1] += "
Publ.Date : Fri, 15 May 2009 18:40:55 GMT";
arnews[1] += "
";
arnews[2]="Minority Report - Clip 1
";
arnews[2] += "Set in a future where killers are arrested before they commit murder, Tom Cruise stars as a detective accused of a murder that hasn't happened yet who must move quickly to solve...";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:07:35 GMT";
arnews[2] += "
";
arnews[3]="In America - Clip 1
";
arnews[3] += "A coming-of-age story about an Irish couple and their two kids trying to find their way \"In America.\"";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:06:57 GMT";
arnews[3] += "
";
arnews[4]="Dreaming of Joseph Lees Trailer
";
arnews[4] += "A woman (Morton) in 1950's rural England is haunted by fantasies of love";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:03:09 GMT";
arnews[4] += "
";
arnews[5]="Duo di The Libertine - Johnny Depp e Samantha Morton (ITA)
";
arnews[5] += "Scena tratta dal film The Libertine. Johnny Depp magistrale ed una discreta Samantha Morton.";
arnews[5] += "
Publ.Date : Tue, 01 Apr 2008 12:47:14 GMT";
arnews[5] += "
";
arnews[6]="Samantha Morton
";
arnews[6] += "Samantha Morton © http://www.charloteweb.com/women/women-three.html Samantha Morton (born May 13, 1977) is an Academy Award-nominated English actress.";
arnews[6] += "
Publ.Date : Sun, 16 Mar 2008 18:40:46 GMT";
arnews[6] += "
";
arnews[7]="Universal Studios
";
arnews[7] += "Elizabeth The Golden Age Ad Advert Commercial: Excerpts are shown from the historical drama Elizabeth The Golden Age starring Cate Blanchett Geoffrey Rush Samantha Morton Rhys...";
arnews[7] += "
Publ.Date : Wed, 31 Oct 2007 06:16:10 GMT";
arnews[7] += "
";
arnews[8]="THE HORRORS - SHEENA IS A PARASITE
";
arnews[8] += "Directed by Chris Cunningham, the guy who did the Aphex Twin videos. Samantha Morton is in it as well. ... Horrors Chris Cunningham Samantha Morton punk indie";
arnews[8] += "
Publ.Date : Sat, 08 Jul 2006 09:45:35 GMT";
arnews[8] += "
";
arnews[9]="USA: Actor Johhny Depp and cast of "The Libertine" attend Los Angeles premiere and tribute
";
arnews[9] += "Actor Johhny Depp premiered his new film \"The Libertine\" at the American Film Institute (AFI) Festival in Los Angeles, California on Friday (November 11) which included a tribute...";
arnews[9] += "
Publ.Date : Thu, 17 Nov 2005 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("