var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Boyz II Men sending out 'Love' - CNN
";
arnews[0] += "Boyz II Men sending out 'Love' - CNN -";
arnews[0] += "
";
arnews[1]="ClayCotton: Alltop_TW: Randy Jackson – @yo_randyjackson http://bit.ly/2JsViv Twitter.alltop.com
";
arnews[1] += "Alltop_TW: Randy Jackson – @yo_randyjackson";
arnews[1] += "
";
arnews[2]="Validating Celebs: Randy Jackson @YO_RANDYJACKSON http://bit.ly/4xbOr is an American singer, record producer & judge on American Idol.
";
arnews[2] += "Randy Jackson @";
arnews[2] += "
";
arnews[3]="unfinishedperson: Watching "Paranormal Activity" with Randy Jackson | Mental Poo
";
arnews[3] += "Watching \"Paranormal Activity\" with Randy Jackson | Mental Poo -";
arnews[3] += "
";
arnews[4]="Micah Jesse: http://twitpic.com/q1u7o - At Paper Tongues concert (Randy Jackson's band) - sooo good!!!
";
arnews[4] += "";
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("