var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="South Pacific en route to Toronto
"; arnews[0] += "Andrew Samonsky, left, and Laura Osnes are shown in a scene from the Lincoln Center Theater revival of Rodgers and Hammerstein's South Pacific in New York."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:28:03 GMT"; arnews[0] += "
"; arnews[1]="South Pacific en route to Toronto
"; arnews[1] += "Andrew Samonsky, left, and Laura Osnes are shown in a scene from the Lincoln Center Theater revival of Rodgers and Hammerstein's South Pacific in New York."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:28:03 GMT"; arnews[1] += "
"; arnews[2]="seven, seven, seven, seven, SEVEN
"; arnews[2] += "His loyal moll, Bonnie Parker, may never have shot anyone. But as one of their cohorts in the Barrow gang said, \"She was one hell of a loader.\" The notorious 1930s bank robbers were transformed into mythical outlaw lovers by director Arthur Penn, actor-producer Warren Beatty and screenwriters David Newman and Robert Benton in the 1967 film \"Bonnie ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:31:31 GMT"; arnews[2] += "
"; arnews[3]="The big score: - Bonnie and Clyde'
"; arnews[3] += "Sunday, November 15, 2009 at 2:34 a.m. In the 1967 movie \"Bonnie and Clyde,\" the title's two cocky outlaws memorably voice a chipper mission statement: \"We rob banks.\" Composer Frank Wildhorn may have taken a cue from the doomed duo's zest for adventure in his own assault on the vaults for the world-premiere production of \"Bonnie and Clyde,\" which ..."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 11:18:07 GMT"; arnews[3] += "
"; arnews[4]="'Bonnie & Clyde' now a musical at the LJ Playhouse
"; arnews[4] += "Clyde Barrow and Bonnie Parker take a moment to reflect in La Jolla Playhouse's world-premiere musical 'Bonnie & Clyde' Photo: Craig Schwartz The rehearsal hall of the La Jolla Playhouse was easily transformed back to the Depression era last week when critics were invited to take a peek at rehearsals for the world-premiere musical \"Bonnie & Clyde.\" ..."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00: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("
");