var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ellen J. Remington: #7: Emerson Peak Power 650 Complete CDG Karaoke System with Original Jonas Brothers Karaoke CDG, iPod Compatible
";
arnews[0] += "#7: Emerson Peak Power 650 Complete CDG Karaoke System with Original Jonas Brothers Karaoke CDG, iPod Compatible -";
arnews[0] += "
";
arnews[1]="G-20 Critica a los Jonas Brothers. 22-11-09
";
arnews[1] += "G-20 Critica a los Jonas Brothers. 22-11-09 -";
arnews[1] += "
";
arnews[2]="Nikki Katz: The Jonas Brothers Perform in London
";
arnews[2] += "The Jonas Brothers Perform in London -";
arnews[2] += "
";
arnews[3]="Abhishikta Datta: RT @JBtamaraJB: @mtvuk would you like to do a duet with the Jonas Brothers? :) =)
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Playster.org: Nov 26 #paris #events Jonas Brothers... via http://www.playster.org
";
arnews[4] += "Nov 26";
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("