// JScript source code
function getmytext(x) {
if (x == 'pr') {
var html = "A Press release about Ray Carney's book on the making of John Cassavetes’ Shadows''A masterpiece of improvisation?''";
return html;
}
if (x == 'im') {
var html = "Fake improvisationExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'ac') {
var html = "Acting as playingExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'au') {
var html = "Autobiographical filmmakingExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'lo') {
var html = "Fake locationsExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'in') {
var html = "Radical individualismExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'eh') {
var html = "A democratic narrativeExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'bi') {
var html = "Non-ideological understandingExcerpts from Ray Carney's book on the making of John Cassavetes’ Shadows";
return html;
}
if (x == 'tv') {
var html = "A table comparing the 1958 and 1959 versions of John Cassavetes’ Shadows";
return html;
}
if (x == 'pm') {
var html ="A comparison of John Cassavetes’ Shadows with Robert Frank and Alfred Leslie’s Pull My Daisy";
return html;
}
if (x == 'bb') {
var html ="The book bizRay Carney talks about film book publishing and the changes a book undergoes before it gets into print";
return html;
}
if (x == 're') {
var html ="Reviews and responses to Ray Carney's book on John Cassavetes’ Shadows";
return html;
}
if (x == 'bu') {
var html ="To buy books and essays by Ray Carney that discuss Cassavetes' life and work";
return html;
}
if (x == 'ne') {
var html ="Flash! News! After 17 years of searching, Ray Carney finds the long lost first version of Shadows";
return html;
}
}