// JScript source code
function getmytext(x) {
if (x == 'hon') {
var html = "Frank Capra's It Happened One Nightexcerpts from Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'md') {
var html = "Frank Capra's Mr. Deeds Goes to Townexcerpts from Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'ms') {
var html = "Frank Capra's Mr. Smith Goes to Washingtonexcerpts from Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'mjd') {
var html = "Frank Capra's Meet John Doeexcerpts form Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'wl') {
var html = "Frank Capra's It's a Wonderful Lifeexcerpts from Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'cf') {
var html = "The limitations of Cultural Studies approaches to Frank Capra's workthe introduction to Ray Carney's Capra book";
return html;
}
if (x == 'me') {
var html = "Frank Capra and Norman Rockwellall the difference in the worlda memorial essay written when Capra died";
return html;
}
if (x == 're') {
var html = "Reviews and responses to Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
if (x == 'bu') {
var html = "How to obtain Ray Carney's American Vision: The Films of Frank Capra";
return html;
}
}