var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Paris Had A Boob Job
"; arnews[0] += "While many celebs opt to boost up their boobies, Paris Hilton though better of it when the socialite considered getting them."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:17:52 GMT"; arnews[0] += "
"; arnews[1]="Hilton's mother: 'Paris...
"; arnews[1] += "MARIAH CAREY's demands for a white Christmas at an upcoming London event have been refused - the singer has been told she cannot have kittens and doves at the festive bash, according to a new report."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:18:13 GMT"; arnews[1] += "
"; arnews[2]="Hilton mother: 'Paris wanted boob job'
"; arnews[2] += "Paris Hilton's mother has revealed that her daughter was once desperate to have a breast enlargement."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:57:00 GMT"; arnews[2] += "
"; arnews[3]="Kathy Hilton: Michael Jackson's Kids Doing Well With Katherine
"; arnews[3] += "Michael Jackson's three children are doing well in the permanent care of their grandmother, Katherine, says family friend Kathy Hilton."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:24:40 GMT"; arnews[3] += "
"; arnews[4]="Paris Hilton dresses like a Barbie in Beverly Hills to launch new beauty products
"; arnews[4] += "Paris Hilton launches her new beauty line at the Thompson Hotel. PacificCoastNews.com On Tuesday night, Paris Hilton turned the rooftop of the Thompson Hotel in Beverly Hills pink for the launch of her new line of beauty products."; arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Michael Jackson's Kids Are 'Wonderful,' Says Family Friend
"; arnews[5] += "Five months after their father's death , Michael Jackson's three children are thriving in their grandmother's care, longtime family friend Kathy Hilton tells PEOPLE."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:25: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("
");document.write("
");