var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Diana Krall - Chicago Tribune
"; arnews[0] += "Today is Monday, Nov. 16, the 320th day of 2009. There are 45 days left in the year. Today's Highlight in History: On Nov. 16, 1959, the Rodgers and Hammerstein musical \"The Sound of Music,\" inspired by the real-life story of the Trapp Family Singers"; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:50:00 GMT"; arnews[0] += "
"; arnews[1]="Portrait of the artist: Diana Krall, jazz musician - The Guardian
"; arnews[1] += "My family. My dad's mum and dad were coal-miners; they had a piano, and loved music like Fats Waller. Then on my mother's side, there were 10 kids, all Lutherans – so I had the whole Lutheran hymn influence on top of that. What was your big ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 11:20:00 GMT"; arnews[1] += "
"; arnews[2]="Diana Krall The Very Best Of 2008 Chinese 2 disc CDDVD set GE0035C - Zimbio
"; arnews[2] += "DIANA KRALL The Very Best Of 2008 official Chinese Universal limited edition 2 disc set comprised of 15 track CD album compiling the best work from the legendary jazz singer includes 3 previously unreleased recordings plus bonus All Region NTSC DVD ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:32:00 GMT"; arnews[2] += "
"; arnews[3]="On the wrong side of the jazz/funk taste - bud? - Sri Lanka Sunday Times
"; arnews[3] += "Jazz, like tobacco, is best taken in moderation, amidst good company, and on warm evenings. But with the proper ratio of all the aforementioned (as well as improper and totally irrational quantities of alcohol), I figured the Mount Lavinia Jazz ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:15:00 GMT"; arnews[3] += "
"; arnews[4]="Celebrity birthdays on Nov. 17 - Miami Herald
"; arnews[4] += "Actor Steve Railsback is 64. Actor David Leisure ( Empty Nest ) is 59. Actress Marg Helgenberger ( CSI ) is 51. Jazz singer Diana Krall is 45. Actress Lisa Bonet is 42. Actress Martha Plimpton is 39. Actress Maggie Gyllenhaal is 32. Actor Noah Gray ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 06:05:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");