var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Norah Jones Going Country? Willie Nelson Duet - Post Chronicle
";
arnews[0] += "Norah Jones dreams of indulging her life-long love of country music - by making a \"full-on\" album dedicated to her favourite genre. The singer, who spent most of her childhood in Texas, recently recorded a duet with Willie Nelson for the veteran ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:34:00 GMT";
arnews[0] += "
";
arnews[1]="Norah Jones interview - Daily Telegraph
";
arnews[1] += "I’ll take the fatty breakfast,’ says Norah Jones. 'I love eggs so much. I feel like my day hasn’t started until I’ve had eggs. I’m probably gonna die from high cholesterol!’ Either that, or from stomach ulcers caused by the hot sauce the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:19:00 GMT";
arnews[1] += "
";
arnews[2]="Norah Jones: 'I'm kind of ballsy' - Digital Spy
";
arnews[2] += "Norah Jones has said that she considers herself to be a \"ballsy\" personality. The 26-year-old singer-songwriter told The Daily Telegraph that she became tougher after an old collaborator put out some early songs she had hoped would remain unreleased ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:00:00 GMT";
arnews[2] += "
";
arnews[3]="Beyoncé Makes History with Six GRAMMY® Wins - The Most by a Female ... - Yahoo Finance
";
arnews[3] += "SANTA MONICA, Calif.--(BUSINESS WIRE)--At this year's 52nd Annual GRAMMY ® Awards on Jan. 31, Beyoncé set a new record for most wins by a female in a single awards year, walking away with six GRAMMY Awards. The previous record holders for female ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 GMT";
arnews[3] += "
";
arnews[4]="Norah Jones Wants to Record Country Album - AceShowbiz
";
arnews[4] += "And Jones admits she's been inspired to fulfill her own musical ambitions by going country. She says, \"I love country music. If I listen to Willie Nelson or Hank Williams I feel at home all of a sudden. I'd love to make a full-on country record ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:10:00 GMT";
arnews[4] += "
";
arnews[5]="Norah Jones Going Country? - Cinema Blend
";
arnews[5] += "Norah Jones dreams of indulging her life-long love of country music - by making a \"full-on\" album dedicated to her favorite genre. The singer, who spent most of her childhood in Texas, recently recorded a duet with Willie Nelson for the veteran ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00: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("