var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="UNICEF: CRC: Orlando Bloom on every child's right to clean water
";
arnews[0] += "www.unicef.org Actor Orlando Bloom was appointed a UNICEF Goodwill Ambassador in 2009, in recognition of his commitment to the rights of children around the world. Although...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:54:46 GMT";
arnews[0] += "
";
arnews[1]="Orlando Bloom devient ambassadeur
";
arnews[1] += "Après Roger Moore, Audrey Hepburn, David Beckham ou encore Jackie Chan, Orlando Bloom vient d'être nommé ambassadeur de bonne volonté de L'UNICEF.";
arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 09:47:00 GMT";
arnews[1] += "
";
arnews[2]="Miranda Kerr's New Bikini Photos and Orlando Bloom Engagement Rumors!
";
arnews[2] += "Miranda Kerr spices up new Victoria's Secret swimwear campaign, plus rumor has it she got engaged to Orlando Bloom this week in Cannes.";
arnews[2] += "
Publ.Date : Fri, 22 May 2009 16:00:19 GMT";
arnews[2] += "
";
arnews[3]="Extras : Orlando Bloom
";
arnews[3] += "Extras : Orlando Bloom";
arnews[3] += "
Publ.Date : Thu, 02 Apr 2009 07:08:21 GMT";
arnews[3] += "
";
arnews[4]="Pirates of the Caribbean: Dead Man's Chest - Exclusive press conference with Orlando Bloom & Keira Knightley
";
arnews[4] += "Captain Jack Sparrow returns only to find that the infamous Davy Jones is after his soul.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:05:36 GMT";
arnews[4] += "
";
arnews[5]="ORLANDO BLOOM HATES JOHNNY DEPP! WATCHHHHH
";
arnews[5] += "Funny episode from \"Extras\" on BBC2. Haha! I wish Orlando Bloom did more of this sort of stuff!! It's soo funny Don't forget to vote for who you like better: Johnny Depp or...";
arnews[5] += "
Publ.Date : Fri, 26 Oct 2007 23:49:22 GMT";
arnews[5] += "
";
arnews[6]="Jennifer Aniston & Orlando Bloom in Mexico
";
arnews[6] += "As probably already know,Orlando Bloom was spotted hanging out with Jennifer Aniston last weekend in Mexico. They HAVE to be dating now right? We all know Jenn can't just \"hang...";
arnews[6] += "
Publ.Date : Wed, 03 Oct 2007 22:30:33 GMT";
arnews[6] += "
";
arnews[7]="VIDEO EXCLUSIVE - Orlando Bloom leaving the Dukes Head theatre UK 17/07/2007
";
arnews[7] += "VIDEO EXCLUSIVE - Orlando Bloom leaving the Dukes Head theatre. He exits via the stage exit, and spends time signing autographs and chatting with fans. He has a big security team...";
arnews[7] += "
Publ.Date : Tue, 17 Jul 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="UK: Orlando Bloom fails to attend the London premiere of his latest film 'Elizabethtown'
";
arnews[8] += "Having recovered from the heavy downpour of the opening night, film fanatics in London flocked to Leicester Square for the gala screening of Cameron Crowe's 'Elizabethtown'....";
arnews[8] += "
Publ.Date : Wed, 26 Oct 2005 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="USA: Orlando Bloom and Kirsten Dunst share laughter and tears in Cameron Crowe's "Elizabethtown"
";
arnews[9] += "For \"Jerry Maguire\" director Cameron Crowe, whose new movie \"Elizabethtown\" debuts in the United States on Friday (October 14, 2005), his Hollywood career is all about time....";
arnews[9] += "
Publ.Date : Thu, 20 Oct 2005 00:00:00 GMT";
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("