var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kyauphie R. Chie: Kyauphielola Wait...Flex Alexander played Michael Jackson?! ...in 2004?
";
arnews[0] += "Wait...Flex Alexander played Michael Jackson?! ...in 2004?";
arnews[0] += "
";
arnews[1]="LMFAOOOOO wen the f*ck was this MJ movie made wit Flex Alexander playing MJ???this has 2 be the worst depiction of this man ever
";
arnews[1] += "LMFAOOOOO wen the f*ck was this MJ movie made wit Flex Alexander playing MJ???this has 2 be the worst depiction of this man ever -";
arnews[1] += "
";
arnews[2]="Kyauphie R. Chie: Actually, no. RT @Renzi28: "Yep. Sad portrayal, hunh? RT @Kyauphie: Wait...Flex Alexander played Michael Jackson?! ...in 2004?"
";
arnews[2] += "Actually, no. RT @";
arnews[2] += "
";
arnews[3]="Kyauphie R. Chie: Kyauphielola Actually, no. RT @Renzi28: "Yep. Sad portrayal, hunh? RT @Kyauphie: Wait...Flex Alexander played Michael Jackson?! ...in 2004?"
";
arnews[3] += "Actually, no. RT @Renzi28: \"Yep. Sad portrayal, hunh? RT @Kyauphie: Wait...Flex Alexander played Michael Jackson?! ...in 2004?\"";
arnews[3] += "
";
arnews[4]="Zshatwa: @DJYoungFresh lma0 w0w I def remember tht with Flex Alexander 0n UPN!
";
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("