var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tony: RT: @kym_johnson: Having the best day! Donny did so well in rehearsals and I just got to see my Idol Whitney rehearse.... What a great day
";
arnews[0] += "RT: @";
arnews[0] += "
";
arnews[1]="Donny Osmond and Kym Johnson dance Cha Cha Cha – Finals Video http://bit.ly/5LEnF4
";
arnews[1] += "Donny Osmond and Kym Johnson dance Cha Cha Cha – Finals Video";
arnews[1] += "
";
arnews[2]="Julia: Donny Osmond & Kym Johnson's freestyle on #DWTS finals was right up there with the best of them from all seasons!! WOW.
";
arnews[2] += "Donny Osmond & Kym Johnson's freestyle on";
arnews[2] += "
";
arnews[3]="Julia: artofthefirebird says Donny Osmond & Kym Johnson's freestyle on #DWTS finals was right up there with the best of them from all seasons!! WOW.
";
arnews[3] += "artofthefirebird says Donny Osmond & Kym Johnson's freestyle on";
arnews[3] += "
";
arnews[4]="Antonette: Vote to keep Donny Osmond & Kym Johnson dancing on ABC! http://cdn.abc.go.com/dancing-with-the-stars/vote/begin
";
arnews[4] += "Vote to keep Donny Osmond & Kym Johnson dancing on ABC!";
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("