var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CORINNE BAILEY RAE VIDEOS - Contactmusic.com
";
arnews[0] += "CORINNE BAILEY RAE is slowly recovering from the devastation of losing her husband - but admits she is \"surprised\" when she feels happy. The British soul singer stepped out of the spotlight after 31-year-old saxophonist Jason Rae was found dead in ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[0] += "
";
arnews[1]="Corinne Bailey Rae - Rolling Stone
";
arnews[1] += "With a 2006 debut that showed off her fluttery, Billie Holiday-inflected wine-bar soul, Corinne Bailey Rae gave a boost to the U.K. export industry in women singer-songwriters, earning Grammy nods and an A-list career. Then her husband died of an ...";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="Corinne Bailey Rae heals with music - Dubuque Telegraph Herald
";
arnews[2] += "NEW YORK -- In the months after her husband died, Corinne Bailey Rae was fixated on the grieving process -- specifically, whether there is a right and a wrong way to mourn. It's not as if Rae acted inappropriately after the death of Jason Rae from a ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT";
arnews[2] += "
";
arnews[3]="Album Review: Corinne Bailey Rae - The Sea - Consequence of Sound
";
arnews[3] += "The singer’s original success came on the back of a sweetly effervescent pop personality stylishly delivering great tunes. She was hardly the typical pop princess, though, nor the wasted wannabe. Rather her fresh and accessible jazz-soul style had ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 07:52:00 GMT";
arnews[3] += "
";
arnews[4]="Talking Shop: Corinne Bailey Rae - BBC Entertainment
";
arnews[4] += "Soul singer Corinne Bailey Rae was riding a wave of success with breezy singles like Put Your Records On and Like A Star when her husband suddenly in 2008. Scottish-born Jason Rae, 31, had taken an accidental overdose of methadone and alcohol. His ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:19:00 GMT";
arnews[4] += "
";
arnews[5]="Album Charts: 'Hope For Haiti' Compilation Slips To #2, Corinne Bailey ... - Baller Status
";
arnews[5] += "Most of the usual suspects were on this week's Billboard 200. Aside from new pop releases, and a new album from Corinne Bailey Rae, most of the top tier includes previously released albums. In at no. 6 was Michael Jackson's This Is It which jumped 11 ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 10:22: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("