var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Disa Johnson: Wow. Chris Tucker ancestry includes valiant resistance of Portuguese by Matamba region of Angola. Eventually overwhelmed, enslaved to US.
";
arnews[0] += "Wow. Chris Tucker ancestry includes valiant resistance of Portuguese by Matamba region of Angola. Eventually overwhelmed, enslaved to US.";
arnews[0] += "
";
arnews[1]="Disa Johnson: Yes! This part with Chris Tucker. Just wow, eh? RT @LennarChicago: @AirDisa I am watching, too. Incredible.. Oprah, too. Awesome.
";
arnews[1] += "Yes! This part with Chris Tucker. Just wow, eh? RT @";
arnews[1] += "
";
arnews[2]="15 Anos: Comedy Episode 1 - Friday (Ice Cube, Chris Tucker)
";
arnews[2] += "Comedy Episode 1 - Friday (Ice Cube, Chris Tucker) -";
arnews[2] += "
";
arnews[3]="Andreas: Def Comedy Jam - Chris Tucker, Bernie Mac (R.I.P.) and Martin Lawrence,
";
arnews[3] += "Def Comedy Jam - Chris Tucker, Bernie Mac (R.I.P.) and Martin Lawrence, -";
arnews[3] += "
";
arnews[4]="Chris Tucker Does it again with Income4learners http://bit.ly/4n3mDf
";
arnews[4] += "Chris Tucker Does it again with Income4learners";
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("