var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brad Pitt Turns Down $5 Million For Trick-Or-Treating? - Post Chronicle
";
arnews[0] += "Brad Pitt reportedly turned down $5 million for a public appearance to spend time with his children. The 'Burn After Reading' star had been due to attend the Grand Prix Ball Abu Dhabi in the United Arab Emirates on October 31, but failed to show up ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[0] += "
";
arnews[1]="Snakes star in 'Brangelina' jewelry line - ABS-CBN
";
arnews[1] += "LOS ANGELES - Hollywood power couple Brad Pitt and Angelina Jolie are trying their hand at something new to dazzle their fans -- designing a jewelry collection. The \"Protector\" collection, designed for luxury British jeweler Asprey, is a range of ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:24:00 GMT";
arnews[1] += "
";
arnews[2]="From babies to baubles! Brad Pitt and Angelina Jolie design snake ... - New York Daily News
";
arnews[2] += "Brangelina is moving on from babies to baubles. Women's Wear Daily reports that Brad Pitt and Angelina Jolie are breaking into high-end accessories design with top British jeweler Asprey. A limited edition collection of snake-shaped gold and silver ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 15:45:00 GMT";
arnews[2] += "
";
arnews[3]="Snakes star in Brad Pitt, Angelina Jolie jewelry line - Reuters
";
arnews[3] += "LOS ANGELES (Reuters Life!) - Hollywood power couple Brad Pitt and Angelina Jolie are trying their hand at something new to dazzle their fans -- designing a jewelry collection. \"The Protector\" collection designed for luxury British jeweler Asprey is ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 05:21:00 GMT";
arnews[3] += "
";
arnews[4]="Pitt, Jolie turn jewellery designers - Smash Hits.com
";
arnews[4] += "London, Nov 17 (IANS) Hollywood couple Brad Pitt and Angelina Jolie ... the Protector range, which is being sold at Asprey stores in London, New York, Los Angeles, Tokyo and Dubai, will be donated to the Education Partnership for Children of Conflict ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:11:00 GMT";
arnews[4] += "
";
arnews[5]="Angelina Jolie - San Francisco Chronicle
";
arnews[5] += "UNHCR's Goodwill Ambassador Angelina Jolie visits Syria to meet with Iraqi refugees in the suburb of Jaramana. She is pictured meeting Ibtisam and her family. Angelina Jolie is reportedly set to add to her brood of seven children by adopting a baby ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT";
arnews[5] += "
";
arnews[6]="Model Karolina Kurkova voted world's sexiest woman - Edmonton Journal
";
arnews[6] += "LOS ANGELES -- Lingerie model Karolina Kurkova has been voted the world's sexiest woman by E! entertainment television, beating sultry actresses Angelina Jolie and Scarlett Johansson for the honor. Czech Kurkova, ranked by Forbes magazine as one of ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:13:00 GMT";
arnews[6] += "
";
arnews[7]="Is Elisabetta Canalis showing a baby bump? George Clooney might lose ... - Examiner
";
arnews[7] += "The clock is ticking and fans will have to wait and see if the famous funny celebrity is ready to join other celebs like Brad Pitt, Angelina Jolie, Matt Damon, Ben Affleck in the ranks of parenting.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 09:41:00 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("