// JScript source code
function getmytext(x) {
if (x == 'pr') {
var html = "Critics on CarneyA sampling of journalistic opinion about Ray Carney's life and work";
return html;
}
if (x == 'ov') {
var html = "Career OverviewA summary of Ray Carney's teaching, publications, and speaking engagements in film and American studies";
return html;
}
if (x == 'pg') {
var html = "Reviews and responses to Ray Carney's The Films of John Cassavetes: Pragmatism, Modernism, and the Movies (Cambridge) ";
return html;
}
if (x == 'ca') {
var html = "Reviews and responses to Ray Carney's Cassavetes on Cassavetes (Faber and Faber/Farrar, Straus and Giroux)";
return html;
}
if (x == 'sh') {
var html = "Reviews and responses to Ray Carney's book on the making of Shadows (British Film Institute/University of California Press)";
return html;
}
if (x == 'cp') {
var html = "Reviews and responses to Ray Carney's American Vision: The Films of Frank Capra (Wesleyan University Press)";
return html;
}
if (x == 'le') {
var html = "Reviews and responses to Ray Carney's The Films of Mike Leigh: Embracing the World (Cambridge)";
return html;
}
if (x == 'dr') {
var html = "Reviews and responses to Ray Carney's Speaking the Language of Desire: The Films of Carl Dreyer (Cambridge)";
return html;
}
if (x == 'dg') {
var html = "Reviews and responses to Ray Carney's American Dreaming (California), the first book on Cassavetes in any language.";
return html;
}
if (x == 'sy') {
var html = "Selected syllabi from Ray Carney's courses in film and American studies at Boston University";
return html;
}
if (x == 'bo') {
var html ="The Boston University Film Studies program and an article raising questions about how film studies is taught";
return html;
}
if (x == 're') {
var html ="A partial listing of Ray Carney's writingfor more information see the Bibliography in the John Cassavetes' Life and Work section of the site";
return html;
}
if (x == 'ma') {
var html ="Letters from students and artists, announcements of screenings and events, and notes on life and art by Ray Carney";
return html;
}
if (x == 'in') {
var html ="Excerpts from interviews with Ray Carney about his background and education";
return html;
}
if (x == 'bu') {
var html ="BookstoreInformation on how to obtain books, essays, and interviews with Ray Carney about art, film, and life";
return html;
}
}