var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ultra Sound
"; arnews[0] += "BIG CD: NELLY FURTADO LOOSE: THE CONCERT Overview An album that charts Furtado's progress and now confident identity."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:15:30 GMT"; arnews[0] += "
"; arnews[1]="AMAs rehearsals: Sneaking a peek
"; arnews[1] += "After Thursday's Glambert explosion on the American Music Awards rehearsal stage - you can read my interviews with the Idol star here - Friday's run-throughs were going to have a lot of catching up to do."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:55:47 GMT"; arnews[1] += "
"; arnews[2]="Will Farrell tops list of overpaid stars
"; arnews[2] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 GMT"; arnews[2] += "
"; arnews[3]="Whodunit? OCAD Mystery Art Sale
"; arnews[3] += "416-977-6000 http://www.ocad.ca With all pieces priced at $75, this is the bargain art event of the year."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:40:37 GMT"; arnews[3] += "
"; arnews[4]="Music: This week's single releases
"; arnews[4] += "The cat's whiskers: Lady Gaga in typically understated garb. PICK OF THE WEEK Lady Gaga Bad Romance Baroness von Sparkytits has spent most of 2009 working on that reverse backlash, bringing haters around to the philosophy of Gaga."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:07:20 GMT"; arnews[4] += "
"; arnews[5]="Interview With Tiesto: We Call Him Cheesesto, But Not To His Face
"; arnews[5] += "Dance music has infiltrated deeper into pop than ever. From Lady Gaga to the Black Eyed Peas, the sound of electronic grooves is unavoidable."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:52:52 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("
");