// JScript source code
function getmytext(x) {
if (x == 'bm') {
var html = "Read an essay on Bleak Moments excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'ko') {
var html = "Read an essay on Kiss of Death excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'ni') {
var html = "Read an essay on Nuts in May excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'ap') {
var html = "Read an essay on Abigail's Party excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'gp') {
var html = "Read an essay on Grown-Ups excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'hs') {
var html = "Read an essay on Home Sweet Home excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'mt') {
var html = "Read an essay on Meantime excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'hh') {
var html = "Read an essay on High Hopes excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'li') {
var html = "Read an essay on Life is Sweet excerpted from Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'ic') {
var html ="The problem with cultural and ideological approaches to Leigh's work";
return html;
}
if (x == 're') {
var html ="Reviews and responses to Ray Carney's The Films of Mike Leigh: Embracing the World";
return html;
}
if (x == 'ba') {
var html ="To buy a book that discusses Mike Leigh's life and work";
return html;
}
if (x == 'bu') {
var html ="To buy books and essays by Ray Carney that discuss Cassavetes' life and work";
return html;
}
}