var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Warren G - SFStation.com
";
arnews[0] += "Born Warren Griffin III, Warren G exploded out of the burgeoning Long Beach rap scene in 1994 with the smash single \"Regulate,\" a duet with longtime friend Nate Dogg, and its accompanying album, Regulate...G Funk Era. G grew up in Long Beach ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:43:00 GMT";
arnews[0] += "
";
arnews[1]="Warren G., Kidz In The Hall, U-N-I, and DJ Vajra at Fox Theatre - A.V. Club
";
arnews[1] += "The quiet love affair between hip-hop artists and soft rockers—such as Jay-Z’s Coldplay fascination—reached an early apex with the 1994 smash “Regulate,” which featured rapper Warren G. and his 213 cohort Nate Dogg riding lazy G-funk ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:48:00 GMT";
arnews[1] += "
";
arnews[2]="Warren G Reminisces About Dr. Dre's 'Chronic 2001' - The BoomBox
";
arnews[2] += "\"Dre and I never talked about the direction he should go with the album, but ... Actually, you know what? I ain't gon' lie,\" said The Regulator. \"We actually met at the Beverly Hills Hotel one night, and -- I swear to God -- he was trying to figure ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:22:00 GMT";
arnews[2] += "
";
arnews[3]="Warren G stays true to himself and the G-funk sound - Coloradoan
";
arnews[3] += "G recently released his first album in four years, \"The G Files,\" which featured appearances by old friends Snoop Dogg, Nate Dogg, Ray J, Rbx and even Travis Barker of Blink 182. \"I got a lot of great people on there who I grew with in this business ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:37:00 GMT";
arnews[3] += "
";
arnews[4]="DJ Pooh: Friday To Friday To Monday Morning - allhiphop.com
";
arnews[4] += "Veteran Producer DJ Pooh known to fans worldwide as Red in the movie Friday, has been a force in the Hip-Hop world for nearly three decades now. Breaking in as a DJ for the groundbreaking legendary West Coast DJ crew known as Uncle Jamm’s Army, DJ ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:10:00 GMT";
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("