var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Paulo Vie: Master P Talks C-Murder Appeal, “It Might Take Two To Three Years”
";
arnews[0] += "Master P Talks C-Murder Appeal, “It Might Take Two To Three Years” -";
arnews[0] += "
";
arnews[1]="Paulo Vie: Master P Talks C-Murder Appeal, “It Might Take Two To Three Years”
";
arnews[1] += "Master P Talks C-Murder Appeal, “It Might Take Two To Three Years” -";
arnews[1] += "
";
arnews[2]="vanillate: master-p さんと バルクさんが雑炊なう http://twitpic.com/q83er
";
arnews[2] += "master-p さんと バルクさんが雑炊なう";
arnews[2] += "
";
arnews[3]="Alan Kennedy: @agdm Well I hate that "Master P style" cd cover look & the gun in the camera is overdone. Young Buck did it better.Got a link to his music?
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="T.Cherry: Master P like him or hate him. Made the most money off of his music then anybody I can remember. His deal gave him 80% of his masters.
";
arnews[4] += "Master P like him or hate him. Made the most money off of his music then anybody I can remember. His deal gave him 80% of his masters.";
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("