var arnews = new Array(6);
totcount = 3;
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] += "
";
totcount = 3;
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("