var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="MARY J. BLIGE SAYS I CAN DO BAD ALL BY MYSELF W/TYLER PERRY
";
arnews[0] += "Mary J. Blige makes her silver screen debut as Tanya in the new Tyler Perry film, \"I Can Do Bad All By Myself,\" and she shared her hopes and fears.";
arnews[0] += "
Publ.Date : Mon, 14 Sep 2009 01:55:08 GMT";
arnews[0] += "
";
arnews[1]="Taraji P. Henson's Performance in Tyler Perry's "I Can Do Bad All By Myself"
";
arnews[1] += ", I CAN DO BAD ALL BY MYSELF stars Perry, Taraji P. Henson, Brian White, Hope Olaide Wilson, Adam Rodriguez, Kwesi Nii-Lante Boakye and Frederick Siglar, and features dramatic and...";
arnews[1] += "
Publ.Date : Mon, 31 Aug 2009 22:28:48 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="I Can Do Bad All By Myself (HD), Taraji P. Henson stars in Tyler Perry's new movie
";
arnews[2] += "married boyfriend, April wants nothing to do with the kids. But her attitude begins to change when Sandino (Adam Rodriguez), a handsome Mexican immigrant looking for work, moves...";
arnews[2] += "
Publ.Date : Wed, 22 Jul 2009 23:06:41 GMT";
arnews[2] += "
";
arnews[3]="The Early Show : Taraji P. Henson Does It Early
";
arnews[3] += "Oscar-nominated actress Taraji P. Henson spoke with Maggie Rodriguez and Harry Smith about her critically-acclaimed role alongside Brad Pitt.";
arnews[3] += "
Publ.Date : Sat, 06 Jun 2009 01:46:53 GMT";
arnews[3] += "
";
arnews[4]="CNET.com: Taraji P. Henson Does It Early
";
arnews[4] += "Oscar-nominated actress Taraji P. Henson spoke with Maggie Rodriguez and Harry Smith about her critically-acclaimed role alongside Brad Pitt.";
arnews[4] += "
Publ.Date : Thu, 30 Apr 2009 03:42:20 GMT";
arnews[4] += "
";
arnews[5]="TV One on One: Taraji P. Henson on Sun 4/5 at 10pm est
";
arnews[5] += "Taraji P. Henson shares what the experience of being an Academy Award nominee has meant to her, what it's like to work with Brad Pitt, and more. Watch this special episode of TV...";
arnews[5] += "
Publ.Date : Mon, 30 Mar 2009 17:27:57 GMT";
arnews[5] += "
";
arnews[6]="Taraji P. Henson Talks About Her Oscar Surprise
";
arnews[6] += "'The Curious Case of Benjamin Button' actress and Academy Award nominee Taraji P. Henson attended Prince 's annual Oscar after-party, talking to ET's Kevin Frazier about her Oscar...";
arnews[6] += "
Publ.Date : Mon, 23 Feb 2009 21:45:00 GMT";
arnews[6] += "
";
arnews[7]="Taraji P. Henson Interview
";
arnews[7] += "Taraji P. Henson the 2009 Oscar Nominee speaks with Hiphopruckus.com about her up and coming film Hurricane Season featuring Forest Whitaker, Lil Wayne and Bow wow. Distributed by...";
arnews[7] += "
Publ.Date : Sun, 22 Feb 2009 23:14:01 GMT";
arnews[7] += "
";
arnews[8]="Taraji P. Henson Interview
";
arnews[8] += "Taraji P. Henson the 2009 Oscar Nominee speaks with Hiphopruckus.com about her up and coming film Hurricane Season featuring Forest Whitaker, Lil Wayne and Bow wow. Distributed by...";
arnews[8] += "
Publ.Date : Sun, 22 Feb 2009 23:08:58 GMT";
arnews[8] += "
";
arnews[9]="Halle Berry: 'Taraji's Already Won the Oscars'
";
arnews[9] += "As Taraji P. Henson is celebrated at Essence magazine's pre-Oscar luncheon in Beverly Hills, fellow Hollywood actresses Halle Berry and Sanaa Lathan praise 'The Curious Case of...";
arnews[9] += "
Publ.Date : Fri, 20 Feb 2009 14:47:29 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("