var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Steve Davis: Lil Wayne ft. Robin Thicke - Shooter (live)
";
arnews[0] += "Lil Wayne ft. Robin Thicke - Shooter (live) -";
arnews[0] += "
";
arnews[1]="Caleb Moore: Shakira - Give It Up To Me feat. Lil Wayne - Official Music Video
";
arnews[1] += "Shakira - Give It Up To Me feat. Lil Wayne - Official Music Video -";
arnews[1] += "
";
arnews[2]="Lil Wayne feat. Tity Boi & Dre - Realest They Come (Produced by Kanye West)
";
arnews[2] += "Lil Wayne feat. Tity Boi & Dre - Realest They Come (Produced by Kanye West) -";
arnews[2] += "
";
arnews[3]="Mr. 5 Star: Lil Wayne – Realest They Come ft. Tity Boi & Dre (Prod. Kanye West): Off of the upcoming DJ Smallz Follow Me mix... http://bit.ly/7ILaNv
";
arnews[3] += "Lil Wayne – Realest They Come ft. Tity Boi & Dre (Prod. Kanye West): Off of the upcoming DJ Smallz Follow Me mix...";
arnews[3] += "
";
arnews[4]="Jeremy Stanley: 2005-2009... best artist Lil Wayne? Or anybody else?
";
arnews[4] += "2005-2009... best artist Lil Wayne? Or anybody else?";
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("