var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Clipse, Cam'ron Snack On Fried Chicken For 'Popular Demand' Clip - MTV
";
arnews[0] += "As of late, the Clipse have been flooding the game with something a little different from their typical subject matter. The past few weeks, the Brothers Thornton have released videos for their \"I'm Good\" remix with Rick Ross and the gritty street ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 19:35:00 GMT";
arnews[0] += "
";
arnews[1]="Clipse “Popular Demand (Popeyes)” (ft. Cam’ron and Pharrell) - Popmatters.com
";
arnews[1] += "Out now is the newest video by the Clipse, “Popular Demand (Popeyes)”, from the upcoming Til the Casket Drops . The album is due to hit stores December 8th, 2009. It was directed by Rik Cordero and features a popular fried chicken joint in ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[1] += "
";
arnews[2]="Green Day Win Big at Woodie Awards - MP3.TV
";
arnews[2] += "Kings of Leon and Green Day were big winners on Wednesday night for the sixth annual MTVu Woodie Awards. Kings of Leon, who have had a prosperous year, won \"Woodie of the Year\", and veterans Green Day won \"Best Performing Woodie\". Although neither ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[2] += "
";
arnews[3]="Juelz Santana Responds To Cam'ron's "Dipset Is Over" Declaration, "I ... - SOHH
";
arnews[3] += "Despite Cam's feelings on the Dip movement, Santana said he maintained his loyalty and helped the four-member crew reach success. \"I put a lot of bricks in that building,\" Juelz stated in an interview. \"So my work was more than put in, so even if you ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:52:00 GMT";
arnews[3] += "
";
arnews[4]="Hip-Hop Rumors: Wacka Flocka In Jail? Nicki Minaj: Ghostwriter! Cam ... - allhiphop.com
";
arnews[4] += "Parody : I HATE 50 CENT!!!! Rrrrraaaaaaaaahhhhhhhhhhhh!!!! AllHiphop HATES G-UNIT! Rarrrrrrhhhh!! We also hate Sohh, Nicole Bitchie, Beyonce and Jay-Z! We hate bloggers! Come on people! I was reading the comments in the editorial by “Good Guy ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:01: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("