// JScript source code
function getmytext(x) {
if (x == 'hy') {
var html = "The world's most over-rated moviesStar Wars, Citizen Kane, Schindler's Listthe immaturity of value judgment in film criticism";
return html;
}
if (x == 'ho') {
var html = "There's no business like show businessLet's take movies out of the curriculum and treat them like the business deals they are";
return html;
}
if (x == 'mu') {
var html = "Scattershots on multicultural unawarenessconfusing a film's importance with its subject matter";
return html;
}
if (x == 'le') {
var html = "The subjectivization of experiencewhen being replaces of doingMike Leigh's lesson for Hollywood";
return html;
}
if (x == 'al') {
var html = "Modernism for the millionsThe escapist idealizations of Woody Allen's work";
return html;
}
if (x == 'n1') {
var html = "Writing in the DarkWhy reviewers should never be confused with criticsthe distortion of film history by Kael, Canby, Kauffmann, and others";
return html;
}
if (x == 'n2') {
var html = "They never grew upthe pop culture frivolousness of American film reviewingDavid Denby, Elvis Mitchell, and A.O. Scott";
return html;
}
if (x == 'ff') {
var html = "The difference between fake and real emotions in life and in art";
return html;
}
if (x == 'fa') {
var html = "Thoughts on America's culture of commercialism, celebrity, and fashion";
return html;
}
if (x == 'me') {
var html ="What's wrong with the media? Why is the writing on art so banal, so trivial, so bad?";
return html;
}
if (x == 'ab') {
var html ="What are Cassavetes' films about? Not love, romance, or sentimentality";
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 ="Information about how to obtain packets of essays and interviews with Ray Carney that discuss American independent film";
return html;
}
}