var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Hip Hop Hall of Fame Awards' TV Show at Apollo Theater in June 2010...
";
arnews[0] += "TICKETS TO GO ON SALE FOR THE \"BLACK MUSIC MONTH TV SPECIAL\" THRU \"HIPHOPHOF.TV\" THE OFFICIAL HIP HOP HALL OF FAME MULTI-MEDIA WEB SITE SET TO LAUNCH LATE FEBRUARY 2010! NEW YORK, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:15:55 GMT";
arnews[0] += "
";
arnews[1]="Hangable Hip-Hop Quotes - Paper Jam Press Suggests Decorating With Classic Rap Lyrics
";
arnews[1] += "The Beastie Boys. Ice Cube. Wu-Tang Clan. All classic names in hip-hop who have brought us unforgettable songs.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:41:01 GMT";
arnews[1] += "
";
arnews[2]="Hip Hop TV Sets 'Hip Hop Hall of Fame Awards' TV Show at Apollo...
";
arnews[2] += "Hip Hop TV Sets 'Hip Hop Hall of Fame Awards' TV Show at Apollo Theater in June 2010! Promo Campaign Kicks-Off Announcing Inductees; Ending With the Unveiling of Hip Hop Museum Building in NYC! TICKETS TO GO ON SALE FOR THE \"BLACK MUSIC MONTH TV SPECIAL\" THRU \"HIPHOPHOF.TV\" THE OFFICIAL HIP HOP HALL OF FAME MULTI-MEDIA WEB SITE SET TO LAUNCH LATE ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:46:44 GMT";
arnews[2] += "
";
arnews[3]="Juice - *American Me* Episode 1 - Mr. Ciroc
";
arnews[3] += "Juice, the new face of America live from the studio. Mr. Henny is now Mr. Ciroc. The wait is almost over, *American Me* will be released in digital format and available through all digital retailers including iTunes, EMusic and Amazon on March 2, 2010.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:18:54 GMT";
arnews[3] += "
";
arnews[4]="SportsNation: Rapper/actor Ice Cube chat wrap
";
arnews[4] += "Ice Cube has directed, written, or produced over 15 films including \"Friday\", \"All About The Benjamins\", \"Are We There Yet?\" and \"The Longshots.\" His ESPN 30 for 30 \"Straight Outta L.A.\" looks back on the Raiders' era in Los Angeles during the '80s and early '90s, and details the team's connection with the rise of Gangsta Rap and the West Coast ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:06:51 GMT";
arnews[4] += "
";
arnews[5]="Vote: Is the BCS better than the NFL playoffs?
";
arnews[5] += "The Saints make just about everyone outside of the Hoosier State feel good. Drew Brees seems like a nice guy, Sean Payton is a bold coach and the city of New Orleans needed the win.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:13:27 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("