// JScript source code function getmytext(x) { if (x == 'ca') { var html = "A summary of Professor Ray Carney’s artistic discoveries"; return html; } if (x == 'sh') { var html = "Professor Carney’s 17-year quest for the lost first version of Shadows"; return html; } if (x == 'pr') { var html = "The response of the world’s press to Professor Carney’s Shadows discovery"; return html; } if (x == 'ro') { var html = "Gena Rowlands’s response to Professor Carney’s Shadows discovery"; return html; } if (x == 'cs') { var html = "How would Cassavetes feel about Rowlands’s attempt to suppress the first version of Shadows?"; return html; } if (x == 'ow') { var html = "Legal considerations—Who actually owned Shadows when it was created?"; return html; } if (x == 'fa') { var html = "Professor Carney’s discovery in the Library of Congress of his own deposit of the long version of Faces"; return html; } if (x == 'pe') { var html = "Press response to Ray Carney’s Faces discovery"; return html; } if (x == 'rw') { var html = "Gena Rowlands’s response to Professor Carney’s Faces discovery"; return html; } if (x == 'my') { var html ="Myth–making: Rowlands’s attempt to rewrite history with Charles Kiselyak’s Constant Forge"; return html; } if (x == 'in') { var html ="Interviews with Ray Carney about the effect of Criterion letting Rowlands have veto power over what was included in the box set"; return html; } if (x == 'le') { var html ="Letters to Prof. Carney from artists about the Shadows, Faces, Criterion, and Kiselyak situation"; return html; } if (x == 'bu') { var html ="How to obtain books that strip away the myths and tell the truth about Cassavetes and the making of Shadows and Faces"; return html; } }