var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Vicky Cristina Barcelona - Clip - Sounded Pretty
";
arnews[0] += "Two friends (Scarlett Johansson and Rebecca Hall) on a summer holiday in Spain become involved with the same painter (Javier Bardem), unaware that his fiery and volatile ex-wife...";
arnews[0] += "
Publ.Date : Thu, 18 Jun 2009 01:42:09 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Uinterview.com: Rebecca Hall
";
arnews[1] += "Vicky Cristina Barcelona star Rebecca Hall answers questions exclusively for user of Uinterview.com";
arnews[1] += "
Publ.Date : Sat, 14 Mar 2009 17:52:48 GMT";
arnews[1] += "
";
arnews[2]="Vicky Cristina Barcelona - Red carpet interview with Penelope Cruz
";
arnews[2] += "Two young Americans (Rebecca Hall and Scarlett Johansson) spend a summer in Spain and meet a flamboyant artist (Javier Bardem) and his beautiful but insane ex-wife (Penelope Cruz)...";
arnews[2] += "
Publ.Date : Sat, 14 Feb 2009 01:42:03 GMT";
arnews[2] += "
";
arnews[3]="The Orange Rising Star Nominees 2009
";
arnews[3] += "London, 8 January 2009. Today Shia LaBeouf, the 2008 winner, announced this year\'s nominees for the Orange Rising Star Award. The five nominees are: Michael Cera, Noel Clarke,...";
arnews[3] += "
Publ.Date : Thu, 08 Jan 2009 23:37:30 GMT";
arnews[3] += "
";
arnews[4]="Rebecca Hall
";
arnews[4] += "Rachel Hall chats about her newest role as Vicky from the film Vicky Cristina Barcelona. She shares with us how it feels to be nominated for 4 Golden Globes.";
arnews[4] += "
Publ.Date : Fri, 19 Dec 2008 17:00:55 GMT";
arnews[4] += "
";
arnews[5]="Vicky Cristina Barcelona Movie Premiere
";
arnews[5] += "Hollyscoop.com has the scoop on the latest Woody Allen flick Vicky Cristina Barcelona. The movie takes place in Spain and stars Oscar winner Javier Bardem, Penelope Cruz, Scarlett...";
arnews[5] += "
Publ.Date : Wed, 01 Oct 2008 02:11:14 GMT";
arnews[5] += "
";
arnews[6]="Starring: Javier Bardem, Patricia Clarkson, Penelope Cruz, Scarlett Johansson, Rebecca Hall Directed by: Woody Allen Produced by: Woody Allen, Jaume Roures, Letty Aronson
";
arnews[6] += "Starring: Javier Bardem, Patricia Clarkson, Penelope Cruz, Scarlett Johansson, Rebecca Hall Directed by: Woody Allen Produced by: Woody Allen, Jaume Roures, Letty Aronson";
arnews[6] += "
Publ.Date : Sat, 16 Aug 2008 16:52:15 GMT";
arnews[6] += "
";
arnews[7]="Vicky Cristina Barcelona - Rebecca Hall
";
arnews[7] += "Vicky Cristina Barcelona - Movie Clip";
arnews[7] += "
Publ.Date : Tue, 12 Aug 2008 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="DP/30 - Vicky Cristina Barcelona Star Rebecca Hall
";
arnews[8] += "Meet the star of the latest Woody Allen film, Rebecca Hall";
arnews[8] += "
Publ.Date : Wed, 06 Aug 2008 07:00:00 GMT";
arnews[8] += "
";
arnews[9]="James McAvoy & Rebecca Hall Kiss in Starter for 10
";
arnews[9] += ":-)";
arnews[9] += "
Publ.Date : Mon, 21 Jul 2008 00:58:36 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("