var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sade's usual sultry tempo slows to a crawl
";
arnews[0] += "Sade: Soldier Of Love Sade has made a very healthy career singing smooth jazz-pop and neo R&B that is almost always described as - sultry' with hits such as Smooth Operator, Sweetest Taboo and Paradise.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:05:08 GMT";
arnews[0] += "
";
arnews[1]="Music News: Sade, Hot Chip, Massive Attack, kd lang, Pretenders
";
arnews[1] += "The editors of Modern Tonic - a free daily email that serves up eclectic pop-culture picks with a homo slant - present a weekly music update here on Towleroad.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:11:00 GMT";
arnews[1] += "
";
arnews[2]="Bailey Rae finds bouts of happiness 'strange'
";
arnews[2] += "HOME > NEWS / SHOWBIZ > SHOWBIZ > Bailey Rae finds bouts of happiness 'strange' SHOWBIZ CORINNE BAILEY RAE is slowly recovering from the devastation of losing her husband - but admits she is \"surprised\" when she feels happy.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:40:04 GMT";
arnews[2] += "
";
arnews[3]="Top Sellers at Area Record Stores: Week of February 1
";
arnews[3] += "Euclid Records is switching computer systems this week, so we only have Vintage Vinyl's top sellers.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bailey Rae 'felt no pressure to top debut'
";
arnews[4] += "Corinne Bailey Rae has said that she does not feel any commercial pressure because of the success of her self-titled debut album.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:25:13 GMT";
arnews[4] += "
";
arnews[5]="Corinne Bailey Rae
";
arnews[5] += "Corinne Bailey Rae has just stormed back into the charts with her second album The Sea .";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("