var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music News: Monica Reveals Still Standing Cover + Album News
";
arnews[0] += "Monica finally reveals the album cover for her hotly anticipated sixth studio album, Still Standing .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:06:38 GMT";
arnews[0] += "
";
arnews[1]="... - Timbaland / Justin Timberl...
";
arnews[1] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:45:44 GMT";
arnews[1] += "
";
arnews[2]="Say Somethin... - Timbaland / Dr...
";
arnews[2] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:33:22 GMT";
arnews[2] += "
";
arnews[3]="Emmy & Mihran Devote Their Song To Michael Jackson's Memory
";
arnews[3] += "From : Mihran Keheyian Date : Tue, 9 Feb 2010 11:48:38 +0400 EMMY & MIHRAN DEVOTE THEIR SONG TO MICHAEL JACKSON'S MEMORY Noyan Tapan Feb 8, 2010 SACRAMNETO, FEBRUARY 8, NOYAN TAPAN-ARMENIANS TODAY.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:36:27 GMT";
arnews[3] += "
";
arnews[4]="Queen Of Denmark Takes On Missy Elliott In Logo Dispute
";
arnews[4] += "Missy Elliott's line of clothing Respect ME with sports giant adidas, hit a bump in the road - courtesy of the Queen of Denmark.";
arnews[4] += "
Publ.Date : Thu, 10 Feb 2005 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Way I ... - Timbaland / Keri...
";
arnews[5] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:04:30 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("