var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lil Wayne Shot Nine Music Videos Last Weekend
";
arnews[0] += "Video director David Rousseau said he and the Cash Money team might need to check the Guinness Book of World Records: He and his company Creativeseen may be the new record-holders for most music videos shot in 48 hours.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:18:00 GMT";
arnews[0] += "
";
arnews[1]="Lil Wayne Shot Nine Music Videos Last Weekend
";
arnews[1] += "Video director David Rousseau said he and the Cash Money team might need to check the Guinness Book of World Records: He and his company Creativeseen may be the new record-holders for most music videos shot in 48 hours.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:18:00 GMT";
arnews[1] += "
";
arnews[2]="Comments
";
arnews[2] += "Styles P at Brooklyn Hip Hop Fest Jim Jones , Juelz Santana , and Styles P will team up for a Benefit for Haiti hosted by comedian Mike Epps on 2/9 at The Studio @ Webster Hall.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:42:35 GMT";
arnews[2] += "
";
arnews[3]="Charlie Clips' punch-drunk punchline rap
";
arnews[3] += "Here's what we know about Harlem rapper Charlie Clips , a priori . Like pre-fame Eminem, he's built a formidable battle-rap rep .";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:06:51 GMT";
arnews[3] += "
";
arnews[4]="Monday Mixtape Release Dates: Lupe Fiasco, Joell Ortiz, Chris Brown
";
arnews[4] += "While DJ Drama's Funeral Service: There Is No Competition 2 and Trap Or Die 2 are both missing in action, Termanology will release the third installment in his Dead Bodies series tomorrow.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Santana's Town - Juelz Santana
";
arnews[5] += "Born LaRon James in Harlem, the energetic Juelz Santana cut his teeth as an MC with the duo Draft Pick.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 03:40:01 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("