var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jeff@guru09: @Edyta_Sliwinska OMG yay!!! I'm excited! Are you dancing to Million Dollar Bill? I can't wait. Keep us updated!
";
arnews[0] += "@Edyta_Sliwinska OMG yay!!! I'm excited! Are you dancing to Million Dollar Bill? I can't wait. Keep us updated! -";
arnews[0] += "
";
arnews[1]="@Edyta_Sliwinska My favorite TV shows are One Tree Hill, DWTS-of course :), Glee, SYTYCD, And tons more :)
";
arnews[1] += "@Edyta_Sliwinska My favorite TV shows are One Tree Hill, DWTS-of course :), Glee, SYTYCD, And tons more :) -";
arnews[1] += "
";
arnews[2]="@Edyta_Sliwinska 24. Jack Bauer?
";
arnews[2] += "@Edyta_Sliwinska 24. Jack Bauer? -";
arnews[2] += "
";
arnews[3]="Tony: Looking forward to it! RT @Edyta_Sliwinska Not on DWTS this week.I'm training w/Ashley & Jeff Ross for our finale number.It will be funny!
";
arnews[3] += "Looking forward to it! RT @";
arnews[3] += "
";
arnews[4]="Tony: RT @Edyta_Sliwinska Finished practice with Jerry; short and sweet. ....we pretape Whitney number tonight after finale
";
arnews[4] += "RT @";
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("