var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dear John’ unseats 'Avatar' - Pueblo Chieftain
";
arnews[0] += "... romantic drama ‘‘Dear John’’ has knocked the sci-fi blockbuster ‘‘Avatar ... release, Lionsgate’s spy story ‘‘From Paris With Love,’’ opened at No. 3 with $8.1 million. The movie stars John Travolta and Jonathan Rhys Meyers ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:10:00 GMT";
arnews[0] += "
";
arnews[1]="'Dear John' dethrones box office king 'Avatar' - France 24
";
arnews[1] += "James Cameron's film, which last week scooped nine nominations for next month's Oscars, earned another 22.9 million dollars to add to its record-breaking haul. Action film \"From Paris With Love,\" starring John Travolta and Jonathan Rhys Meyers ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:29:00 GMT";
arnews[1] += "
";
arnews[2]="Q&A - Jonathan Rhys Meyers ( From Paris With Love ) Weighs In on ... - amc
";
arnews[2] += "He enjoys the naïveté that James Reece has; he enjoys seeing him confused ... A: For my character, I'm willing to ignore a lot of things because of love. For her character, she's willing to blow herself up. Whether its love of religion or love for ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 13:31:00 GMT";
arnews[2] += "
";
arnews[3]="Jonathan Rhys Meyers met his iconic costar Travolta cold on the set of ... - Sacramento Bee
";
arnews[3] += "The first time Jonathan Rhys Meyers and John Travolta met was on the set for their first scene together in \"From Paris With Love.\" Charlie Wax, a belligerent, shaved-headed, goateed American - a full-tilt Travolta - is being detained by a French ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 14:42:00 GMT";
arnews[3] += "
";
arnews[4]="TV's Henry VIII gets tangled with Travolta - Detroit Free Press
";
arnews[4] += "The first time Jonathan Rhys Meyers and John Travolta met was on the set for their first scene together in \"From Paris with Love.\" Belligerent Charlie Wax (a full-tilt Travolta) is being detained by a French customs agent at the airport. He's trying ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 10:34:00 GMT";
arnews[4] += "
";
arnews[5]="Jonathan Rhys Meyers: 'Love is blind' - Digital Spy
";
arnews[5] += "Jonathan Rhys Meyers has revealed that he thinks love is blind. The actor, who plays a character who falls for someone without knowing much about them in From Paris with Love , said that it can happen easily. MSN quotes him as saying: \"Well, you know ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:28:00 GMT";
arnews[5] += "
";
totcount = 6;
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("