var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kanye West, Drake, Wayne Refill Eminem's Relapse - Vibe
";
arnews[0] += "Kanye West, Drake and Lil Wayne join Eminem on the unexpected and revamped edition of Eminem's 2009 effort \"Relapse: Refill\". Set to be released ahead of the anticipated follow up, \"Relapse 2,\" \"Relapse: Refill\" features five never heard before ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:46:00 GMT";
arnews[0] += "
";
arnews[1]="Eminem adds bonus tracks for 'Relapse: Refill' release - Detroit News
";
arnews[1] += "Eminem is re-relapsing. The Detroit rapper is re-releasing his 2009 album \"Relapse\" on Dec. 21, his record label, Interscope Records, announced Thursday. \"Relapse: Refill\" will include the full \"Relapse\" album, as well as seven bonus tracks. Among ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Eminem Expanding, Re-releasing "Relapse" Album - Oakland Press
";
arnews[2] += "Eminem is indeed putting out a second album this year -- just not the one we expected. Rather than \"Relapse 2,\" a full set of all-new material the Detroit rapper had said he'd release in late 2009, Eminem is delivering \"Relapse: Refill,\" an expanded ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[2] += "
";
arnews[3]="Eminem Says ‘Relapse 2’ Now Will Come Out In 2010 - POLLSTAR
";
arnews[3] += "Relapse , the Detroit rapper’s first original studio album in more than four years, debuted at No. 1 on the Billboard Top 200 chart in May and eventually went platinum. The plan then was to release a follow-up disc, entitled Relapse 2 , in the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:05:00 GMT";
arnews[3] += "
";
arnews[4]="Eminem’s AMA Performance Revealed - Rap-up.com
";
arnews[4] += "Spoiler alert: If you don’t want to know what Eminem will be performing at tomorrow’s American Music Awards, read no further. Rap-Up.com has learned that Slim Shady will tear up the stage on Sunday with “Crack a Bottle” and “Forever.” Don ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:00:00 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("