var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="switch9i: Danity Kane – Damaged
";
arnews[0] += "Danity Kane – Damaged -";
arnews[0] += "
";
arnews[1]="James Ferra: Danity Kane – Poetry
";
arnews[1] += "Danity Kane – Poetry -";
arnews[1] += "
";
arnews[2]="CathrynMarie: yooo! i jst got wrd that 'da band' will be performing w/ 'danity kane' n the middle of the street #outsidediddysparty
";
arnews[2] += "yooo! i jst got wrd that 'da band' will be performing w/ 'danity kane' n the middle of the street";
arnews[2] += "
";
arnews[3]="Social Disaster: RT @Kort_Knee: Tryin to convice @thecortez to be my wingman.. // I'm gonna be like Danity Kane and "Sleep On It".
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Cory Neal: Everyone is up on their Danity Kane game, I love it.
";
arnews[4] += "Everyone is up on their Danity Kane game, I love it.";
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("