// JScript source code
function getmytext(x) {
if (x == 'ne') {
var html = "Ray Carney's forthcoming bookThe Real Independent Movement: Beyond the Hype";
return html;
}
if (x == 'in') {
var html = "The real history (as opposed to the media's version) of the first thirty years of American independent filmmaking";
return html;
}
if (x == 'kr') {
var html = "The films of Robert Kramerone of the great masters of American film, a missing chapter in the film history books";
return html;
}
if (x == 'ow') {
var html = "An interview with Ray Carney about writing on independent film";
return html;
}
if (x == 'ot') {
var html = "An interview with Ray Carney about teaching independent film in the university classroomNew ways of seeing, knowing, feeling";
return html;
}
if (x == 'ov') {
var html = "An interview with Ray Carney about audiencesThe viewer is not always right ";
return html;
}
if (x == 'it') {
var html = "Why intellectuals don't understand artArt's ways of knowing are different from academia's ";
return html;
}
if (x == 'fe') {
var html = "Our culture of celebrityThe idiocy of inviting movie stars to talk about the film's they were in";
return html;
}
if (x == 'pb') {
var html = "The problems with PBS and NPRCharlie Rose, Fresh Air, All Things Considered, and other yuppie approaches to art";
return html;
}
if (x == 'jo') {
var html ="The irresponsibility of American journalismServants of the public interest or spokesmen for corporate interests?";
return html;
}
if (x == 'fc') {
var html ="An oxymoron: Film CultureThe worship of money, power, and celebrity in American culture ";
return html;
}
if (x == 'bu') {
var html ="Information about how to obtain three packets of essays and interviews with Ray Carney that discuss American independent film";
return html;
}
}