// JScript source code
function getmytext(x) {
if (x == 'ja') {
var html = "Speaking the language of the soulCarl Dreyer's The Passion of Joan of Arc";
return html;
}
if (x == 'dw') {
var html = "A parable for criticsCarl Dreyer's Day of Wrath, an excerpt from Ray Carney's Speaking the Language of Desire";
return html;
}
if (x == 'or') {
var html = "Thinking in space and timeCarl Dreyer's Ordet, an excerpt from Ray Carney's Speaking the Language of Desire";
return html;
}
if (x == 'ge') {
var html = "A world elsewhereCarl Dreyer's Gertrud, an excerpt from Ray Carney's Speaking the Language of Desire";
return html;
}
if (x == 're') {
var html = "Reviews and responses to Ray Carney's Speaking the Language of Desire: The Films of Carl Dreyer (Cambridge University Press)";
return html;
}
if (x == 'bu') {
var html = "To obtain an essay on The Passion of Joan of Arc and buy Ray Carney's Speaking the Language of Desire";
return html;
}
}