// JScript source code function getmytext(x) { if (x == 'sh') { var html = "No Exit—A comparison of John Cassavetes' Shadows with Robert Frank's Pull My Daisy (also see the Shadows section of the site)"; return html; } if (x == 'wh') { var html = "Escape Velocity—An essay by Ray Carney surveying the major works of beat filmmaking"; return html; } if (x == 'sc') { var html = "The beat goes on—A comprehensive annotated screening list of the beat movement on film "; return html; } if (x == 'bu') { var html ="Information about Ray Carney's writing on the beat movement and more recent American independent film"; return html; } }