var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jason Tucker: @ellenyar Paul Wall isnt gunna work, hes tatt'd up and has fronts. Rob's mad skinny, that wont work. Am I the only white person you know? :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="deusdiabolus: Slap a Bitch Brew - My Favorite video from back in the day that you never seen (kinda like snl skit) - Paul Wall Mike Jones and others in the video
";
arnews[1] += "Slap a Bitch Brew - My Favorite video from back in the day that you never seen (kinda like snl skit) - Paul Wall Mike Jones and others in the video -";
arnews[1] += "
";
arnews[2]="justin: @CristalBubblin ... gotta love paul wall ;)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Duane-PreppyDude: @AnnOhio @TexAnnie New Theme Song ♫ http://blip.fm/~gjw0v
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Chris Bydemand: DJ Kaze - SupaStaar, Paul Wall, Various Artists - Mr Halle Berry Supastaar: Making Of A Legend: Shout out to th.. http://bit.ly/4xefMq
";
arnews[4] += "DJ Kaze - SupaStaar, Paul Wall, Various Artists - Mr Halle Berry Supastaar: Making Of A Legend: Shout out to th..";
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("