var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Anthony Hamerton: the wood | Information, Pictures and Videos
";
arnews[0] += "the wood | Information, Pictures and Videos -";
arnews[0] += "
";
arnews[1]="Sam Beckett: Sanaa Lathan, Sanaa Lathan And Gabrielle Union Two Of A Classy Sexy Kind. http://bit.ly/36Dalb
";
arnews[1] += "Sanaa Lathan, Sanaa Lathan And Gabrielle Union Two Of A Classy Sexy Kind.";
arnews[1] += "
";
arnews[2]="Kirk: RT @shach7: #bestfeeling When Nia Long & Sanaa Lathan squabbled over who would get 2 dine with me 1st. OH WAIT. That was a dream...
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Prima Bloggerrina: RT @Phillythaboss: #CelebrityPerfumes "Getchu RockHard" by Toni Baxton, Megan Goode, Nia Long & Sanaa Lathan "make u Limp/Soft" by Oprah
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="jdarko82: Sanaa Lathan was in this?! Wow (YouTube http://bit.ly/3tUgA1)
";
arnews[4] += "Sanaa Lathan was in this?! Wow (YouTube";
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("