var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="jamil da silva: Pussycat Dolls – When I Grow Up: when I grow up I wanna be a pre-packaged blow up doll... can they actually sing? http://bit.ly/6NsVmj
";
arnews[0] += "Pussycat Dolls – When I Grow Up: when I grow up I wanna be a pre-packaged blow up doll... can they actually sing?";
arnews[0] += "
";
arnews[1]="Mark Tillinghast: Pussycat Dolls ft AR Rahman Jai Ho http://www.youtube.com/watch?v=t18MdvTZX18 Collin Zick #music2am 00EF00DA
";
arnews[1] += "Pussycat Dolls ft AR Rahman Jai Ho";
arnews[1] += "
";
arnews[2]="Crystal Mills: #MusicMonday: I'm listening to Buttons by The Pussycat Dolls.
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Ilaiyaraaja discontent with ONV Kurups lyrics - Gaea Times
";
arnews[3] += "Ilaiyaraaja discontent with ONV Kurups lyrics - Gaea Times -";
arnews[3] += "
";
arnews[4]="Mark Tillinghast: Wait a Minute - Pussycat Dolls feat. Timbaland http://www.youtube.com/watch?v=FVFV67mAZxE Collin Zick #music2am 00ED0040
";
arnews[4] += "Wait a Minute - Pussycat Dolls feat. Timbaland";
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("