var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Garland: David What is the last random song you got stuck in your head? For zero reason I've had "Boughetto" by Ali and Murphy Lee stuck in my head for 3 days. Help!
";
arnews[0] += "What is the last random song you got stuck in your head? For zero reason I've had \"Boughetto\" by Ali and Murphy Lee stuck in my head for 3 days. Help!";
arnews[0] += "
";
arnews[1]="SomaMoja: Rich Boy – Throw Some D's w/ Lil Flip, Andre 3000, Jim Jones, Murphy Lee, The Game #BrokeBlippin ♫ http://blip.fm/~gakzx
";
arnews[1] += "Rich Boy – Throw Some D's w/ Lil Flip, Andre 3000, Jim Jones, Murphy Lee, The Game";
arnews[1] += "
";
arnews[2]="SomaMoja: Rich Boy – Throw Some D's w/ Lil Flip, Andre 3000, Jim Jones, Murphy Lee, The Game #BrokeBlippin ♫ http://blip.fm/~gakzx
";
arnews[2] += "Rich Boy – Throw Some D's w/ Lil Flip, Andre 3000, Jim Jones, Murphy Lee, The Game";
arnews[2] += "
";
arnews[3]="SomaMoja: J-Kwon feat. Chingy & Murphy Lee – Tipsy (Remix) #BrokeBlippin ♫ http://blip.fm/~gaomc
";
arnews[3] += "J-Kwon feat. Chingy & Murphy Lee – Tipsy (Remix)";
arnews[3] += "
";
arnews[4]="SomaMoja: J-Kwon feat. Chingy & Murphy Lee – Tipsy (Remix) #BrokeBlippin ♫ http://blip.fm/~gaomc
";
arnews[4] += "J-Kwon feat. Chingy & Murphy Lee – Tipsy (Remix)";
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("