var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students Don't Find Law So Sweet After Orange Attack
";
arnews[0] += "A group of New York students incurred the wrath of JUDE LAW after taking juicy snaps of him exercising on his apartment balcony - the actor pelted them with oranges.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:07:02 GMT";
arnews[0] += "
";
arnews[1]="Sadie Frost To Discuss Law Marriage In Book
";
arnews[1] += "Actress SADIE FROST is set to lift the lid on her marriage to JUDE LAW - she's preparing to release an autobiography.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:06:56 GMT";
arnews[1] += "
";
arnews[2]="Nativity! set to raise Christmas cheer
";
arnews[2] += "MARTIN Freeman is camera-shy. The impish dirty-blond actor is standing awkwardly in an old-fashioned hotel library flashing a non-smile towards a photographer.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Vampires, werewolves, liars lead fall films
";
arnews[3] += "Not many laughs in 'All About Steve' * Judge's ridiculous 'Extract' tastes too bland * 'Gamer' launches the autumn films * After '300,' Gerard Butler still battling * Bella mopes through pretentious 'New Moon' Hollywood might be telling its own life story this fall, presenting a lineup of liars, phonies, smooth talkers, bloodsuckers and greedy old ...";
arnews[3] += "
Publ.Date : Thu, 03 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Girl Crazy' could be crazier
";
arnews[4] += "The Gershwins' score sounds amazing of course, but not always thanks to the spotty cast.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:21:56 GMT";
arnews[4] += "
";
arnews[5]="Law snaps at spying student neighbours
";
arnews[5] += "ACTOR and heartthrob Jude Law hurled oranges at an unwanted audience peeking on his exercise routine on his New York balcony, the New York Post reported.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:16:00 GMT";
arnews[5] += "
";
arnews[6]="This Weeka s Cover: a Sherlock Holmesa Director Guy Ritchie on Madonna divorce
";
arnews[6] += "With star Robert Downey Jr. in fighting form and enjoying an easy rapport with his costar, Jude Law, the filming of Sherlock Holmes in London last year was trouble-free. The only drama seemed to take place off the set, where the film's director, Guy Ritchie , and his then-wife Madonna filed for divorce.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 00:52:39 GMT";
arnews[6] += "
";
arnews[7]="NYU Kids Get An Eyeful Of Jude Law
";
arnews[7] += "No offense, but who is stupid enough to purchase an apartment next to a college dormitory, especially if you are famous? Jude Law , that's who! Seems Jude thought it would be a good idea to get himself an apartment now that he is in Hamlet on Broadway.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 00:32:57 GMT";
arnews[7] += "
";
totcount = 8;
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("