var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Controlbooth: RT @lekogirl Dr. DMX came up to me today & said "You're famous! You're on ControlBooth! Or at least my daughter says that's famous." http:/
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Legal Lawyer: DMX Sued For $1 Million For Backing Out of Celebrity Boxing Match http://bit.ly/7yG4yx
";
arnews[1] += "DMX Sued For $1 Million For Backing Out of Celebrity Boxing Match";
arnews[1] += "
";
arnews[2]="SingaRaja: #news #business DMX unit wins US$2.5m contract from major consumer in Malaysia http://chilp.it/?7c1cd4 #singapore
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Ray: This guy does awesome impersonations of Snoop Dogg , DMX , LL Cool J & Jay Z RT @collegehumor Aries Spears Rap - http://bit.ly/4yXpXd
";
arnews[3] += "This guy does awesome impersonations of Snoop Dogg , DMX , LL Cool J & Jay Z RT @";
arnews[3] += "
";
arnews[4]="Yi Xuan: DMX unit wins US$2.5m contract from major consumer in Malaysia
";
arnews[4] += "DMX unit wins US$2.5m contract from major consumer in Malaysia -";
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("