var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yummy Mommies
";
arnews[0] += "If it seems like celeb mothers have it all, maybe that's because they do -- drivers, cooks, trainers, maids, masseuses, skin-care experts, hairstylists, personal assistants, secretaries and a fleet of nannies.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:44:46 GMT";
arnews[0] += "
";
arnews[1]="Patrick Swayze dead at 57
";
arnews[1] += "Actor Patrick Swayze, whose turn as a smoldering dance instructor in \"Dirty Dancing\" made him one of the iconic film stars of the 1980s, died on Monday after a long battle with pancreatic cancer.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:40:50 GMT";
arnews[1] += "
";
arnews[2]="Photographer: 'Moore cover was altered'
";
arnews[2] += "A photographer who claimed that a recent Demi Moore cover was digitally altered has offered to give $5,000 to charity if he is wrong.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:22:53 GMT";
arnews[2] += "
";
arnews[3]="Ashton Kutcher Plays With The Paparazzi
";
arnews[3] += "When the paparazzi caught up with Ashton Kutcher in Los Angeles, he decided to have a little fun with them, shooting pictures of them with his camera phone.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:15:29 GMT";
arnews[3] += "
";
arnews[4]="Demi Moore Denies Hip Photoshopping on W Magazine Cover
";
arnews[4] += "Queen of all cougars, Demi Moore, is denying that any photoshopping, retouching, or otherwise was done on her hip in the photograph on the cover of W Magazine 's December issue.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:02:44 GMT";
arnews[4] += "
";
arnews[5]="full article
";
arnews[5] += "The Hollywood 5 & 1 11.21.09: Full Moon Edition Posted by Steve Gustafson on 11.21.2009 This week: Tila Tequila has an online meltdown, Twilight's Kristen Stewart causes a fuss on Twitter and Conan O'Brien takes a shot at New Moon on his show! Demi Moore's hip goes missing and Sofia Vergara makes an awkward slip! Martha Stewart takes a swipe at ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:19:47 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("