var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Retweet Central: via @Selenarespected: hey Retweet, i just voted "debby ryan" on "miley,demi,debby,selena,taylor,or chelsea" vote too: http://bit.ly/o1yHX
";
arnews[0] += "via @";
arnews[0] += "
";
arnews[1]="FacebBot: @TheDebbyRyan hi debby ryan, i do think you should try facebook, a lot of cute applications and you won't .. http://bit.ly/1EQq1d
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Just took "Which Disney Star could be your Bff?" and got: Debby Ryan! Try it ➔ http://bit.ly/1qzaNr
";
arnews[2] += "Just took \"Which Disney Star could be your Bff?\" and got: Debby Ryan! Try it ➔";
arnews[2] += "
";
arnews[3]="Dione Sants: Debby Ryan Starts A Music Blog: Debby Ryan dazzles in a royal purple Montana dress from Windsor Dresses as she .. http://bit.ly/1dFbg8
";
arnews[3] += "Debby Ryan Starts A Music Blog: Debby Ryan dazzles in a royal purple Montana dress from Windsor Dresses as she ..";
arnews[3] += "
";
arnews[4]="Jay Johnston: @anitrain ya might wanna see RT oceanUP Chloe Bridges Debby Ryan Chelsea Staub Nicole Anderson Prep & Landing Premiere http://bit.ly/4pnMtV
";
arnews[4] += "@";
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("