var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="New Music
"; arnews[0] += "NORAH JONES / The Fall Norah Jones ditches her old band, and most of her trademark piano playing, for her latest release The Fall ."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:42:02 GMT"; arnews[0] += "
"; arnews[1]="SuBo's Dream Debut At Top Of Amazon Charts
"; arnews[1] += "Susan Boyle has made Amazon's Christmas dreams come true, with her new album becoming the online retailer's largest ever pre-ordered CD."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:14:48 GMT"; arnews[1] += "
"; arnews[2]="Norah Jones working with indie-rock producer Jacquire King on CD
"; arnews[2] += "New York -- Indie-rock producer Jacquire King had long been an admirer of Norah Jones' smoky, seductive voice, but the man behind acclaimed albums from Kings of Leon to Tom Waits never thought the two would ever inhabit the same musical orbit, let alone work together on a CD."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Susan Boyle's Debut Recording, 'I Dreamed A Dream', Becomes Amazon...
"; arnews[3] += "Thursday, November 19, 2009; Posted: 09:11 AM - by BWW News Desk Amazon.com, Inc."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:17:55 GMT"; arnews[3] += "
"; arnews[4]="A Record Store Joke
"; arnews[4] += "\"...Our customers have spoken loud and clear. They love their CDs and they love purchasing them from indie record stores."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Chris T-T returns with March tour
"; arnews[5] += "Increasingly influential cult singer Chris T-T returns in spring 2010 with the release of his new album Love Is Not Rescue."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:59:15 GMT"; arnews[5] += "
"; arnews[6]="People in the news - Nov. 23, 2009
"; arnews[6] += "People listings are free. Information must be submitted at least 11 days before the Monday issue in which it is to appear."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:21:26 GMT"; arnews[6] += "
"; arnews[7]="Boyle sets record
"; arnews[7] += "HIGHLY ANTICIPATED: The upcoming debut album by Susan Boyle has become the largest global CD pre-order in the history of Amazon."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 06:30:32 GMT"; arnews[7] += "
"; arnews[8]="Exorcising 'Snorah'
"; arnews[8] += "Fame made her \"uncomfortable\" and touring left her burnt out, but now she's back better than ever."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 05:41:57 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");