var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Forgot About Dre
"; arnews[0] += "

"Forgot About Dre"

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Natural Born Killaz
"; arnews[1] += "

"Natural Born Killaz"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Natural Born Killaz
"; arnews[2] += "

"Natural Born Killaz"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Let Me Ride
"; arnews[3] += "

"Let Me Ride"

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Dre Day
"; arnews[4] += "

"Dre Day"

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Nuthin' But A 'G' Thang
"; arnews[5] += "

"Nuthin' But A 'G' Thang"

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Deep Cover
"; arnews[6] += "

"Deep Cover"

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Rap History and Timeline - Part 11: Dr. Dre
"; arnews[7] += "

http://www.WatchMojo.com video on some of the outstanding moments in Rap music history

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Getting Lunch in NYC [1993]
"; arnews[8] += "

Getting Lunch in NYC [1993]

Add this to your queue
Duration: 00:00

"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");