var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mobile rapper shot twice in the head tells story in upcoming film
";
arnews[0] += "The Last Mr. Bigg, a local rap star, seen here in front of his Maysville home, lost his right eye after he was shot twice in the head in 2004.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 15:02:27 GMT";
arnews[0] += "
";
arnews[1]="Sneak Peak Album Review of Hannicap Circus by Bizarre
";
arnews[1] += "Bizarre is an artist that became famous because he was signed to Eminem and he has been a long time friend since they are both from Detroit.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 01:36:11 GMT";
arnews[1] += "
";
arnews[2]="Obie Trice Tells DX About Significance Of Special Reserve
";
arnews[2] += "Obie Trice recently released his first LP Special Reserve since leaving Shady Records.";
arnews[2] += "
Publ.Date : Fri, 08 Jan 2010 04:56:08 GMT";
arnews[2] += "
";
arnews[3]="The Hip-Hop Herald 01.07.10: Call Me Mr. Flintstone
";
arnews[3] += "The Hip-Hop Herald 01.07.10: Call Me Mr. Flintstone! Posted by Patrick Robinson on 01.07.2010 This week, DJ Premier reveals his Top 20 albums of 2009, Shawty Redd turns himself in for murder, Elton John discusses helping Eminem, Lil Wayne is set to play Jesus, Crooked I airs out Benzino and Bow Wow makes a complete ass of himself! All this and more ...";
arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 10:18:01 GMT";
arnews[3] += "
";
arnews[4]="DJ Premier Reveals Best Albums Of 2009
";
arnews[4] += "Famed producer DJ Premier has released his list of the top 20 albums of 2009. According to DJ Premier, he based his list solely on a oedope beats, dope rhymes, scratching and cutting, creativity, uniqueness, originality and overall packaging of the producta s integrity.a Blaq Poeta s Tha Blaqprint was number one on DJ Premier's list, while Raekwona ...";
arnews[4] += "
Publ.Date : Tue, 05 Jan 2010 20:02:06 GMT";
arnews[4] += "
";
arnews[5]="2009 Year In Review: Best Producers
";
arnews[5] += "Like the best albums category, there's much to consider when appointing the best of the best when it comes to the beats.";
arnews[5] += "
Publ.Date : Tue, 05 Jan 2010 20:00:45 GMT";
arnews[5] += "
";
totcount = 6;
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("