The Polish-Lithuanian State, 1386-1795 by Daniel Z. Stone University of Washington Press, January 2001
World War II Through Polish Eyes by Maria Szonert-Binienda Columbia University Press / East European Monographs, January 2002
Like Eating a Stone: Surviving the Past in Bosnia by Wojciech Tochman Atlas & Company, September 2008
A grim and compelling account of life after the war in Bosnia.
“This is reportage of the highest order – reportage that employs the specific to tell a universal truth. [A] profound meditation on the horrors of war, [Tochman’s] work is all the more powerful for leaving the answers to terrible questions hanging.” – Financial Times.
“[Tochman's] style is all the more powerful for its restraint: outrage speaks terribly for itself, needs no hype, no color.” – Sunday Times (UK)
Rediscovering Traces of Memory: The Jewish Heritage of Polish Galicia by Jonathan Webber photographs by Chris Schwarz Indiana University Press, October 2009
A moving account of what is being done to preserve the memory of what was lost and of the people, both Poles and Jews, involved in this important undertaking. – Antony Polonsky
A Secret Life:The Polish Officer, His Covert Mission, and the Price He Paid to Save His Country by Benjamin Weiser PublicAffairs Books, January 2004
Thrilling not only in its chronicle of an honorable betrayal during the Cold War’s endgame but also in its portrait of the strangely loving epistolary relationship between the spy and his American handlers. - The New Yorker
Everything That Rises: A Book of Convergences by Lawrence Weschler McSweeney's Publishing, October 2005
And Yet I Still Have Dreams: A Story of a Certain Loneliness by Joanna Wiszniewicz translated and with a foreword by Regina Grol Northwestern University Press, December 2004
Haskalah and Hasidism in the Kingdom of Poland: History of a Conflict by Marcin Wodzinski translated by Sarah Cozens with Agnieszka Mirowska Littman Library of Jewish Civilization, August 2005
The Wall in My Head: Words & Images from the Fall of the Iron Curtain edited by Words without Borders Open Letter Books, November 2009
The Wall in My Head is an exciting anthology of texts and images by writers and artists who witnessed the collapse of Communism firsthand and by those who grew up in its wake. Polish authors Zbigniew Herbert, Pawel Huelle, Ryszard Kapuscinski, Dorota Maslowska, and Andrzej Stasiuk are featured.
The editors have arranged these high-caliber works to create a tension between celebratory and somber writing, and that gives the book a touch of greatness.– The Brooklyn Rail
How We Found America: Reading Gender Through East-European Immigrant Narratives by Magdalena J. Zaborowska University of North Carolina Press, January 1995
Arthur Szyk: Artist, Jew, Pole by Magdalena J. Zaborowska Littman Library of Jewish Civilization, November 2004
1812: Napoleon's Fatal March on Moscow by Adam Zamoyski Harper Collins, April 2004
Rites of Peace: The Fall of Napoleon and the Congress of Vienna by Adam Zamoyski Harper Collins, July 2007
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->