var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mignon Renee: VIDEO: Mya on Dancing With the Stars -- Final Week http://bit.ly/7E7AO8
";
arnews[0] += "VIDEO: Mya on Dancing With the Stars -- Final Week";
arnews[0] += "
";
arnews[1]="Gee Why: Could Donny Have Done It?: The Dancing with the Stars Season 9 Finals was supposed to be a shoo-in for Mya. The.. http://digg.com/u1H0ir
";
arnews[1] += "Could Donny Have Done It?: The Dancing with the Stars Season 9 Finals was supposed to be a shoo-in for Mya. The..";
arnews[1] += "
";
arnews[2]="Gee Why: GeeWhy Could Donny Have Done It?: The Dancing with the Stars Season 9 Finals was supposed to be a shoo-in for Mya. The.. http://digg.com/u1H0ir
";
arnews[2] += "GeeWhy Could Donny Have Done It?: The Dancing with the Stars Season 9 Finals was supposed to be a shoo-in for Mya. The..";
arnews[2] += "
";
arnews[3]="Angela Field: listening to "Mya - Whatever Bitch" ♫ http://blip.fm/~gt6jr
";
arnews[3] += "listening to \"Mya - Whatever Bitch\" ♫";
arnews[3] += "
";
arnews[4]="Angela Field: " I hate you... we're in a club what do you expect?" " hating on me... see me in a club ... rolling your eyes" ... ♫ http://blip.fm/~gt6t2
";
arnews[4] += "\" I hate you... we're in a club what do you expect?\" \" hating on me... see me in a club ... rolling your eyes\" ... ♫";
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("