var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="thatdudeREEG: l CHECKTHEBLOG l : [Video] Obie Trice - Special Reserve (The 411) http://bit.ly/1VFym6
";
arnews[0] += "l CHECKTHEBLOG l : [Video] Obie Trice - Special Reserve (The 411)";
arnews[0] += "
";
arnews[1]="Jim Reynolds: Got Hungry -- Obie Trice I'm feeling it. http://bit.ly/GpkRL
";
arnews[1] += "Got Hungry -- Obie Trice I'm feeling it.";
arnews[1] += "
";
arnews[2]="Chris Bydemand: Obie Trice - Special Reserve [The 411]: Obie Trice - Special Reserve [The 411] http://bit.ly/2U8Ozx
";
arnews[2] += "Obie Trice - Special Reserve [The 411]: Obie Trice - Special Reserve [The 411]";
arnews[2] += "
";
arnews[3]="Thomas Odin666: Eminem bio on IMEEM
";
arnews[3] += "Eminem bio on IMEEM -";
arnews[3] += "
";
arnews[4]="Ден: наші знов програють? D12 "Obie trice(skit)"
";
arnews[4] += "наші знов програють? D12 \"Obie trice(skit)\"";
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("