var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Felix Woodcock: #MySpaceZOMBIES still believe they'll blow up like Tila Tequilla, or Soulja Boy. Advertisers are way pastthat phase.
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="IceSwag: Soulja Boy – Stacks On Deck [DVD Preview] (Part 1)
";
arnews[1] += "Soulja Boy – Stacks On Deck [DVD Preview] (Part 1) -";
arnews[1] += "
";
arnews[2]="Jamal J-Mac McWhorter: Jamal so my playa patnahs Dj Kermit and Shawn (BDR) did a 'crossover' remix to the Turnt Up remix ft. Soulja Boy...shit ridin. im finna upload it.
";
arnews[2] += "Jamal so my playa patnahs Dj Kermit and Shawn (BDR) did a 'crossover' remix to the Turnt Up remix ft. Soulja Boy...shit ridin. im finna upload it.";
arnews[2] += "
";
arnews[3]="SOULJA BOY LIVE WITH STREET MONEY DVD MAGAZINE & BREAKIN NEWS TV.flv
";
arnews[3] += "SOULJA BOY LIVE WITH STREET MONEY DVD MAGAZINE & BREAKIN NEWS TV.flv -";
arnews[3] += "
";
arnews[4]="Chris Bydemand: DJ GOON-E, DJ NyThrill - Birdman, OJ Da Juiceman, Juelz Santana, Louie Vee, Dirty Money, Soulja Boy, Nicki Mina.. http://bit.ly/08YyJDH
";
arnews[4] += "DJ GOON-E, DJ NyThrill - Birdman, OJ Da Juiceman, Juelz Santana, Louie Vee, Dirty Money, Soulja Boy, Nicki Mina..";
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("