var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Vic Thomas: #musicmonday: Toni Braxton - I Love Me Some Him.
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Barry Howell: Unbreak my Heart – Toni Braxton - Live
";
arnews[1] += "Unbreak my Heart – Toni Braxton - Live -";
arnews[1] += "
";
arnews[2]="virtualpetlist.com: Ama's 2009
";
arnews[2] += "Ama's 2009 -";
arnews[2] += "
";
arnews[3]="Donna D'Angelo: TYVM 4 RB @croxx: @TropicsZ4: "thanks gr8 song :) rb( @dANGELofLOVE Toni Braxton ~ "Unbreak My Heart" ♫ http://blip.fm/~gs55q
";
arnews[3] += "TYVM 4 RB @";
arnews[3] += "
";
arnews[4]="Donna D'Angelo: GLAD U LIKED IT! @TropicsZ4: thanks gr8 song :) rb( @dANGELofLOVE Toni Braxton ~ "Unbreak My Heart" ♫ http://blip.fm/~gs54y
";
arnews[4] += "GLAD U LIKED 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("