var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kristen Stewart and Robert ….err…Orlando Bloom? Really? - Entertainment and Showbiz!
";
arnews[0] += "Here comes one news as shocking as an unwanted guest just when you are about to step out for a movie! Speaking of movies, let go some deeper into the film world where Robert Pattinson and Kristen Stewart reign over these days! But hold on before you ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT";
arnews[0] += "
";
arnews[1]="Orlando Bloom or Robert Pattinson – who is it for Kristen Stewart - Entertainment and Showbiz!
";
arnews[1] += "The chemistry between Orlando Bloom and Kristen Stewart was quite sizzling at the Sundance Film Festival. Not very long ago it was rumoured that Kristen was house hunting with her Twilight co-star Robert Pattinson to move together. However, both ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:41:00 GMT";
arnews[1] += "
";
arnews[2]="Orlando Bloom - People
";
arnews[2] += "Now that the cases of the so-called \"Bling Ring\" – five teens and a 27-year-old from the Los Angeles-area accused of breaking into stars' homes in 2008 and 2009, and stealing millions of dollars' worth of property – are headed back to court, some ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 18:58:00 GMT";
arnews[2] += "
";
arnews[3]="Orlando Bloom desperate for Hobbit role - The Gaea Times
";
arnews[3] += "LONDON - Orlando Bloom has revealed that he wants to reprise his role as an elf-prince in upcoming ‘Lord Of The Rings’ prequel ‘The Hobbit’. The actor is so desperate that he’s already asked Lord of the Rings director Peter Jackson, who ...";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[3] += "
";
arnews[4]="Kristen Stewart and Orlando Bloom Hooking Up? - Limelife
";
arnews[4] += "Now this is an interesting couple! But I'm not quite sure I'm believing it. After all, Orlando Bloom is quite a bit older than Kristen Stewart. Not to mention, we thought he was dating and practically married to supermodel Miranda Kerr! Are these ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 15:18:00 GMT";
arnews[4] += "
";
arnews[5]="In Pictures: 'Orlando Bloom Films The Good Doctor in Santa Monica' - Monsters and Critics
";
arnews[5] += "\"Pirates Of The Caribbean\" actor, Orlando Bloom got quite the workout on set of \"The Good Doctor\" in Santa Monica, CA on February 4, 2010. The actor shot scenes sprinting across the beach, hung out on an ATV and spent time with his and girlfriend ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:39:00 GMT";
arnews[5] += "
";
totcount = 6;
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("