var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Snoop Dogg & Sticky Fingaz - Buck Em (1999) [Produced by Dr. Dre]
";
arnews[0] += "from the No Limit Top Dogg album";
arnews[0] += "
Publ.Date : Sun, 18 Oct 2009 01:37:57 GMT";
arnews[0] += "
";
arnews[1]="Sundance 2008 - Celebrity Interviews I
";
arnews[1] += "http://travelista.tv/ Travelistas were on the scene in Park City, chatting up the who’s who in Hollywood and the music world, from Andre Royo, to Sticky Fingaz to...";
arnews[1] += "
Publ.Date : Mon, 01 Jun 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="In The Streets
";
arnews[2] += "Sticky Fingaz started and finished this while i was in ATL, come back tomorrow night";
arnews[2] += "
Publ.Date : Tue, 03 Mar 2009 06:10:27 GMT";
arnews[2] += "
";
arnews[3]="(Instrumental) Sticky Fingaz - Man Up
";
arnews[3] += "DEF JAM FIGHT FOR NY Mista Midnight ...";
arnews[3] += "
Publ.Date : Mon, 08 Sep 2008 23:20:17 GMT";
arnews[3] += "
";
arnews[4]="Sticky Fingaz: Debo The Game (Music Video)
";
arnews[4] += "The Onyx boys are back. Here's Sticky's story of an artist down on his luck and the label executive living fat. The conclusion is certainly not a solution that we'd encourage, but...";
arnews[4] += "
Publ.Date : Tue, 26 Aug 2008 10:58:47 GMT";
arnews[4] += "
";
arnews[5]="Sticky Fingaz Looses his Gangsta in MTV Fight
";
arnews[5] += "The fight between the rapper and the Skate boarder Simon and Sticky gets whooped/ OWNED, Jamie Foxx and a DMX when he wasn't on Crack is on the show as well ... MTV Boxing Sticky...";
arnews[5] += "
Publ.Date : Sat, 16 Aug 2008 06:20:11 GMT";
arnews[5] += "
";
arnews[6]="Sticky Fingaz Ft Method Man - Do It Do It
";
arnews[6] += "Sticky Fingaz Ft Method Man - Do It Do It";
arnews[6] += "
Publ.Date : Sun, 27 Apr 2008 19:18:35 GMT";
arnews[6] += "
";
arnews[7]="Eminem: Remember Me? (Featuring Rbx And Sticky Fingaz) (Clean)
";
arnews[7] += "From the album The Marshall Mathers LP";
arnews[7] += "
Publ.Date : Wed, 23 Jan 2008 22:08:56 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Man up - Sticky Fingaz
";
arnews[8] += "☻/ /▌ / \ copy and paste bob so he can take over the world";
arnews[8] += "
Publ.Date : Fri, 12 Oct 2007 18:05:09 GMT";
arnews[8] += "
";
arnews[9]="Freeway and Sticky Fingaz in Action
";
arnews[9] += "Freeway and Sticky Fingaz give a supreme beatdown in this video clip.";
arnews[9] += "
Publ.Date : Wed, 21 Jul 2004 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("