var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Crystal Mills: #MusicMonday: I'm listening to What's Beef by The Notorious B.I.G..
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Michaelangelo Ilagan: Music you have in common includes Notorious B.I.G., Girl Talk, Jay-Z, Wu-Tang Clan and Weezer. (w/ @platypusjones on @lastfm, lol)
";
arnews[1] += "Music you have in common includes Notorious B.I.G., Girl Talk, Jay-Z, Wu-Tang Clan and Weezer. (w/ @";
arnews[1] += "
";
arnews[2]="RT @MARLONLWAYANS: #musicmonday TEN CRACK COMMANDMENTS by NOTORIOuS B.I.G. < I 2nd that!
";
arnews[2] += "RT @MARLONLWAYANS:";
arnews[2] += "
";
arnews[3]="Frank Febbraro: @heyrocker Be sure to take a long swings by Mos Def and Notorious BIG. Two of my faves EVER. They paint incredible pictures with words.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Dan Delany: 8Ball & MJG – Relax, Take Notes (Ft. Project Pat & The Notorious B.I.G.) (XI Dubstep Remix)
";
arnews[4] += "8Ball & MJG – Relax, Take Notes (Ft. Project Pat & The Notorious B.I.G.) (XI Dubstep Remix) -";
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("