var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark Tillinghast: Nicole Scherzinger-Happily Never After http://www.youtube.com/watch?v=_evv5cLIwTc Collin Zick #music2am 00F6007F
";
arnews[0] += "Nicole Scherzinger-Happily Never After";
arnews[0] += "
";
arnews[1]="Cam: just listened to Hotel Room Service Remix feat Nicole Scherzinger by Pitbull on @Grooveshark: http://tinysong.com/bKDQ
";
arnews[1] += "just listened to Hotel Room Service Remix feat Nicole Scherzinger by Pitbull on @";
arnews[1] += "
";
arnews[2]="Camille: just listened to Hotel Room Service Remix feat Nicole Scherzinger by Pitbull on @Grooveshark: http://tinysong.com/bKDQ
";
arnews[2] += "just listened to Hotel Room Service Remix feat Nicole Scherzinger by Pitbull on @";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: WAPAKMAN is Manny Pacquiao's Movie - RightFielders Women in Sports
";
arnews[3] += "WAPAKMAN is Manny Pacquiao's Movie - RightFielders Women in Sports -";
arnews[3] += "
";
arnews[4]="Javier Belmonte: Me sigue pareciendo increíble que la voz femenina del segundo disco de Travis Meeks sea Nicole Scherzinger, si si, la de Pussycat Dolls...
";
arnews[4] += "Me sigue pareciendo increíble que la voz femenina del segundo disco de Travis Meeks sea Nicole Scherzinger, si si, la de Pussycat Dolls...";
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("