// JScript source code
function getmytext(x) {
if (x == 'ga') {
var html = "A gateway into the Life, Films, and Words sections";
return html;
}
if (x == 'li') {
var html = "A brief overview of Cassavetes' life. My Cassavetes on Cassavetes and Shadows books have more accurate information";
return html;
}
if (x == 'fi') {
var html = "A brief overview of Cassavetes' films. My Cassavetes on Cassavetes and Shadows books have more accurate information";
return html;
}
if (x == 'wo') {
var html = "Quotes about life and art. The Cassavetes on Cassavetes and Adventure of Insecurity sections of the site have more quotes";
return html;
}
if (x == 'ea') {
var html = "A list of events in Cassavetes' early career. Slightly out-of-date. My Cassavetes on Cassavetes and Shadows books have more accurate information.";
return html;
}
if (x == 'ac') {
var html = "John Cassavetes the actoran interview with Ray Carney about Cassavetes' performances on television and film";
return html;
}
if (x == 'ph') {
var html = "Ray Carney talks about the use of photographs in film bookstheir value and limitations";
return html;
}
if (x == 'tv') {
var html = "Cassavetes' work acting and directing for television";
return html;
}
if (x == 'sc') {
var html = "A John Cassavetes and Gena Rowlands scrapbooka photographic record of their early life";
return html;
}
if (x == 'ch') {
var html ="A list of events in the final ten years of Cassavetes' life and the nineteen years following his death (1979 - 2007)";
return html;
}
if (x == 'bi') {
var html ="A Cassavetes bibliography";
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;
}
}