var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Investors say concert promoter has taken them for hundreds of thousands
";
arnews[0] += "NEW ORLEANS Several disgruntled investors say they're out over a million dollars after giving money to a local event promoter who they said promised to double their investments.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:33:14 GMT";
arnews[0] += "
";
arnews[1]="Gucci Mane State Vs. Radric Davis Track List Reveals A-List Guests
";
arnews[1] += "While Gucci Mane serves his 12-month sentence for violating parole, his latest project, The State vs.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:30:50 GMT";
arnews[1] += "
";
arnews[2]="Myspace Record's Hip Hop Rising Artist Bossman Premieres...
";
arnews[2] += "No Struggle, No Success is a twelve part series documentary that depicts genuine life experiences, and provides confirmation that nothing is impossible.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gucci Mane Speaks From Behind Bars
";
arnews[3] += "At the height of his career, Atlanta rapper Gucci Mane was jailed for a parole violation that got him a year behind bars, but he accepts his punishment.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:13:07 GMT";
arnews[3] += "
";
arnews[4]="Gucci Mane's Album Still Planned for a December 8 Release Date
";
arnews[4] += "Wednesday, November 18, 2009, Burbank, CA a ' On November 12, 2009, Radric Davis, better known to his fans as Gucci Mane, was sentenced to 12 months in Fulton County Jail in Georgia due to a probation violation.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:00:59 GMT";
arnews[4] += "
";
arnews[5]="R. Kelly leaves crowds wanting to hear more
";
arnews[5] += "R. Kelly spoke eloquently when he said you can't have R&B without the R. - or, as he pronounces it, Ar-ra. Kelly, the singer who seems to take music seduction to a more deliciously deviant extreme with each song he releases, brought his 'Double Up Tour' to the Colonial Center Saturday night.";
arnews[5] += "
Publ.Date : Sun, 30 Dec 2007 23:36:00 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("