var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lil Wayne NY sentencing put off for dental surgery - Daily Oklahoman
";
arnews[0] += "Now Lil Wayne, one of music's biggest sellers and rap's hottest stars, is poised to spend as much as the next year in a jail cell instead of a spotlight. The Grammy-winning rapper was due to be sentenced Tuesday after pleading guilty in a gun ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT";
arnews[0] += "
";
arnews[1]="Lil Wayne says goodbye to fans - Tonight South Africa
";
arnews[1] += "New York - US rapper Lil Wayne temporarily escaped jail on Tuesday when his sentencing for possessing a gun was postponed on the same day he bid goodbye to fans in a video he posted on the Web. Lil Wayne, 27, whose real name is Dwayne Carter ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:25:00 GMT";
arnews[1] += "
";
arnews[2]="Lil Wayne sentencing delayed for dental surgery - Detroit Free Press
";
arnews[2] += "NEW YORK — After rap star Lil Wayne spent months bidding farewell to his fans and his freedom, what loomed for him Tuesday was a dental chair, not a house of detention. His sentencing in a weapons case was postponed so he could have dental surgery ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:24:00 GMT";
arnews[2] += "
";
arnews[3]="Rapper Lil Wayne sentencing postponed in NYC gun case - KTRK
";
arnews[3] += "The Grammy Award-winning rapper's sentencing in a New York City gun case was postponed Tuesday, because he needs to finish a string of recent surgeries before he goes to jail. Lil Wayne, one of music's biggest sellers and rap's hottest stars, is ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT";
arnews[3] += "
";
arnews[4]="Lil Wayne - A.V. Club
";
arnews[4] += "Rebirth sounds like a strange dispatch from a lost ’80s in which Wayne trafficked in cheesy power chords, cornball hard-rock atmospherics, lame guitar solos for beginners, rock clichés, and Reagan-era synthesizers: The result plays like an over ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[4] += "
";
arnews[5]="Lil Wayne Sentencing Postponed For Dental Surgery - CBS 2 Chicago
";
arnews[5] += "Rap star Lil Wayne has gotten a temporary reprieve from jail -- for dental surgery. The Grammy Award-winning rapper's sentencing in a New York City gun case was postponed Tuesday. His lawyer says the rapper needs to finish a string of recent ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:46: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("