var arnews = new Array(7); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Noisettes frontwoman wants to team up with Dizzee Rascal again - Daily Record
"; arnews[0] += "Dan, whose dad is Scottish, is working with Sting's daughter Coco on her new album, while Jamie appears on KT Tunstall's new record. Shingai told the Razz: \"I'd like to do more with Dizzee. I definitely see a future collaboration happening. \""; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:34:00 GMT"; arnews[0] += "
"; arnews[1]="Lego Rock Band - The Guardian
"; arnews[1] += "Thrash metal is notable by its absence and, instead, you've got crowdpleasers, mainstream rock and straightforward pop, from Queen to KT Tunstall, via the likes of Tom Petty, Bon Jovi, Lostprophets and the Ghostbusters theme. They've clearly missed a ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT"; arnews[1] += "
"; arnews[2]="6 questions for Shirley Bassey - BusinessWorld Online
"; arnews[2] += "But on Nov. 9 in the United Kingdom, Geffen/Universal released The Performance , produced by James Bond soundtrack master David Arnold and featuring songs predominantly custom-written for her by Take That’s Gary Barlow, the Pet Shop Boys, Rufus ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:02:00 GMT"; arnews[2] += "
"; arnews[3]="Daryl Hall & John Oates: Live at the Troubadour - - The Celebrity Cafe.com
"; arnews[3] += "Thirty-five years since Daryl Hall and John Oates last performed at the Los Angeles Troubadour as an opening act, they returned in May of 2008 for two nights where they delighted fans with a nonstop barrage of unforgettable hits. On November 25 Shout ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");