var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Craig Ferguson 6/11/9E Late Late Show Anna Friel
"; arnews[0] += "Craig chats with Anna Friel of 'Land of the Lost'"; arnews[0] += "
Publ.Date : Fri, 12 Jun 2009 13:43:16 GMT"; arnews[0] += "
"; arnews[1]="Land of the Lost: Anna Friel
"; arnews[1] += "Land of the Lost: Anna Friel"; arnews[1] += "
Publ.Date : Thu, 11 Jun 2009 07:10:47 GMT"; arnews[1] += "
"; arnews[2]="Anna Friel on ‘Land of the Lost’
"; arnews[2] += "June 2: TODAY hosts talk to actress Anna Friel about starring alongside Will Ferrell in the new film, “Land of the Lost.” (Today Show)"; arnews[2] += "
Publ.Date : Tue, 02 Jun 2009 13:17:30 GMT"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Goal! - Exclusive Interview with Kuno Becker & Anna Friel
"; arnews[3] += "A talented Mexican footballer finds himself thrust into the spotlight, playing for Newcastle Utd."; arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:05:49 GMT"; arnews[3] += "
"; arnews[4]="Anna Friel Interview - Land of the Lost at Comic Con 2008
"; arnews[4] += "Anna Friel plays a research assistant who gets trapped in a land of dinosaurs and other weird creatures in the big screen adaptation of 'Land of the Lost.' Friel wasn't familiar..."; arnews[4] += "
Publ.Date : Wed, 06 Aug 2008 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Anna Friel - The War Bride 2001
"; arnews[5] += "Video \"Anna Friel - The War Bride 2001\" von CatrachoEDDB"; arnews[5] += "
Publ.Date : Sun, 22 Jun 2008 05:39:20 GMT"; arnews[5] += "
"; arnews[6]="Anna Friel Niagara Motel 792 528
"; arnews[6] += "Video \"Anna Friel Niagara Motel 792 528\" von CatrachoEDDB"; arnews[6] += "
Publ.Date : Sun, 22 Jun 2008 05:17:25 GMT"; arnews[6] += "
"; arnews[7]=""Rogue Trader" (1999), Ewan McGregor, Anna Friel
"; arnews[7] += "Clips of Ewan McGregor and Anna Friel in \"Rogue Trader\". The film is based on the real life story of Nick Leeson, who was sentenced to six and half years in prison for fraud after..."; arnews[7] += "
Publ.Date : Sun, 18 Nov 2007 12:39:12 GMT"; arnews[7] += "
"; arnews[8]="Pantene Anna Friel Long hair
"; arnews[8] += "UK Pantene commercial with actress Anna Friel"; arnews[8] += "
Publ.Date : Fri, 05 Oct 2007 16:21:51 GMT"; arnews[8] += "
"; arnews[9]="UNITED KINGDOM: Premiere of football film 'Goal!'
"; arnews[9] += "The world premiere of 'Goal!' scored a winner with the presence of stars from the entertainment and sports world on Thursday (September 15). Although many successful films have..."; arnews[9] += "
Publ.Date : Thu, 22 Sep 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("
");document.write("
");