var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Nicole Richie checks out of hospital
"; arnews[0] += "Nicole Richie has reportedly checked out of Cedars-Sinai Medical Center after battling pneumonia ."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:30:18 GMT"; arnews[0] += "
"; arnews[1]="Twilight's Reed to make...
"; arnews[1] += "RIHANNA has laughed off new rumours she's dating 90210 actor TRISTAN WILDS, insisting she \"doesn't even have his number\". BRITNEY SPEARS' ex-boyfriend ADNAN GHALIB has been sentenced to 45 days behind bars following his altercation with a process server earlier this year ."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:23:45 GMT"; arnews[1] += "
"; arnews[2]="New Moon smashes midnight...
"; arnews[2] += "NICOLE RICHIE is back at home in Los Angeles after receiving hospital treatment for pneumonia."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:23:34 GMT"; arnews[2] += "
"; arnews[3]="Even stars like Nicole Richie can catch pneumonia
"; arnews[3] += "Nicole Richie, 28, the reality TV star and mother of two, has been admitted to hospital with pneumonia."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:30:41 GMT"; arnews[3] += "
"; arnews[4]="'DJ Am' Goldstein estate sues for wrongful death
"; arnews[4] += "Court documents say the estate of Adam \"DJ AM\" Goldstein is suing several defendants for wrongful death."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:22:13 GMT"; arnews[4] += "
"; arnews[5]="Yummy Mommies
"; arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 19:44:46 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("
");