var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="KiKi Shepard's "6th Annual Celebrity Bowling Challenge" on September...
";
arnews[0] += "Vivica A. Fox, Anthony Anderson, Bill Bellamy, Hill Harper, Chandra Wilson, Loretta Devine, Cedric the Entertainer Among Celebrities Supporting The K.I.S. Foundation Source: The KIS Foundation On Tuesday September 15, 2009, 8:16 pm EDT LOS ANGELES, CA-- - WHO: Confirmed celebrity bowlers include: Vivica A. Fox, Anthony Anderson, Bill Bellamy, Hill ...";
arnews[0] += "
Publ.Date : Wed, 16 Sep 2009 01:52:34 GMT";
arnews[0] += "
";
arnews[1]="The KIS Foundation: KiKi Shepard's '6th Annual Celebrity Bowling...
";
arnews[1] += "WHO: Confirmed celebrity bowlers include: Vivica A. Fox, Anthony Anderson, Bill Bellamy, Hill Harper, James Pickens Jr., LisaRaye McCoy, Glynn Turman, Dawnn Lewis, Chandra Wilson, Vanessa Bell Calloway, Loretta Devine, Obba Babatunde, Art Evans, Jackee', Theresa Randle, Gina Ravera, Chico Benymon, Rocky Carroll, Tatyana Ali, Flex Alexander, Thom ...";
arnews[1] += "
Publ.Date : Tue, 15 Sep 2009 23:16:00 GMT";
arnews[1] += "
";
arnews[2]="KiKi Shepard and the K.I.S. Foundation host Annual Celebrity Bowling...
";
arnews[2] += "Hollywood's finest \"Roll a Strike\" to break the cycle of Sickle Cell Disease- Vivica A. Fox, James Pickens Jr., LisaRaye McCoy, Glynn Turman, Dawnn Lewis, Chandra Wilson, Vanessa Bell Calloway, Loretta Devine with Celebrity guest DJ MC Lyte HOLLYWOOD, CA, September 10, 2009 /24-7PressRelease/ -- Celebrities \"roll-a-strike\" for Sickle Cell awareness ...";
arnews[2] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="DVD Review: 'Steppin': The Movie'
";
arnews[3] += "What do Mo'Nique, Anthony Anderson, Fresh Prince alumnus James Avery, rapper Sticky Fingaz, political pundit Dick Gregory, Faizon Love, Clifton Powell, Urkel show alums Darius McCrary and Reginald VelJohnson and Miguel Nunez, Jr.";
arnews[3] += "
Publ.Date : Wed, 19 Aug 2009 13:31:16 GMT";
arnews[3] += "
";
arnews[4]="Steppin': The Movie DVD Review
";
arnews[4] += "What do Mo'Nique, Anthony Anderson, Fresh Prince alumnus James Avery, rapper Sticky Fingaz, political pundit Dick Gregory, Faizon Love, Clifton Powell, Urkel show alums Darius McCrary and Reginald VelJohnson and Miguel Nunez, Jr.";
arnews[4] += "
Publ.Date : Sun, 16 Aug 2009 05:50:39 GMT";
arnews[4] += "
";
arnews[5]="BlackSingles.com(R) and HurryDate(R) Partner With Eizzil Entertainment to Promote "SPEED-DATING" Film
";
arnews[5] += "BlackSingles.comi 1 2 , the premier online community for African-American singles , and HurryDatei 1 2 , the leading speed dating event company, announced a partnership today with Eizzil Entertainment in support of Eizzil's feature-length romantic comedy, \"SPEED-DATING.\" The film is slated for a 2010 general release.";
arnews[5] += "
Publ.Date : Mon, 27 Jul 2009 12:52:17 GMT";
arnews[5] += "
";
arnews[6]="Spark Networks: BlackSingles.com(R) and HurryDate(R) Partner With...
";
arnews[6] += "BlackSingles.com , the premier online community for African-American singles , and HurryDate , the leading speed dating event company, announced a partnership today with Eizzil Entertainment in support of Eizzil's feature-length romantic comedy, \"SPEED-DATING.\" The film is slated for a 2010 general release.";
arnews[6] += "
Publ.Date : Mon, 27 Jul 2009 11:15:00 GMT";
arnews[6] += "
";
arnews[7]="Media Alert: Stacey Dash and The Game to lock lips in "House Arrest"
";
arnews[7] += "Beautiful cover model/actress Stacey Dash teams up and locks lips with renowned and often controversial rapper The Game to star in House Arrest a \"dramedy\" as director Billy Washington describes it.";
arnews[7] += "
Publ.Date : Tue, 16 Jun 2009 16:20:55 GMT";
arnews[7] += "
";
totcount = 8;
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("