var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Clive Owen unveils The Boys Are Back at UK premiere
";
arnews[0] += "Clive Owen pulled in the crowds at the London Film Festival last night. Following appearances from A-listers including George Clooney and Emma Thompson over the past week, the...";
arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 00:24:35 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="TV's Top 5 Moments For October 9, 2009
";
arnews[1] += "Plus: Vince Vaughn regrets his engagement ring choice and more from Thursday's shows";
arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 21:00:00 GMT";
arnews[1] += "
";
arnews[2]="Julia Roberts verliebt sich in Clive Owen
";
arnews[2] += "In 'Gemeinsame Geheimsache' passiert zwei Spionen genau das, was nicht passieren darf: Sie verlieben sich ineinander.";
arnews[2] += "
Publ.Date : Thu, 12 Mar 2009 05:23:00 GMT";
arnews[2] += "
";
arnews[3]="Shoot 'Em Up - Exclusive interview with Clive Owen
";
arnews[3] += "Clive Owen stars as Mr. Smith, a mysterious loner trying to protect a newborn baby from a determined criminal who hunts them through the bowels of the city.";
arnews[3] += "
Publ.Date : Wed, 23 Jul 2008 13:55:24 GMT";
arnews[3] += "
";
arnews[4]="Derailed (Hot Scene-Jennifer Aniston and Clive Owen)
";
arnews[4] += "Jennifer Aniston and Clive Owen in Derailed...";
arnews[4] += "
Publ.Date : Tue, 08 Jan 2008 15:30:10 GMT";
arnews[4] += "
";
arnews[5]="Clive Owen on Extras Christmas Special
";
arnews[5] += "This has got to be the funniest and cruelest scene on Extras to date. Clive Owen is arguing with theFrom Pod: roxy1's videosAdded By: roxy1";
arnews[5] += "
Publ.Date : Fri, 04 Jan 2008 22:35:56 GMT";
arnews[5] += "
";
arnews[6]="Clive Owen on Extras Christmas Special
";
arnews[6] += "This has got to be the funniest and cruelest scene on Extras to date. Clive Owen is arguing with the producers that Maggie is too ugly a prostitute for him. It's Mental";
arnews[6] += "
Publ.Date : Sun, 30 Dec 2007 13:06:39 GMT";
arnews[6] += "
";
arnews[7]="SHOWBIZ: Clive Owen stars in new movie 'Shoot 'em Up'
";
arnews[7] += "Clive Owen plays a gunman with a heart in new movie 'Shoot 'em Up.";
arnews[7] += "
Publ.Date : Thu, 13 Sep 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Box Office Preview: Russell Crowe, Paul Giamatti, Clive Owen
";
arnews[8] += "A Western re-make with Russell Crowe, a thriller with Paul Giamatti and Clive Owen, and a comedy with Will Arnett open.";
arnews[8] += "
Publ.Date : Thu, 06 Sep 2007 16:58:32 GMT";
arnews[8] += "
";
arnews[9]="USA: New film "Derailed" pairing American actress Jennifer Aniston with British actor Clive Owen opens in New York City
";
arnews[9] += "Jennifer Aniston's new film, a thriller called \"Derailed\", pairing her with British heartthrob Clive Owen, premiered in New York City on Sunday (October 30). The venue of the...";
arnews[9] += "
Publ.Date : Sat, 05 Nov 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("