var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="jesus rodriguez: [Blog] Russell Simmons Favorite Models Of Color...: Posted ... http://ping.fm/dpD5s
";
arnews[0] += "[Blog] Russell Simmons Favorite Models Of Color...: Posted ...";
arnews[0] += "
";
arnews[1]="Global Grind: ...@UncleRush's Favorite Models Of Color (via @Blogxilla)- http://bit.ly/6CWLcr
";
arnews[1] += "...@UncleRush's Favorite Models Of Color (via @";
arnews[1] += "
";
arnews[2]="Danielle Vintschger: Watching "top 20 Celebs Gone Good." Russell Simmons speaks like I do when I have my retainer in.
";
arnews[2] += "Watching \"top 20 Celebs Gone Good.\" Russell Simmons speaks like I do when I have my retainer in.";
arnews[2] += "
";
arnews[3]="Travis Poling: Russell Simmons Presents Brave New: "Sickle Cell" (HBO)
";
arnews[3] += "Russell Simmons Presents Brave New: \"Sickle Cell\" (HBO) -";
arnews[3] += "
";
arnews[4]="Global Grind: Russell Simmons Favorite Models Of Color - http://bit.ly/6CWLcr [what do u think?] PLS RT
";
arnews[4] += "Russell Simmons Favorite Models Of Color -";
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("