var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="I favorited a YouTube video -- Backstreet Boys - Incomplete http://www.youtube.com/watch?v=1UAqo2IYZOo&feature=autoshare_twitter
";
arnews[0] += "I favorited a YouTube video -- Backstreet Boys - Incomplete";
arnews[0] += "
";
arnews[1]="I favorited a YouTube video -- Backstreet Boys - Show Me The Meaning Of Being Lonely http://bit.ly/2S8Ay
";
arnews[1] += "I favorited a YouTube video -- Backstreet Boys - Show Me The Meaning Of Being Lonely";
arnews[1] += "
";
arnews[2]="Jumpitz: Backstreet Boys: Request For Audition...
";
arnews[2] += "Backstreet Boys: Request For Audition... -";
arnews[2] += "
";
arnews[3]="Bret Yates: Only tonight by JLS is soo a backstreet boys song
";
arnews[3] += "Only tonight by JLS is soo a backstreet boys song";
arnews[3] += "
";
arnews[4]="Video: AJ McLean 's mother - Denise Solis talking with a Fan before the Backstreet Boys concert in Munich http://is.gd/4Tmzy
";
arnews[4] += "Video: AJ McLean 's mother - Denise Solis talking with a Fan before the Backstreet Boys concert in Munich";
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("