var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Leo Comerlato: Destiny's Child – Survivor
";
arnews[0] += "Destiny's Child – Survivor -";
arnews[0] += "
";
arnews[1]="Heather: DESTINY CHILD FALLS...
";
arnews[1] += "DESTINY CHILD FALLS... -";
arnews[1] += "
";
arnews[2]="Michelle Williams rocks white and nude fabulously!
";
arnews[2] += "Michelle Williams rocks white and nude fabulously! -";
arnews[2] += "
";
arnews[3]="Joe Rodriguez: Destiny's Child – Survivor: http://www.last.fm/music/Destiny%27s+Child http://tinyurl.com/25bzrr
";
arnews[3] += "Destiny's Child – Survivor:";
arnews[3] += "
";
arnews[4]="Luke K.: Big Moe, Grace, Willean, & LOS – Freestyle (Destiny's Child-Sur
";
arnews[4] += "Big Moe, Grace, Willean, & LOS – Freestyle (Destiny's Child-Sur -";
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("