var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PHOTO CALL: Bonnie & Clyde at La Jolla Playhouse - Playbill
";
arnews[0] += "Tony Award nominee Stark Sands and Broadway's Laura Osnes are the notorious American crime couple of Bonnie & Clyde , making its world premiere at the La Jolla Playhouse. Opening night is Nov. 22. Performances continue to Dec. 20 in the Playhouse's ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 16:51:00 GMT";
arnews[0] += "
";
arnews[1]="The big score: ‘Bonnie and Clyde’ - San Diego Union-Tribune
";
arnews[1] += "Clyde Barrow (Stark Sands) and Bonnie Parker (Laura Osnes) steal a snuggle in the Playhouse's new musical. In the 1967 movie “Bonnie and Clyde,” the title’s two cocky outlaws memorably voice a chipper mission statement: “We rob banks ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 16:59:00 GMT";
arnews[1] += "
";
totcount = 2;
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("