var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AC/DC, MJ, Miles Davis, Def Jam and more box sets - Oakland Press
";
arnews[0] += "The essence of a box set is great packaging, lots of swag and hard-to-find content. All that is here on the latest AC/DC box set. The high-end version comes in a box made to look like a road-worn amplifier, complete with AC/DC logo. But look — the ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 11:19:00 GMT";
arnews[0] += "
";
arnews[1]="Album Review: Rick Ross-Deeper Than Rap - Examiner
";
arnews[1] += "Turns out, Rick was confident for a reason. Deeper Than Rap will shock a few people who are expecting redundant material from the Miami native who is known to babble on tracks about his supposed criminal history; in fact, the album is full of songs ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="MJ, Def Jam, AC/DC box sets out for holidays - MSNBC
";
arnews[2] += "The essence of a box set is great packaging, lots of swag and hard-to-find content. All that is here on the latest AC/DC box set. The high-end version comes in a box made to look like a road-worn amplifier, complete with AC/DC logo. But look — the ...";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 19:48:00 GMT";
arnews[2] += "
";
arnews[3]="Various Artists - Pitchfork
";
arnews[3] += "There's an interview with Curtis Mayfield on Rhino's 2xCD reissue of his Super Fly soundtrack that puts the contradictions of blaxploitation cinema's relationship with soul music into sharp, clear terms. \"For film, I usually would follow a script ...";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 07:10:00 GMT";
arnews[3] += "
";
arnews[4]="Tis the season for box sets: AC/DC, Miles Davis, Def Jam, and more - News1130.com
";
arnews[4] += "The essence of a box set is great packaging, lots of swag and hard-to-find content. All that is here on the latest AC/DC box set. The high-end version comes in a box made to look like a road-worn amplifier, complete with AC/DC logo. But look - the ...";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 23:30:00 GMT";
arnews[4] += "
";
arnews[5]="AC/DC, Miles Davis kick off box set season; also releases from Michael ... - San Francisco Examiner
";
arnews[5] += "The essence of a box set is great packaging, lots of swag and hard-to-find content. All that is here on the latest AC/DC box set. The high-end version comes in a box made to look like a road-worn amplifier, complete with AC/DC logo. But look — the ...";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 18:23:00 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("