var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DX News Bits: Polo Molina, DJ Am
";
arnews[0] += "According to celebrity gossip site TMZ , charges have been dropped in the assault case against Black Eyed Peas manager Polo Molina .";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:27:40 GMT";
arnews[0] += "
";
arnews[1]="DX News Bits: Eternia, Idle Warship
";
arnews[1] += "Canadian female emcee Eternia is being featured in the concert/discussion tour 411 TV: Because I Am A Girl .";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:27:30 GMT";
arnews[1] += "
";
arnews[2]="The Star The Knicks Missed
";
arnews[2] += "Bucks guard Brandon Jennings scored nineteen points, grabbed four rebounds, and dished out eight assists last night in a Milwaukee win over the New Jersey Nets.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:10:23 GMT";
arnews[2] += "
";
arnews[3]="Joe Budden Speaks on 50, Fabolous and Tahiry
";
arnews[3] += "Joe Budden is used to speaking his mind and with the media buzz surrounding him lately, he's got a lot to say.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:31:46 GMT";
arnews[3] += "
";
arnews[4]="Game: The Ecstatic
";
arnews[4] += "It's less than two weeks away from Game 's thirtieth birthday. Few seem to realize that the youthful, energetic, and once death-defying rapper is reaching that benchmark in his life.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:31:27 GMT";
arnews[4] += "
";
arnews[5]="Joe Budden
";
arnews[5] += "When Joe Budden isn't scrapping with Slaughterhouse for lyrical supremacy, he's capable of creating thought-provoking material.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:48:50 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("