var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="rssny: Talib Kweli & Jean Grae - Say Something Alt. Version
";
arnews[0] += "Talib Kweli & Jean Grae - Say Something Alt. Version -";
arnews[0] += "
";
arnews[1]="Laura Mercurio Ebohon: RT @Dj_Skinny RT @beatminerz IN CASE U FORGOT!!! JEAN GRAE TOMORROW & EVERY THURS. 4-6PM (EST) BEATMINERZ RADIO www.dabeatminerz.com
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Greg Schnese: @gregpalmer yea dude, let's hang, thinking of this on friday (jazz - http://bit.ly/1HqRLm) and this on sunday (rap - http://bit.ly/1QseKT)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="RT @anyaelise: Jean Grae (@jeangreasy), http://www.dabeatminerz.com/, 3 - 5 pm CDT. This is best thing to happen since they cancelled Ar ...
";
arnews[3] += "RT @anyaelise: Jean Grae (@jeangreasy),";
arnews[3] += "
";
arnews[4]="Karuna: Underrated/underpaid/but still one of the best Jean Grae-Hypnotize http://blip.fm/~g7pvq @jeangreasy (That underrated part decidedly untrue)
";
arnews[4] += "Underrated/underpaid/but still one of the best Jean Grae-Hypnotize";
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("