var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chamillionaire Announces 'Major Pain'; Reunites With Paul Wall - allhiphop.com
";
arnews[0] += "In lieu of label politics and the current overall state of the music industry, Chamillionaire has decided to drop a new 18-track mixtape entitled Major Pain. Despite a previous declaration not to make any further tapes, Chamillionaire realized that ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:14:00 GMT";
arnews[0] += "
";
arnews[1]="Chamillionaire & Paul Wall Announce Joint Tour - RapBasement.com
";
arnews[1] += "Cham then continued by updating fans on what he's currently doing. \"Just finished signing the first 1,000 MAJOR PAIN cds. Me and my bright ideas. I'm guessing that 75% of my followers have Susan Boyle & Mariah Carey albums considering how many albums ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 21:01:00 GMT";
arnews[1] += "
";
arnews[2]="Chamillionaire Drops Major Pain Mixtape, Announces Tour With Paul Wall - Baller Status
";
arnews[2] += "In the wake of the many Venom album release date delays, Houston rapper Chamillionaire has decided to give fans a does of new music while the wait, in the form of a new mixtape, titled Major Pain . The new 18-track mixtape hit the web Tuesday ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:25:00 GMT";
arnews[2] += "
";
arnews[3]="Chamillionaire & Paul Wall Announce Tour Together - HipHopDX.com
";
arnews[3] += "By 2005, the major label-backed emcees went their seperate ways find gold and platinum success on their own. After some amicability and spot date performances in the last two years, the two announced that they are bringing their reunion to a ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 19:35:00 GMT";
arnews[3] += "
";
arnews[4]="Rapper Chamillionaire To Drop ‘Major Pain’ Mixtape, Paul Wall To ... - HipHopRX.com
";
arnews[4] += "The overall state of the music industry and label politics apparently isn’t stopping Chamillionaire from doing what he wants to do. Chamillionaire says he’s dropping a series of ‘Major Pain’ mixtapes and reconnects with Paul Wall for South By ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 00:07:00 GMT";
arnews[4] += "
";
arnews[5]="Paul Wall & Chamillionaire Terminate Past Beef, Announce Joint Tour - SOHH
";
arnews[5] += "Paul also confirmed the road trip through his Twitter page. \"RT @chamillionaire Its official @chamillionaire & @paulwallbaby are going on tour together @MartyJames what it do let's do another one! RT @rappublicist: @chamillionaire& @paulwallbaby ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 15:24:00 GMT";
arnews[5] += "
";
arnews[6]="Chamillionaire Talks Road Trip W/ Paul Wall, "A Weak Economy Isn't ... - SOHH
";
arnews[6] += "According to Cham, the duo will hit most of the popular southwestern cities . \"The lack of marketing and promo budgets in a weak economy isn't gonna keep me from touring to different cities and releasing music to fans that still demand it,\" he said ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 21:07:00 GMT";
arnews[6] += "
";
totcount = 7;
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("