var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @randyarcher: RT @___travis: RT @chriswalters Flavor Flav will donate Les Miles a clock to wear around his neck
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="RT @chubs4db: @perezhilton is to the LGBT community what Flavor Flav is to the Black community. #LGBT
";
arnews[1] += "RT @chubs4db: @perezhilton is to the LGBT community what Flavor Flav is to the Black community.";
arnews[1] += "
";
arnews[2]="MatthewJBrown: Does Flavor Flav make more $ than Chuck D post-Public Enemy? Signs point to yes.
";
arnews[2] += "Does Flavor Flav make more $ than Chuck D post-Public Enemy? Signs point to yes.";
arnews[2] += "
";
arnews[3]="Bryan: Flavor Flav – Flavor-Man
";
arnews[3] += "Flavor Flav – Flavor-Man -";
arnews[3] += "
";
arnews[4]="Scott Johnson: If I could go back in time, I'd go back and tell my 80's self what became of Flavor Flav.
";
arnews[4] += "If I could go back in time, I'd go back and tell my 80's self what became of Flavor Flav.";
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("