var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tyrin Ford: Headed to Cedric The Entertainer's event in Beverly Hills. It's time for Doe aka Mr. Nightlife to go to work! #EthnoLifestyle
";
arnews[0] += "Headed to Cedric The Entertainer's event in Beverly Hills. It's time for Doe aka Mr. Nightlife to go to work!";
arnews[0] += "
";
arnews[1]="mike: mrjeffreyou: http://twitpic.com/pgcfl Cedric the entertainer hosts the park TOnIGHT!
";
arnews[1] += "mrjeffreyou:";
arnews[1] += "
";
arnews[2]="At a Cedric The Entertainer/Bacardi event at Pacific Design Center in West Hollywood. Open bar... Free food... Mmm hmmm!!
";
arnews[2] += "At a Cedric The Entertainer/Bacardi event at Pacific Design Center in West Hollywood. Open bar... Free food... Mmm hmmm!! -";
arnews[2] += "
";
arnews[3]="Denny: Cedric the Entertainer Presents
";
arnews[3] += "Cedric the Entertainer Presents -";
arnews[3] += "
";
arnews[4]="Chuck Gose: @tdecollo3 Not a good sign that Cedric The Entertainer is now out of the game.
";
arnews[4] += "@";
arnews[4] += "
";
totcount = 5;
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("