var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Orlando Bloom - UNICEF
";
arnews[0] += "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 recently appointed, he has visited UNICEF programmes in Nepal, the Russian Federation, and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:36:00 GMT";
arnews[0] += "
";
arnews[1]="Arts Council paid expert to teach two BLIND actors to swordfight - Daily Mail
";
arnews[1] += "A cut above: Johnny Depp, left, and Orlando Bloom show how a fake fight should look in Pirates Of The Caribbean In common with the vast majority of actors, I am rarely troubled by job offers or the enquiries of casting directors. Accordingly, I have ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:36:00 GMT";
arnews[1] += "
";
arnews[2]="Accused celeb burglar pleads not guilty in LA - WTOP
";
arnews[2] += "She is accused of burglarizing Orlando Bloom's Los Angeles-area home on July 15. She remains free on bail. If convicted, she could face up to six years in prison. Police in Los Angeles and Las Vegas say the burglars trawled the Internet to find ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 GMT";
arnews[2] += "
";
arnews[3]="UNICEF State of The World’s Children report commemorates 20 years of ... - The Gaea Times
";
arnews[3] += "Orlando Bloom named UNICEF's goodwill ambassador as an advocate for children around the world October 12th, 2009 Orlando Bloom named UNICEF's goodwill ambassadorNEW YORK — UNICEF has named Orlando Bloom its goodwill ambassador in recognition of his ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[3] += "
";
arnews[4]="After Another Night Of Clubbing, Lindsay Lohan Gets The Munchies! - X17 Online
";
arnews[4] += "After another night out at the clubs, Lindsay Lohan stopped at a drive-thru to pick up some fast food before returning home at 2:30am. Lilo spent the night at Voyeur, where she joined Orlando Bloom at the club until closing. Lindsay left in a ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:43:00 GMT";
arnews[4] += "
";
totcount = 5;
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("