var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sundance wrap - Light Sensitive
";
arnews[0] += "I've been a huge fan of Elodie Bouchez ever since I saw Andre Techine's Wild Reeds sixteen years ago. She's the star and dominates almost every frame of Durra's strange, beguiling Godard riff, Imperialists (the title is taken from La ...";
arnews[0] += "
";
arnews[1]="Les blockbusters du futur (2) - Le blog de Pierrot Beerbaum
";
arnews[1] += "La vie rêvée des autres. En Allemagne de l'est, Elodie Bouchez écoute du Yann Tiersen dans son casque. A la fin, elle passe devant la vitrine d'undisquaire chez qui Yann Tiersen dédicace des disqu… Hébergé par Overblog.";
arnews[1] += "
";
arnews[2]="Sundance Post-Mortem - The Village Voice
";
arnews[2] += "A subtle socio-political satire set in moneyed, multicultural expat circles in post-9/11 New York, Imperialsists stars Elodie Bouchez as a Paris-born, Middle Eastern mutt artist whose idyllic bourgie day-to-day (and a new romance) are ...";
arnews[2] += "
";
arnews[3]="Sundance 2010: Final Five Reviews and Festival Scorecard
";
arnews[3] += "With Imperialists, she centers her story on Asya (Elodie Bouchez), a visual artist living in a post-9/11 Manhattan. A child of several worlds, including a few in the middle east, Asya is constantly being made aware of a looming Big ...";
arnews[3] += "
";
arnews[4]="Le Courrier picard - Le programme TV de la semaine : Elodie ...
";
arnews[4] += "Le programme TV de la semaine : Elodie Bouchez et Malik Zidi dans \"Douce France\" , Médias , Loisirs , Votre actualité quotidienne locale, régionale et nationale - Information Picardie, Somme, Oise, Aisne.";
arnews[4] += "
";
arnews[5]="Chroniques d'un culturomane parisien: Voici venir l'orage (Casimir ...
";
arnews[5] += "Elodie Bouchez campe une Caroline assez intéressante, intense, vibrante, avec ce mélange de (légère) vulgarité et de fébrilité qui sied parfaitement au personnage imaginé par Horvath. Si Thomas Durand (Casimir) agace au début par sa ...";
arnews[5] += "
";
arnews[6]="PUSHING PAST BUZZ, DISCOVERING THE FAMILIAR
";
arnews[6] += "Our creative heroine, Asya (Elodie Bouchez), learns that her good friend has been abducted by the CIA, leading to an increased sense of paranoia. But her fears are allayed by the blossoming of a relationship with her new lover, ...";
arnews[6] += "
";
arnews[7]="SUNfiltered : Fresh culture daily. » Blog Archive » Two strikingly ...
";
arnews[7] += "Elodie Bouchez plays a French-Arab conceptual artist in Manhattan, who becomes increasingly paranoid after she learns of the disappearance of an old flame (possibly at the hands of the CIA). The stabs at humor are hit and miss, ...";
arnews[7] += "
";
arnews[8]="Perruquée... pour une "sexy" transformation
";
arnews[8] += "... un autre reportage photographique par Satoshi SAÏKUSA, qui capture dans son objectif sept comédiennes, façon show girls. Perruquées, maquillées, parfois dévêtues, Alexandra Lamy, Arielle Dombasle, Elodie Bouchez, Sylvie Testud... se ...";
arnews[8] += "
";
arnews[9]="Meet Zeina Durra, Sundance's Most Fascinating Filmmaker
";
arnews[9] += "Imperialists! presents her alter-ego Asya (Elodie Bouchez), a successful artist in Manhattan with links to both the Palestinean resistance and upper-crust Western hegemony. Negotiating between the two with her tight circle of comrades, ...";
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("