var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inspectah Deck Announces "Manifesto" For March 9 Release
";
arnews[0] += "It was revealed this week that Traffic Entertainment will be releasing The Manifesto , a new album from acclaimed Wu-Tang lyricist and budding producer Inspectah Deck .";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 21:20:22 GMT";
arnews[0] += "
";
arnews[1]="Snowbombing 2010: Driven by Volvo
";
arnews[1] += "Monday 5th- Saturday 10th April 2010, Mayrhofen, Austria www.snowbombing.com/en Whoop Whoop! Snowbombing are as proud as punch to announce their partnership with Volvo Car UK for the world's biggest show on snow taking place in Mayrhofen from 5th -10th April.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 21:17:14 GMT";
arnews[1] += "
";
arnews[2]="Kendo club opens junior section
";
arnews[2] += "A Rickmansworth martial arts club is using a cash boost from Sport England to open their sport up to younger members.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 11:29:24 GMT";
arnews[2] += "
";
arnews[3]="Joe Budden Prod. By J. Cardim
";
arnews[3] += "Budden is the truth though get this free s**tif u can from this site...their copies of madden are refurbished but its free so f**k it January 29, 2010 3:30 PM January 29, 2010 3:37 PM DannyBoi11 said: slaughter January 29, 2010 3:47 PM liquidswords95 said: I don't agree with some of the s**tBudden be ...";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 22:44:49 GMT";
arnews[3] += "
";
arnews[4]="Free Download: HipHopDX Presents...Hip Hop Helps Haiti
";
arnews[4] += "The Hip Hop cultire has come out in support of the victims of Haiti through the Hip Hop Helps Haiti Mixtape .";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 19:43:00 GMT";
arnews[4] += "
";
arnews[5]="Jay-Z Ft. Bono, The Edge, And Ra
";
arnews[5] += "Jay wrote this real quick,are should i say freestyle this...then perform it. RiRi voice go good on this.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 21:50:19 GMT";
arnews[5] += "
";
arnews[6]="Dorchestera s Sultan swings to his own beats
";
arnews[6] += "MS the Sultan may not be the absolute ruler of a musical kingdom - yet. But the Dorchester beatsmith is making moves that suggest he may one day possess the power his name implies.";
arnews[6] += "
Publ.Date : Mon, 25 Jan 2010 06:55:09 GMT";
arnews[6] += "
";
arnews[7]="This Week in Rap Beef: Rocket Launchers and Velcro Straps
";
arnews[7] += "Surprisingly, we haven't run into that many actual dis tracks since we started tracking the beef weekly.";
arnews[7] += "
Publ.Date : Sat, 23 Jan 2010 00:52:50 GMT";
arnews[7] += "
";
totcount = 8;
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("