var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Game Speaks Dr. Dre, Detox & R.E.D. - Hip Hop Galaxy
";
arnews[0] += "A glimmer of hope is on the horizon for fans still waiting for Dr. Dre’s mythical Detox album to drop. Game recently told XXLMag.com that he and Dre are hard at work on both Detox and his own album, The R.E.D. Giving insight into the production ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:21:00 GMT";
arnews[0] += "
";
arnews[1]="Member Information - Lottery Post
";
arnews[1] += "You must be logged in to view this information. You must be logged in to view this information. You must be logged in to view this information. Also, please take a few moments and review the rules for posting at Lottery Post. Any time you see a gray ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT";
arnews[1] += "
";
arnews[2]="FEATURE: Warren G, Homage to Dr. Dre, Pt. 3 of 5 - Artistdirect.com
";
arnews[2] += "You’d think that Warren G popped up somewhere on Dr. Dre’s 2001, especially considering that the LP features nearly 20 guests. Strangely enough, Dre’s half-brother is nowhere to be heard on the album; at the time, Warren G, one of the West ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:22:00 GMT";
arnews[2] += "
";
arnews[3]="Game Defends Dr. Dre's 'Detox' Odyssey - The BoomBox
";
arnews[3] += "With 'Only Built 4 Cuban Linx 2' already hitting best-of lists for 2009, there's only one \"most anticipated for a decade\" hip-hop record remaining: Dr. Dre's 'Detox.' In excusing the delay, Game has come to his on-again producer's defense and cited ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:48:00 GMT";
arnews[3] += "
";
arnews[4]="Monster and Dr. Dre Club Beats Launches at Best Buy - Chip Chick
";
arnews[4] += "Yesterday we got a chance to check out the launch of the Club Beats section at the brand spanking new Best Buy in Union Square (which took over Circuit City’s old digs – may it rest in peace). Best Buy has teamed up with Monster and Beats by Dr ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:01:00 GMT";
arnews[4] += "
";
arnews[5]="Catching up with Seattle superproducer Jake One as he works with ... - Seattle Times
";
arnews[5] += "These days, Jake's working with Eminem and Dr. Dre. \"I'm one of [Dr ... Locally, Jake's working with Matson on Music favorite Fatal Lucciauno . \"Got a bunch of songs for that. I think he's got some really good records. I've done about nine or 10 ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 01:46:00 GMT";
arnews[5] += "
";
arnews[6]="Best Buy Launches Club Beats With Monster and Beats By Dr. Dre - I4U
";
arnews[6] += "Best Buy today announced the introduction of Club Beats, a new in-store destination created in partnership with Monster and Beats by Dr. Dre. Launching in Best Buy stores nationwide, Club Beats provides customers with a backstage pass to the latest ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[6] += "
";
arnews[7]="Would 50 Cent Get On Dr. Dre's Song With Game? 'I Wouldn't Do It' - MTV
";
arnews[7] += "50 Cent and Dr. Dre helped Game concoct a classic album on The Documentary. And although things between Fif and Game went sour, the G-Unit General said he's open to working with Dre again to break another MC. \"We were actually talking about a new ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 11:50:00 GMT";
arnews[7] += "
";
totcount = 8;
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("