var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kathy Hilton: Michael Jackson's Kids Doing Well With Katherine - National Ledger
";
arnews[0] += "Michael Jackson's three children are doing well in the permanent care of their grandmother, Katherine, says family friend Kathy Hilton. Hilton told People, that Paris, 11, Prince 12, and Blanket, 7, are \"wonderful\". Kathy Hilton: Michael Jackson's ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT";
arnews[0] += "
";
arnews[1]="Kathy Hilton: Paris Wanted Breast Implants - TV.com
";
arnews[1] += "It seems breast implants have pretty much become synonymous with Hollywood, and despite being the ultimate \"it\" girl that's one place Paris Hilton hasn't ventured into – although her mom Kathy Hilton said her daughter almost gave into the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:01:00 GMT";
arnews[1] += "
";
arnews[2]="HILTON'S MOTHER: 'PARIS WANTED A BOOB JOB' - Daily Star
";
arnews[2] += "PARIS HILTON's mother has opened up about her daughter's plans for a breast enlargement, insisting the socialite was all set to go under the knife but backed out at the last minute. Kathy Hilton claims the 28 year old grew tired of her \"flat\" chest ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[2] += "
";
arnews[3]="Paris Hilton Wanted Implants, Mother Reveals - Softpedia
";
arnews[3] += "Paris Hilton is, by all counts, the epitome of Hollywood superstar. She does a little bit of everything and, no matter how much she’s criticized for most of her endeavors, she always seems to land on her feet and, at the same time, make millions ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:15:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Jackson's Kids Are 'Wonderful,' Says Family Friend - People
";
arnews[4] += "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. Paris, 11, Prince 12, and Blanket, 7 are \"wonderful, their grandmother is incredible ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:24:00 GMT";
arnews[4] += "
";
arnews[5]="How Pamela Anderson explained her infamous sex-tape to sons - The Gaea Times
";
arnews[5] += "LONDON - In an interview, Pamela Anderson has revealed how she told her two sons about her sextape with former hubby Tommy Lee. Anderson decided to make the confession before her boys heard about it from pals. The former Baywatch star said she felt ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:44: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("