var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Five Minutes With: Lily Cole
";
arnews[0] += "Celebrities and news-makers are grilled by Matthew Stadlen in exactly five minutes in a series for the BBC News website.This week, model and actress Lily Cole talks to Matt about...";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 08:35:30 GMT";
arnews[0] += "
";
arnews[1]="The Imaginarium of Doctor Parnassus - Exclusive interview
";
arnews[1] += "We talk exclusively to director Terry Gilliam and stars Verne Troyer, Lily Cole and Andrew Garfield about this great new fantasy epic.";
arnews[1] += "
Publ.Date : Sun, 25 Oct 2009 05:45:09 GMT";
arnews[1] += "
";
arnews[2]="Lily Cole and Verne Troyer recall what Heath Ledger was like
";
arnews[2] += "The cast and crew of The Imaginarium of Doctor Parnassus deny reports that Heath was intense and not sleeping before his death. .";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 05:20:35 GMT";
arnews[2] += "
";
arnews[3]="The Imaginarium of Doctor Parnassus - Exclusive Interview With Verne Troyer, Andrew Garfield & Lily Cole
";
arnews[3] += "Director Terry Gilliam and star Heath Ledger deliver the story of Parnassus and his extraordinary 'Imaginarium', a travelling show where members of the audience get an...";
arnews[3] += "
Publ.Date : Sat, 17 Oct 2009 01:42:04 GMT";
arnews[3] += "
";
arnews[4]="New Imaginarium of Doctor Parnassus Clip - Lily Cole and Christopher Plummer
";
arnews[4] += "A new clip of The Imaginarium of Doctor Parnassus with Lily Cole as \"Valentina\" and Christopher Plummer as \"Dr. Parnassus.\"";
arnews[4] += "
Publ.Date : Sun, 24 May 2009 22:43:18 GMT";
arnews[4] += "
";
arnews[5]="Marilyn Manson announces "Phantasmagoria"
";
arnews[5] += "Marylin Manson announces his cinema \"Phantasmagoria. The Visions Of Lewis Carrol\" on Berlin film festival. Lily Cole, the actress playing Alice, is also in this video";
arnews[5] += "
Publ.Date : Mon, 02 Mar 2009 20:30:54 GMT";
arnews[5] += "
";
arnews[6]="Lily Cole models M&S Limited Collection
";
arnews[6] += "Exclusive behind the scenes footage and interview with Lily Cole at her first photoshoot as the face of Limited Collection.";
arnews[6] += "
Publ.Date : Tue, 05 Feb 2008 09:36:41 GMT";
arnews[6] += "
";
arnews[7]="VIDEO EXCLUSIVE - Lily Cole walking through London UK 17/07/2007
";
arnews[7] += "VIDEO EXCLUSIVE - Lily Cole seen here walking through central London. She is wearing sunglasses and is chatting on her mobile phone. She walks past the camera twice. London, UK...";
arnews[7] += "
Publ.Date : Tue, 17 Jul 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Lily Cole Model Profile
";
arnews[8] += "Lily Cole Model Profile on FashionTV";
arnews[8] += "
Publ.Date : Wed, 11 Apr 2007 19:18:21 GMT";
arnews[8] += "
";
arnews[9]="Gemma Ward, Heather Marks, and Lily Cole
";
arnews[9] += "Top models Gemma Ward, Heather Marks, and Lily Cole talk about how they got started in the industry. Courtesy of worldfashion.tv :)";
arnews[9] += "
Publ.Date : Mon, 28 Aug 2006 16:37:46 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("