var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Faith Dow: Faith From the "Duh" files, Joy Bryant waxes philosophical about her hair weave. http://ow.ly/rEoA.
";
arnews[0] += "From the \"Duh\" files, Joy Bryant waxes philosophical about her hair weave.";
arnews[0] += "
";
arnews[1]="Roc4Life: Joy Bryant
";
arnews[1] += "Joy Bryant -";
arnews[1] += "
";
arnews[2]="Nkosi B.: Why is there such a huge backlash against weave lately? Tyra, Oprah, Joy Bryant dissing Tyra while defending the weave...
";
arnews[2] += "Why is there such a huge backlash against weave lately? Tyra, Oprah, Joy Bryant dissing Tyra while defending the weave...";
arnews[2] += "
";
arnews[3]="If you haven't read Joy Bryant's blog...YOU ARE MISSING OUT. BIG TIME: http://bit.ly/BQhk5
";
arnews[3] += "If you haven't read Joy Bryant's blog...YOU ARE MISSING OUT. BIG TIME:";
arnews[3] += "
";
arnews[4]="Alex Amith: High Pony Tail - Seventeen Beauty School: 鍼灸整骨院専門TV最前線ナビでは、治療家の肩こり、腰痛最新手技をご紹介します。::Get Joy Bryant. http://bit.ly/1KZVI0
";
arnews[4] += "High Pony Tail - Seventeen Beauty School: 鍼灸整骨院専門TV最前線ナビでは、治療家の肩こり、腰痛最新手技をご紹介します。::Get Joy Bryant.";
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("