var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matt Damon, Jude Law catch 'Contagion' - Channel NewsAsia
";
arnews[0] += "LOS ANGELES : 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. Damon and Law, who appeared together in 1999 hit \"The ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT";
arnews[0] += "
";
arnews[1]="Jude Law - YAHOO!
";
arnews[1] += "Plagued with being called a heartthrob and a Golden Boy, British actor Jude Law managed to develop into a respected actor known for tackling challenging and often flawed characters. Though he struggled a bit early in his career to make a name for ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:27:00 GMT";
arnews[1] += "
";
arnews[2]="Matt Damon, Jude Law to reteam for new Soderbergh action thriller - Monsters and Critics
";
arnews[2] += "Matt Damon and Jude Law will team up for a new flick, Contagion. Leading man Jude Law (whio plays Hamlet) and his Ophelia, Gugu Mbatha-Raw, arrive for the after party for the Opening Night of 'Hamlet', held at Gotham Hall, NYC. - Johns PkI / Splash ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[2] += "
";
arnews[3]="Sienna Miller moving in with Jude Law? - Digital Spy
";
arnews[3] += "Sienna Miller is said to be \"seriously considering\" moving in with her ex-partner Jude Law. The couple reportedly rekindled their on-off romance last year. It is thought that Law is now keen for the actress to share his London home. \"Sienna is ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[3] += "
";
arnews[4]="Sienna Miller to Live With Jude Law in London? - Showbizspy.com
";
arnews[4] += "SIENNA Miller is “seriously considering” moving in with Jude Law . The couple recently rekindled their romance after spending four years apart and Jude, 37, is keen for the actress to live with him at his home in London. “Sienna is seriously ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT";
arnews[4] += "
";
arnews[5]="Jude Law, James McAvoy for Olivier awards - Digital Spy
";
arnews[5] += "Keira Knightley ( The Misanthrope ) has also been put forward for 'Best Supporting Actress'. Nica Burns, president of the Society of London Theatre, revealed: \"The voting for the best acting awards was so close that the nominations had to be ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[5] += "
";
arnews[6]="Hollywood stars on West End stage dominate Laurence Olivier Awards - Times Online
";
arnews[6] += "The power of the stage in the West End of London to attract A-list talent was demonstrated yesterday as nominations for the Laurence Olivier Awards featured stars who would not look out of place at the Oscars. Four nominees for the Best Actor and ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:32: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("