var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bump Radio Networks: (@ludajuice) Ludacris - Good Relationships (Feat. @KattPackAllDay, @SnoopDogg, & Nate Dogg)
";
arnews[0] += "(@ludajuice) Ludacris - Good Relationships (Feat. @";
arnews[0] += "
";
arnews[1]="Serj K.: Listening to: Eminem Featuring Nate Dogg - 'Till I Collapse (with #songbird)
";
arnews[1] += "Listening to: Eminem Featuring Nate Dogg - 'Till I Collapse (with";
arnews[1] += "
";
arnews[2]="Giordano: The O'Jays - Ooh Wee / http://www.deezer.com/listen-595893?provider=player
";
arnews[2] += "The O'Jays - Ooh Wee /";
arnews[2] += "
";
arnews[3]="iTunes #music_hiphop #4 song: 'Till I Collapse - Eminem & Nate Dogg © 2002 Aftermath Records http://dealnay.com/139511
";
arnews[3] += "iTunes";
arnews[3] += "
";
arnews[4]="Best Selling Music: iTunes #music_hiphop #4 song: 'Till I Collapse - Eminem & Nate Dogg © 2002 Aftermath Records http://dealnay.com/139511
";
arnews[4] += "iTunes";
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("