var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marriage to Jonathan Rhys Meyers 'would be lovely', says Reena Hammer - Daily Telegraph
";
arnews[0] += "Reena, 23, who is the creative director of Urban Retreat, the beauty company founded by her father, George, tells me that she has stuck by the 32-year-old actor, despite reports that she had dumped him because of his drunken behaviour. \"We have been ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:57:00 GMT";
arnews[0] += "
";
arnews[1]="Kevin Bacon and Jonathan Rhys Meyers to Star in Fishy New Comedy - ETOnline.com
";
arnews[1] += "Kevin Bacon and Jonathan Rhys Meyers are teaming up for a new comedy, 'Whole Lotta Sole,' which is set to film in Belfast, Ireland in 2010. 'Sole' finds Rhys Meyers playing a thief whose attempt to plunder a fish market leads him to take Bacon's ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Jonathan Rhys Meyers keeps busy after wrapping ‘The Tudors’ - Irish Central
";
arnews[2] += "“From Paris With Love” is a spy caper set in France , and it opens on February 5. Check out the trailer here . It looks pretty interesting. Meanwhile, JRM will try his hand at comedy with Bacon in a project called “Whole Lotta Sole,” which is ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:09:00 GMT";
arnews[2] += "
";
arnews[3]="Robert Pattinson, Sparkly Vampire, Regular Guy - CRAVE ONLINE
";
arnews[3] += "Official synopsis: A low-ranking intelligence operative (Jonathan Rhys Meyers) working in the office of the U.S. Ambassador in France takes on more than he bargained for when he partners with a wisecracking, fast-shooting, high-ranking U.S. agent ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT";
arnews[3] += "
";
arnews[4]=""The Tudors: The Complete Third Season" on DVD! - EDGE Boston
";
arnews[4] += "TV’s most sexy and scandalous hit drama is back with The Tudors: The Complete Third Season! Golden Globe winner Jonathan Rhys Meyers (Elvis) stars as a young King Henry VIII, a ruler whose reign changed the course of history forever. Now for the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:15:00 GMT";
arnews[4] += "
";
arnews[5]="Hail to the King: The Tudors Season 3 out now on disk - Owen Sound Sun Times
";
arnews[5] += "Steamy sex, savage violence and historical fiction: It's good to be King in The Tudors. With maturing Irishman Jonathan Rhys Meyers playing Henry VIII -- the King of England, Wales and Ireland from 1509 to 1547 -- The Tudors is a superior soap opera ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[5] += "
";
arnews[6]="Tide turning for The Tudors - canada.com
";
arnews[6] += "And when the hour ends, a no-longer-so-young King Henry VIII, as played by the dashing -- historical purists might say too dashing -- Jonathan Rhys Meyers, will be plowing ahead once again, hard at work on his fifth marriage, even as his fourth ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 15:30:00 GMT";
arnews[6] += "
";
totcount = 7;
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("