// JScript source code
function getmytext(x) {
if (x == 'pr') {
var html = "A press release describing the contents and listing topics covered in Ray Carney's Cassavetes on Cassavetes book";
return html;
}
if (x == 'in') {
var html = "The introduction to Cassavetes on Cassavetes: A Life in ArtThe autobiography Cassavetes never lived to write";
return html;
}
if (x == 'hu') {
var html = "The making of HusbandsExcerpts from Ray Carney's Cassavetes on Cassavetes book";
return html;
}
if (x == 'sh') {
var html = "The making of ShadowsExcerpts from Ray Carney's Cassavetes on Cassavetes book";
return html;
}
if (x == 'wo') {
var html = "The making of A Woman Under the InfluenceExcerpts from Ray Carney's Cassavetes on Cassavetes book";
return html;
}
if (x == 'gl') {
var html = "The making of GloriaExcerpts from Ray Carney's Cassavetes on Cassavetes book";
return html;
}
if (x == 'pu') {
var html = "Ray Carney talks with Jim McKay about the time and effort it took to get his three Cassavetes books into print";
return html;
}
if (x == 'ca') {
var html = "A New ExperienceOh, no! Anything but that! The critical resistance to Cassavetes' work";
return html;
}
if (x == 'pe') {
var html = "Ray Carney talks with Jake Mahaffy about the man behind the filmsCassavetes as a person";
return html;
}
if (x == 're') {
var html ="Reviews and responses to Ray Carney's Cassavetes on Cassavetes bookaccording to Harmony Korine: The best film book ever written.";
return html;
}
if (x == 'ab') {
var html ="What are Cassavetes' films about? Not love, romance, or sentimentality";
return html;
}
if (x == 'rq') {
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 that discuss Cassavetes' life and work";
return html;
}
}