var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="I've had it with going on stage, says Dame Shirley
"; arnews[0] += "DAME Shirley Bassey has revealed she can't read a note of music - and would be happy if she never had to perform live again."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:58:25 GMT"; arnews[0] += "
"; arnews[1]="Dame Shirley still has a voice to Dai for
"; arnews[1] += "Your account has been frozen . For your available options click the below button."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:26:42 GMT"; arnews[1] += "
"; arnews[2]="Jools Holland - the boogie man
"; arnews[2] += "IT is no surprise to hear that Jools Holland's earliest memory is listening to his uncle playing boogie woogie on the piano."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:30:00 GMT"; arnews[2] += "
"; arnews[3]="Music news: Noisettes frontwoman wants to team up with Dizzee Rascal again
"; arnews[3] += "THE Noisettes are the new kings of collaboration after all three members revealed they are working on projects with other artists."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[3] += "
"; arnews[4]="Interview: Hana Sutherland, make-up artist
"; arnews[4] += "'IF ANYONE from my old school reads this they'll laugh,\" smiles Hana Sutherland."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Lego Rock Band
"; arnews[5] += "Someone at Lego really deserves a bonus. They're not the most obvious toy company to embrace the world of video gaming but not only have they done it, they've done it well and continue to put their own highly endearing spin on family gaming."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:37:48 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("
");document.write("
");