// JScript source code
function getmytext(x) {
if (x == 'sh') {
var html = "No ExitA 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 VelocityAn essay by Ray Carney surveying the major works of beat filmmaking";
return html;
}
if (x == 'sc') {
var html = "The beat goes onA 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;
}
}