// JScript source code function getmytext(x) { if (x == 'di') { var html = "Why do people think there is a difference between documentary and feature filmmaking? No art is real; it is all crafted"; return html; } if (x == 'ma') { var html = "How indie film has become a trademark and a brand name. To imitate anyone is to admit that you are not an artist"; return html; } if (x == 'pr') { var html = "Why do reviewers write about Hollywood movies at all? Does the Times Book Review review Harlequin romances?"; return html; } if (x == '911') { var html = "A response written shortly after the events of September 11th"; return html; } if (x == 'fa') { var html = "A press release describing the discovery of one of the lost long prints of John Cassavetes’ Faces"; return html; } if (x == 'cf') { var html = "An interview with Ray Carney about the digital revolution"; return html; } if (x == 'cs') { var html = "Ray Carney talks about the Blues Brothers—Jonathan Rosenbaum and Adrian Martin"; return html; } if (x == 'ca') { var html = "Ray Carney's lectures and personal appearances in other cities"; return html; } if (x == 'nf') { var html = "Up and coming—mainly new (but a few older) artists and works worth looking out for"; return html; } if (x == 'sc') { var html ="Why just because a movie admits of multiple interpretations that doesn't make it a great work of art"; return html; } if (x == 'gs') { var html ="Thoughts by Andrew Bujalski, Donal Foreman, Charles Lyons, and others (including Ray Carney) about the state of the art"; return html; } if (x == 'bu') { var html ="Information about how to obtain packets of essays and interviews with Ray Carney that discuss American independent film"; return html; } }