var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joel Madden Confirms Nicole Richie Is at Home and on the Mend - AceShowbiz
";
arnews[0] += "Now that his wife is recuperating at home, Joel is ready to get back into the studio to work on his band Good Charlotte's upcoming album. © Chris Hatcher/PR Photos All is well with Nicole Richie following announcement made by her publicist earlier ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:02:00 GMT";
arnews[0] += "
";
arnews[1]="Nicole Richie checks out of hospital - The Gaea Times
";
arnews[1] += "September 10th, 2009 WASHINGTON - Socialite Nicole Richie and Joel Madden have become proud parents of a baby boy. Richie gave birth to son Sparrow James Midnight Madden in early hours of September 9, reports Contactmusic. Nicole Richie and Joel ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[1] += "
";
arnews[2]="Nicole Richie Back At Home After Hospitalization - Thecelebritytruth.com
";
arnews[2] += "Joel Madden has confirmed that Nicole Richie’s battle with pneumonia is over and she is at home resting, thanking his fans for their support saying, “Just getting home from the hospital to a healthy family is enough.” The Good Charlotte rocker ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[2] += "
";
arnews[3]="Nicole Richie out of hospital with 'no problems' - Entertainment Weekly Online
";
arnews[3] += "Nicole Richie has checked out a Beverly Hills hospital after a bout of pneumonia and is at home resting, according to People. Her boyfriend Joel Madden wrote on his band Good Charlotte’s website that “I stepped off the plane after a month out of ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:17:00 GMT";
arnews[3] += "
";
arnews[4]="Nicole Richie Out of Hospital - Celebrity Justice
";
arnews[4] += "Nicole Richie is home from the hospital after battling pneumonia. \"So I stepped off the plane after a month out of the country, and basically went straight to the hospital for the week,\" her beau Joel Madden posted on his band Good Charlotte's Web ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:54:00 GMT";
arnews[4] += "
";
arnews[5]="Joel Madden: Nicole Richie Home From the Hospital - TheInsider.com
";
arnews[5] += "I Like It Joel Madden says his girlfriend Nicole Richie is back home following her hospitalization for a reported case of pneumonia. “So I stepped off the plane after a month out of the country, and basically went straight to the hospital for the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:32: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("