var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Warez: mp3at3pm lost on collins britney robyn yungjoc jessi malay chem
";
arnews[0] += "mp3at3pm lost on collins britney robyn yungjoc jessi malay chem -";
arnews[0] += "
";
arnews[1]="linwenchao: bigjeremy watched the video "Jessi Malay - Booty Bangs [S.I.R. Rehearsal Video]" on Joost.
";
arnews[1] += "bigjeremy watched the video \"Jessi Malay - Booty Bangs [S.I.R. Rehearsal Video]\" on Joost. -";
arnews[1] += "
";
arnews[2]="Claudia: on my way home, dance was sooo fun, did a hot combo 2 jessi malay's booty bangs :)
";
arnews[2] += "on my way home, dance was sooo fun, did a hot combo 2 jessi malay's booty bangs :) -";
arnews[2] += "
";
arnews[3]="Claudia: Jessi Malay - Booty Bangs (w/ Yung Joc) - 06:31 PM visit www.RadioTAGr.com/KNLE to TAG this song
";
arnews[3] += "Jessi Malay - Booty Bangs (w/ Yung Joc) - 06:31 PM visit www.RadioTAGr.com/KNLE to TAG this song -";
arnews[3] += "
";
arnews[4]="Claudia: NOW PLAYING: Jessi Malay - Booty Bangs (dirty) feat. Yung Joc - DJS Wanted visit Site http://shosumthin.com
";
arnews[4] += "NOW PLAYING: Jessi Malay - Booty Bangs (dirty) feat. Yung Joc - DJS Wanted visit Site";
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("