var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="SMCUV: Anika Noni Rose said the greatest of all is to believe in yourself even when no one else does!!!
";
arnews[0] += "Anika Noni Rose said the greatest of all is to believe in yourself even when no one else does!!! -";
arnews[0] += "
";
arnews[1]="SMCUV: THE PRINCESS AND THE FROG soundtrack, starring Anika Noni Rose, Keith David, and Jenifer Lewis, is now available on Amazon.com
";
arnews[1] += "THE PRINCESS AND THE FROG soundtrack, starring Anika Noni Rose, Keith David, and Jenifer Lewis, is now available on Amazon.com -";
arnews[1] += "
";
arnews[2]="SMCUV: Anika Noni Rose sings "Almost There" from "The Princess and the Frog" on GMA: http://abcnews.go.com/video/playerindex?id=9153494
";
arnews[2] += "Anika Noni Rose sings \"Almost There\" from \"The Princess and the Frog\" on GMA:";
arnews[2] += "
";
arnews[3]="SMCUV: saw Anika Noni Rose on GMA and cain't wait for Disney's The Princess and the Frog. Get your popcorn ready.
";
arnews[3] += "saw Anika Noni Rose on GMA and cain't wait for Disney's The Princess and the Frog. Get your popcorn ready. -";
arnews[3] += "
";
arnews[4]="WATCH: Anika Noni Rose Is 'Almost There'
";
arnews[4] += "WATCH: Anika Noni Rose Is 'Almost There' -";
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("