var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Holly Robinson Peete's story
";
arnews[0] += "Actress and philanthropist Holly Robinson Peete shares a personal story about her father and her son.";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 21:20:08 GMT";
arnews[0] += "
";
arnews[1]="FT102: Holly Robinson Pete, ESPYs
";
arnews[1] += "Daphne Brogdon hangs with special guest Fashion Teamer Holly Robinson Peete, who explains how her HollyRod Foundation combines fashion and philanthropy at the 11th Annual Design...";
arnews[1] += "
Publ.Date : Mon, 20 Jul 2009 18:37:57 GMT";
arnews[1] += "
";
arnews[2]="The Early Show : Julie Chen With Holly Robinson Peete
";
arnews[2] += "Actress Holly Robinson Peete has tackled a lot of demanding roles, but her biggest challenge has been at home. She sits down with Julie Chen to talk about son's struggle with...";
arnews[2] += "
Publ.Date : Fri, 05 Jun 2009 23:11:23 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Holly Robinson Peete Ambassador of Change
";
arnews[3] += "Leeza Gibbons 2008 Oscar Night at Mr. Chows. Actress Holly Robinson Peete and her husband former NFL star Rodney Peete talk about the work they are doing with the HollyRod...";
arnews[3] += "
Publ.Date : Tue, 19 May 2009 20:09:39 GMT";
arnews[3] += "
";
arnews[4]="ACTRESS HOLLY ROBINSON PEETE TO STAR IN NEW TOTAL® ADVANCED WHITENING TOOTHPASTE COMMERCIAL FOR COLGATE
";
arnews[4] += "ACTRESS HOLLY ROBINSON PEETE TO STAR IN NEW TOTAL® ADVANCED WHITENING TOOTHPASTE COMMERCIAL FOR COLGATE Colgate-Palmolive unveiled a new commercial today starring Hollywood...";
arnews[4] += "
Publ.Date : Mon, 05 May 2008 15:13:57 GMT";
arnews[4] += "
";
arnews[5]="ACTRESS HOLLY ROBINSON PEETE TO STAR IN NEW TOTAL® ADVANCED WHITENING TOOTHPASTE COMMERCIAL FOR COLGATE
";
arnews[5] += "ACTRESS HOLLY ROBINSON PEETE TO STAR IN NEW TOTAL® ADVANCED WHITENING TOOTHPASTE COMMERCIAL FOR COLGATE Colgate-Palmolive unveiled a new commercial today starring Hollywood...";
arnews[5] += "
Publ.Date : Mon, 05 May 2008 15:13:20 GMT";
arnews[5] += "
";
arnews[6]="Celebrity Interviews: Holly Robinson Peete Writes Intro
";
arnews[6] += "Holly Robinson Peete sits down with Madison Michele of Hollywood 411 to discuss the intro she wrote for BOOK OF LIFE: MAKING YOUR BEST DAYS HAPPEN, as well as coming out as a...";
arnews[6] += "
Publ.Date : Wed, 16 Apr 2008 22:16:07 GMT";
arnews[6] += "
";
arnews[7]="Holly Robinson Peete
";
arnews[7] += "Holly Robinson Peete sits down with Madison Michele of Hollywood 411 to discuss the intro she wrote for BOOK OF LIFE: MAKING YOUR BEST DAYS HAPPEN, as well as coming out as a...";
arnews[7] += "
Publ.Date : Wed, 16 Apr 2008 18:30:46 GMT";
arnews[7] += "
";
arnews[8]="Holly's Heartache And Hope
";
arnews[8] += "Actress Holly Robinson Peete has tackled a lot of demanding roles, but her biggest challenge has been at home. She sits down with Julie Chen to talk about son's struggle with...";
arnews[8] += "
Publ.Date : Tue, 12 Feb 2008 20:00:59 GMT";
arnews[8] += "
";
arnews[9]="Hi-Jinks, "Holly Robinson Peete"
";
arnews[9] += "A $100,000 parking spot and a game show with the worst prizes ever.";
arnews[9] += "
Publ.Date : Tue, 25 Jul 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("