// JScript source code
function getmytext(x) {
if (x == 'sh') {
var html = "ShadowsExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'fa') {
var html = "FacesExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'hu') {
var html = "HusbandsExcerpts from Ray Carney's John Cassavetes: The Adventure of Insecurity";
return html;
}
if (x == 'ma') {
var html = "Minnie and MoskowitzExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'wo') {
var html = "A Woman Under the InfluenceExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'bo') {
var html = "The Killing of a Chinese BookieExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'on') {
var html = "Opening NightExcerpts from Ray Carney's John Cassavetes: The Adventure of Insecurity";
return html;
}
if (x == 'ls') {
var html = "Love StreamsExcerpts from Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'nc') {
var html = "A new kind of art where the artist explores the meaning of his own life and experience";
return html;
}
if (x == 'rc') {
var html ="Ray Carney talks about researching his books and the errors in previous scholarship";
return html;
}
if (x == 'ab') {
var html ="What are Cassavetes' films about? Not love, romance, or sentimentality";
return html;
}
if (x == 're') {
var html ="Reviews and responses to Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies";
return html;
}
if (x == 'bu') {
var html ="To buy books and essays by Ray Carney that discuss Cassavetes' life and work";
return html;
}
}