var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Ms. New Booty by Bubba Sparxxx
";
arnews[0] += "Ms. New Booty music video by Bubba Sparxxx added on 2007-07-01";
arnews[0] += "
Publ.Date : Sat, 09 May 2009 15:01:16 GMT";
arnews[0] += "
";
arnews[1]="Ugly by Bubba Sparxxx
";
arnews[1] += "Ugly music video by Bubba Sparxxx added on 2007-07-08";
arnews[1] += "
Publ.Date : Sat, 09 May 2009 15:01:06 GMT";
arnews[1] += "
";
arnews[2]="Deliverance by Bubba Sparxxx
";
arnews[2] += "Deliverance music video by Bubba Sparxxx added on 2007-07-15";
arnews[2] += "
Publ.Date : Sat, 09 May 2009 15:00:54 GMT";
arnews[2] += "
";
arnews[3]="Bubba Sparxxx-Miss New Booty
";
arnews[3] += "Music Video";
arnews[3] += "
Publ.Date : Thu, 14 Feb 2008 06:18:01 GMT";
arnews[3] += "
";
arnews[4]="Lyricist Lounge Presents: Dirty States
";
arnews[4] += "The untold story of Southern Hip-Hop! In a commercial music industry which has lost its way artistically and creatively, Southern Hip-Hop is steeped in spirituality and struggle...";
arnews[4] += "
Publ.Date : Thu, 12 Jul 2007 23:35:23 GMT";
arnews[4] += "
";
arnews[5]="Bubba Sparxxx - Ugly
";
arnews[5] += "Bubba Sparxxx - Ugly";
arnews[5] += "
Publ.Date : Sat, 07 Jul 2007 20:18:36 GMT";
arnews[5] += "
";
arnews[6]="Bubba Sparxxx - Ugly
";
arnews[6] += "Bubba Sparxxx - Ugly";
arnews[6] += "
Publ.Date : Tue, 03 Apr 2007 16:28:41 GMT";
arnews[6] += "
";
arnews[7]="Bubba Sparxxx - Ugly: MTV Version w/Revised Logo
";
arnews[7] += "Music video by Bubba Sparxxx performing Ugly: MTV Version w/Revised Logo with T. Mosley, A. Mathis, Missy \"Misdemeanor\" Elliott (C) 2001 Interscope Records";
arnews[7] += "
Publ.Date : Thu, 29 Mar 2007 22:02:14 GMT";
arnews[7] += "
";
arnews[8]="Bubba Sparxxx Parody
";
arnews[8] += "Fluffyshack- Drive Thru";
arnews[8] += "
Publ.Date : Fri, 09 Mar 2007 02:13:19 GMT";
arnews[8] += "
";
arnews[9]="Bubba Sparxxx - Ms. New Booty
";
arnews[9] += "Ms. New Booty from Ms. New Booty by Bubba Sparxxx";
arnews[9] += "
Publ.Date : Wed, 01 Feb 2006 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("