// JScript source code function getmytext(x) { if (x == 'am') { var html = "Ray Carney's American Dreaming: The Films of John Cassavetes and the American Experience. The first book on Cassavetes"; return html; } if (x == 'au') { var html = "Ray Carney's John Cassavetes: Autoportraits. A lavishly illustrated coffee-table book"; return html; } if (x == 'po') { var html = "'Special John Cassavetes Issue' of Post Script Magazine, guest edited by Ray Carney"; return html; } if (x == 'fi') { var html = "Film Comment's memorial tribute to Cassavetes' life and work—Ray Carney's 'Complex Characters' and 'Unfinished Business'"; return html; } if (x == 'na') { var html = "The 1989 eleven-city national tour of the complete films and the souvenir program Ray Carney created"; return html; } if (x == 'mi') { var html = "The 1997 four-city touring retrospective and the souvenir program Ray Carney created for Miramax"; return html; } if (x == 'in') { var html = "John Cassavetes: Interviews, edited by Ray Carney, forthcoming from the University of Mississippi Press"; return html; } if (x == 'ke') { var html = "Ray Carney's award-winning Kenyon Review memorial essay—'The best essay of the year by a younger scholar'"; return html; } if (x == 'dv') { var html = "Ray Carney's liner notes for the Pioneer DVD release of Cassavetes' work"; return html; } if (x == 'ot') { var html ="Other writing by Ray Carney about John Cassavetes, including the Sundance Film Festival essay and Magill's Survey of Cinema essays"; return html; } if (x == 'pr') { var html ="Why professors are the last to know—the forces that control and shape discussion of the arts in America"; 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 that discuss Cassavetes' life and work"; return html; } }