var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exiles
";
arnews[0] += "Playwright Carlos Lacamara's drama puts a powerful human face on the Mariel boat lift, Fidel Castro's mean joke of 1980, when Cuban-Americans were invited to come to Cuba to fetch their loved ones, to take them to the Land of Opportunity but were instead subjected to a painful bait and switch.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:36:38 GMT";
arnews[0] += "
";
arnews[1]="Stage Raw: Stage Door
";
arnews[1] += "This week's THEATER FEATURE On Bobrauschenbergamerica and Orpheus Descendi ng NEW REVIEW GO STAGE DOOR a Photo by Kelsey Edwards In 1936, when Edna Ferber and George S. Kaufman's comedy and homage to The Theater showed the divide between the legit stage and the vulgar movie biz in Hollywood , the authors were playing off an East Coast/West coast ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:13:18 GMT";
arnews[1] += "
";
arnews[2]="Exiles
";
arnews[2] += "The Mariel Boatlift of 1980 seems, to some of us at least, a world and a lifetime away.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 22:29:48 GMT";
arnews[2] += "
";
totcount = 3;
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("