// JScript source code
function getmytext(x) {
if (x == 'pr') {
var html = "A press release describing Ray Carney's John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'fa') {
var html = "FacesExcerpts from Ray Carney's John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'na') {
var html = "Excerpts from Ray Carney's interview with Michael Fitzhenry about non-intellectual art";
return html;
}
if (x == 'cr') {
var html = "How to (or how not to) preserve a legacy: Rowlands's caretaking of Cassavetes' work - a 2008 interview with Ray Carney";
return html;
}
if (x == 'wo') {
var html = "A Woman Under the InfluenceExcerpts from Ray Carney's John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'jo') {
var html = "Rowlands's control of what is written about Cassavetes and her retaliation against scholars who try to tell the truth";
return html;
}
if (x == 'on') {
var html = "Opening NightExcerpts from Ray Carney's John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'ls') {
var html = "Love StreamsExcerpts from Ray Carney's John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'fi') {
var html = "The film and video situation with respect to Cassavetes' workalternate prints, cut prints, bad prints";
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 John Cassavetes: The Adventure of InsecurityA Pocket Viewing Guide";
return html;
}
if (x == 'bu') {
var html ="To buy books and essays that discuss Cassavetes' life and work";
return html;
}
}