var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="You Don't Say Those Words, Not In This House - Like you need an ...
";
arnews[0] += "Like you need an excuse to make homosexual advances toward Jude Law. February 9th, 2010 (04:27 pm). link · Add to Memories · Tell a Friend. If you've seen Sherlock Holmes, and are still harboring resentment at the thickly unoriginal ...";
arnews[0] += "
";
arnews[1]="Sherlock Holmes and the Adventure of the Guy Ritchie film ...
";
arnews[1] += "That was not, I felt, down to Jude Law who put in, I really must admit it, a rather brilliant performance as Watson. I believed him. I believed he was ex-military, I believed he loved Mary. I believed he loved Holmes. It felt real. ...";
arnews[1] += "
";
arnews[2]="Rachel Weisz, Jude Law , Keira Knightley up for Olivier awards | EW.com
";
arnews[2] += "Big-screen luminaries Rachel Weisz, Jude Law, and Keira Knightley have all earned a shot at stage glory, as each has been nominated for the UK's 2010...";
arnews[2] += "
";
arnews[3]="Robert Downey Jr & Jude Law On The Relationship Between Sherlock ...
";
arnews[3] += "Sherlock Holmes interviews with Jude Law and Robert Downey Jr. Aka Sherlock and Watson. The duo talk to Paul Byrne for http://www.Movies.ie In the interview,";
arnews[3] += "
";
arnews[4]="News Slideshows (02/09/2010 21 hours) « WhmSoft Services Photo Gallery
";
arnews[4] += "AFP - Matt Damon and Jude Law are reuniting on screen to star in a thriller by Oscar-winning director Steven Soderbergh about the outbreak of a deadly disease, reports said Tuesday. (AFP) Click on the image for the actual size or for a ...";
arnews[4] += "
";
arnews[5]="Sienna Miller to Live With Jude Law in London? | Showbiz Spy ...
";
arnews[5] += "SIENNA Miller is seriously considering moving in with Jude Law. The couple recently rekindled their romance after spending four years apart and Jude, 37,";
arnews[5] += "
";
arnews[6]="Cinema Cervello: Sherlock Holmes (2009)
";
arnews[6] += "The story, though – with screenplay by Michael Robert Johnson, Anthony Peckham and Simon Kinberg – is still fun – if somewhat convoluted and uneven – as the iconic detective teams up with Dr. John Watson (Jude Law) to solve the case of ...";
arnews[6] += "
";
arnews[7]="Matt Damon et Jude Law à nouveau réunis à l'écran par Steven ...
";
arnews[7] += "Dix ans après \"Le Talentueux M. Ripley\", les acteurs Matt Damon et Jude Law seront à nouveau réunis à l'écran dans \"Contagion\", un film mêlant suspense et action dirigé par l'américain Steven Soderbergh, rapporte mardi le magazine ...";
arnews[7] += "
";
arnews[8]="The Hollywood Info » Marion Cotillard: vis-a-vis Matt Damon, Jude ...
";
arnews[8] += "Marion Cotillard and Kate Winslet should give the counterpart to it to Matt Damon and Jude Law, on a screen apparently close to that of Traffic, preceding success of the realizer. The scenario is signed Scott Z. Burns (already behind ...";
arnews[8] += "
";
arnews[9]="Matt Damon, Jude Law catch 'Contagion' (AFP) « Celebrity Gossip ...
";
arnews[9] += "AFP – Matt Damon and Jude Law are reuniting on screen to star in a thriller by Oscar-winning director Steven Soderbergh about the outbreak of a deadly disease,…";
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("