var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eminem's 'Refill' due Dec. 21
";
arnews[0] += "Eminem is rebooting plans for the successor to his first studio album in five years, \"Relapse,\" which brought the Detroit rapper back to the top of the national sales chart when it was released in May.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:30 GMT";
arnews[0] += "
";
arnews[1]="UnSung' showcases Zapp Band's funk soul era
";
arnews[1] += "The current \"UnSung\" series takes an in-depth look at the talent and tragedies of Zapp and Roger on Sunday, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:48:59 GMT";
arnews[1] += "
";
arnews[2]="Gangsta... - Snoop Dogg / The-dr...
";
arnews[2] += "As the embodiment of '90s gangsta rap, Snoop Dogg blurred the lines between reality and fiction.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:18:30 GMT";
arnews[2] += "
";
arnews[3]="50 plays it safe
";
arnews[3] += "Since 50 Cent gambled and lost the last time he released an album -- remember the bet with Kanye West over who'd sell more albums? -- he's leaving little to chance.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:52:19 GMT";
arnews[3] += "
";
arnews[4]="Peep This: Dr. Dre & Jimmy Iovine Talk Beats By Dre
";
arnews[4] += "Dr. Dre made a rare appearance yesterday in New York City to introduce Club Beats, a new joint venture with Interscope Records and Best Buy that allows consumers the chance to sample the latest audio, entertainment and technology products at Best Buy locations.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:18:25 GMT";
arnews[4] += "
";
arnews[5]="50 Cent plays it safe on new CD
";
arnews[5] += "Since 50 Cent gambled and lost the last time he released an album -- remember the bet with Kanye West over who'd sell more albums? -- he's leaving little to chance.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:15: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("