var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Catherine Zeta-Jones Pays Homage to Angela Lansbury at All-Star Gala - AceShowbiz
";
arnews[0] += "At The Drama League's 26th annual all-star gala in New York City, Catherine Zeta-Jones leads tributes to Angela Lansbury for her success in acting career. Catherine Zeta-Jones led tributes to veteran actress Angela Lansbury at The Drama League's 26th ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:37:00 GMT";
arnews[0] += "
";
arnews[1]="Catherine Zeta-Jones - The Gaea Times
";
arnews[1] += "January 24th, 2010 more images more images LONDON - Catherine Zeta Jones has revealed she can no longer walk around naked since she moved to New York with her family. The Mask of Zorro actress shifted to the Big Apple with husband Michael Douglas and ...";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 13:20:00 GMT";
arnews[1] += "
";
arnews[2]="Michael Douglas gets puppy for Catherine Zeta-Jones - The Gaea Times
";
arnews[2] += "Feb 4, 2010 (Sampurn Wire): Catherine Zeta-Jones and Michael Douglas, who married in 2000, have two children, Dylan (9) and Carys (6) together. The actress has admitted to wanting a third child. However, Douglas, who was married to Diandra Luker ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[2] += "
";
arnews[3]="CATHERINE ZETA JONES VIDEOS - Contactmusic.com
";
arnews[3] += "CATHERINE ZETA-JONES led tributes to veteran actress ANGELA LANSBURY at The Drama League's 26th annual all-star gala in New York City on Monday night (08Feb10). The Murder, She Wrote star's career was marked at A Musical Celebration of Broadway at ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Douglas Silenced Broody Catherine Zeta-Jones With Puppy - Post Chronicle
";
arnews[4] += "Michael Douglas put an end to his actress wife Catherine Zeta-Jones' desire to have another baby by buying her a new puppy. The couple married in 2000 and share two children, Dylan, nine, and Carys, six - but 40-year-old Zeta-Jones admits she's ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 15:30:00 GMT";
arnews[4] += "
";
arnews[5]="Catherine Zeta Jones: Always Fabulous - GossipCenter.com
";
arnews[5] += "Bundled up for the brisk New York City temperatures, Catherine Zeta-Jones was spotted getting some errands done on Wednesday (February 3). Enjoying some free time, the beautiful brunette dressed in all black as she completed her day’s duties before ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 19:42: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("