var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="50 Cent's entourage vs. Marv Albert
"; arnews[0] += "Marv Albert in 1997, doing his thang, calling the action during the Bulls-Heat playoff game."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="More
"; arnews[1] += "Artist Biography: Ashanti By Jason Birchmeier With hitmaker Irv Gotti at the helm, Ashanti blasted into the urban music scene in 2002, topping the charts with multiple singles at once."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:35:03 GMT"; arnews[1] += "
"; arnews[2]="No late additions planned for Phils' roster
"; arnews[2] += "The Phillies have until 11:59 p.m. ET on Friday to add players to their 40-man roster to protect them from next month's Rule 5 Draft, but there were no expected last-minute additions."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:17:00 GMT"; arnews[2] += "
"; arnews[3]="Now Playing: Jay-Z's Data-Driven Setlist...
"; arnews[3] += "As revenue sources continue to shift, touring is becoming increasingly important.A The live performance sector has its own demons, most notably macroeconomic pressures, though the show is a unique experience that is difficult to reproduce.A But how can artists maximize that experience by playing the songs that fans want to hear the most? For newer ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:57:53 GMT"; arnews[3] += "
"; arnews[4]="Urban Renaissance Man
"; arnews[4] += "It's lucky W. Ellington Felton's parents never told him to choose an occupation and stick to it."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 04:27:08 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("
");document.write("
");