var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="PH00611_MISS DIOR CHERIE by Sofia Coppola ad campaign making of
";
arnews[0] += "Photo studio";
arnews[0] += "
Publ.Date : Fri, 31 Jul 2009 02:15:20 GMT";
arnews[0] += "
";
arnews[1]="Deleted Scene from Lost in Translation
";
arnews[1] += "Lost in Translation is a 2003 comedy-drama film starring Bill Murray and Scarlett Johansson. It was the second feature film written and directed by Sofia Coppola, after The Virgin...";
arnews[1] += "
Publ.Date : Thu, 12 Mar 2009 01:58:35 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Miss Dior Cherie Commercial by Sofia Coppola (Hi Q Director Cut)
";
arnews[2] += "fashiontography.blogspot.com The song is \"Moi Je Joue\" by Brigitte Bardot with model Maryna Linchuk and director Sofia Coppola. This is the long director cut. See the accompanying...";
arnews[2] += "
Publ.Date : Fri, 05 Dec 2008 16:25:15 GMT";
arnews[2] += "
";
arnews[3]="Sofia Coppola arrives to Marc Jacobs Spring 2009 in New York City
";
arnews[3] += "Director/writer Sofia Coppola arrives to the Marc Jacobs Spring 2009 Collection fashion show on September 8th, 2008 in New York City.";
arnews[3] += "
Publ.Date : Sat, 20 Sep 2008 13:11:11 GMT";
arnews[3] += "
";
arnews[4]="Francis Ford Coppola à propos d'"Apocalypse now"
";
arnews[4] += "Conférence de presse à Cannes de Francis Ford COPPOLA, avec ses enfants, évoquant la réaction d'un ancien du Vietnam, ayant vu \"Apocalypse now\", qui, quand on lui demande...";
arnews[4] += "
Publ.Date : Fri, 30 Mar 2007 18:46:00 GMT";
arnews[4] += "
";
arnews[5]="USA: Kirsten Dunst sees kindred spirit in "Marie Antoinette"
";
arnews[5] += "Kirsten Dunst has gone from child vampire to Spider-Man's love interest and now doomed French queen Marie Antoinette, whose rise in the aristocracy could mirror the actresses' own...";
arnews[5] += "
Publ.Date : Thu, 26 Oct 2006 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Marie Antoinette: Podcast
";
arnews[6] += "Trailer for the upcoming film Starring Kirsten Dunst, directed by Sofia Coppola! Opens in theatres everwhere on Friday October 20th.";
arnews[6] += "
Publ.Date : Mon, 16 Oct 2006 19:56:07 GMT";
arnews[6] += "
";
arnews[7]="Marie Antoinette: About to End
";
arnews[7] += "Trailer for the upcoming film Starring Kirsten Dunst, directed by Sofia Coppola! Opens in theatres everwhere on Friday October 20th.";
arnews[7] += "
Publ.Date : Mon, 16 Oct 2006 19:30:37 GMT";
arnews[7] += "
";
arnews[8]="Sofia Coppola, Kirsten Dunst talk Marie Antoinette
";
arnews[8] += "Sofia Coppola, Kirsten Dunst, Jason Schwartzman and producer Ross Katz talk about Marie Antoinette at the 44th New York Film Festival. More at...";
arnews[8] += "
Publ.Date : Sat, 14 Oct 2006 23:51:52 GMT";
arnews[8] += "
";
arnews[9]="Director Sofia Coppola Expects Her First Child
";
arnews[9] += "Oscar-nominated director Sophia Coppola, 35, is expecting her first child. Harold Greene reports.";
arnews[9] += "
Publ.Date : Wed, 31 May 2006 22:13:37 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("