// JScript source code
function getmytext(x) {
if (x == 'sa') {
var html = "An excerpt from an essay by Ray Carney on how sociological interpretations fail to understand John Singer Sargent's achievement";
return html;
}
if (x == 'ma') {
var html = "An excerpt from Ray Carney's American Vision on John Singer Sargent's Madame X and Mrs. Fiske Warren and her daughter Rachel";
return html;
}
if (x == 'ea') {
var html = "An except from Ray Carney's Partisan Review evaluation of Michael Fried's approach to Thomas Eakins' work";
return html;
}
if (x == 'gr') {
var html = "An excerpt from Ray Carney's contribution to Morris Dickstein's The Revival of Pragmatism on Thomas Eakins' clinic paintings";
return html;
}
if (x == 'bb') {
var html = "An excerpt from Ray Carney's contribution to Morris Dickstein's The Revival of Pragmatism on Thomas Eakins' boating paintings";
return html;
}
if (x == 'hr') {
var html = "An excerpt from Ray Carney's contribution to Morris Dickstein's The Revival of Pragmatism on Thomas Eakins' Portrait of Prof. Henry Rowland";
return html;
}
if (x == 'cr') {
var html = "An excerpt from Ray Carney's contribution to Morris Dickstein's The Revival of Pragmatism on Thomas Eakins' The Crucifixion";
return html;
}
if (x == 'ba') {
var html = "An excerpt from Ray Carney's American Vision on Thomas Eakins' Baby at Play";
return html;
}
if (x == 'br') {
var html = "An excerpt from Ray Carney's American Vision on Winslow Homer's Breezing Up and other paintings";
return html;
}
if (x == 'wo') {
var html ="An excerpt from Ray Carney's American Vision on Edward Hopper's A Woman in the Sun";
return html;
}
if (x == 'bu') {
var html ="Information about Ray Carney's writing on American painting, thought, and culture";
return html;
}
}