var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wow beans really down with g-unit RT: @DJBOBBYTRENDS: [VIDEO] 50 Cent & Beanie Sigel @ Highline Ballroom 11/23 http://ping.fm/CVqXk
";
arnews[0] += "wow beans really down with g-unit RT: @DJBOBBYTRENDS: [VIDEO] 50 Cent & Beanie Sigel @ Highline Ballroom 11/23";
arnews[0] += "
";
arnews[1]="beatclassdotcom: How to make G-Unit Style beats Volume I http://www.beatclass.com/shop/index.php?_a=viewProd&productId=4
";
arnews[1] += "How to make G-Unit Style beats Volume I";
arnews[1] += "
";
arnews[2]="Mahir Yilmaz: G-Unit İstanbul'da coşturacak! http://bolbolhaber.com/121350
";
arnews[2] += "G-Unit İstanbul'da coşturacak!";
arnews[2] += "
";
arnews[3]="Doggie Diamonds: @DJHARDCOREFLAVA i see g-unit don't have no luv for forbezdvd.com anymore.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Andrew: G UNIT RAP CITY THROWBACK - (FREESTYLE)
";
arnews[4] += "G UNIT RAP CITY THROWBACK - (FREESTYLE) -";
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("