var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ODB's Relatives, Colleagues Tell His Story In 'Dirty' Documentary
";
arnews[0] += "Ol' Dirty Bastard was a larger-than-life character. Now, the Wu-Tang Clan rapper has a eulogy that's as extravagant as he was with the documentary \"Dirty: One Word Can Change the World.\" The long-in-the-making project was finally released as a straight-to-DVD set Tuesday.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 18:57:00 GMT";
arnews[0] += "
";
arnews[1]="Flipped
";
arnews[1] += "When a rap artist is killed in the lobby of a radio station, the only witness is an undercover cop.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 00:58:20 GMT";
arnews[1] += "
";
arnews[2]="Producer's Corner: Oh No
";
arnews[2] += "Production wunderkinds such as Black Milk and Droop-E get props for their prolific catalogs, but don't overlook Oh No .";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Producer's Corner: Oh No
";
arnews[3] += "Production wunderkinds such as Black Milk and Droop-E get props for their prolific catalogs, but don't overlook Oh No .";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 15:42:15 GMT";
arnews[3] += "
";
arnews[4]="Hip-Hop Rumors: Rumors On Wayne's Jail Time! Chris Brown: a Thief? a Rapper Rapist?
";
arnews[4] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 13:05:54 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("