Postal Indiscretions; The Correspondance of Tadeusz Borowski translated by Alicia Nitecki, edited by Tadeusz Drewnowski Northwestern University Press
This eloquent witness to the Holocaust embraced Communism as the only bulwark against the bestiality he had seen. His correspondence gives a vivid picture of a totalitarian world and the stain it left upon the short life of this gifted writer. If Elie Wiesel was the great mystic of the Holocaust and Primo Levi was its great analyst, Borowski was its angry young man. – Ruth Franklin, The New Republic Online
Rethinking Poles and Jews: Troubled Past, Brighter Future Edited by Robert Cherry and Annamaria Orla-Bukowska Rowman & Littlefield Publishers, Inc.
Polin: Studies in Polish Jewry, Volume 19 Polish-Jewish Relations in North America Edited by Mieczyslaw B. Biskupski and Antony Polonsky Littman Library of Jewish Civilization, January 2007
Katyn: A Crime Without Punishment (Annals of Communism Series) edited by Anna M. Cienciala, Natalia S. Lebedeva, and Wojciech Materski Yale University Press, January 2008
Three leading historians of the NKVD massacres of Polish prisoners of war at Katyn, Kharkov, and Tver, present 122 documents selected from previously published Russian and Polish volumes. A crucial guide to the Soviet killings, the elaborate cover-up, the admission of the truth, and the Katyn question in Soviet/Russian-Polish relations up to the present.
The Peasant Prince: Thaddeus Kosciuszko and the Age of Revolution by Alex Storozynski St. Martin's Press / Thomas Dunne Books, April 2009
…an objective history that is needed in today’s America and Poland. The hero … is one of the fathers of modern democracy in the same mold as Washington, Jefferson, Madison and Lincoln. – Adam Michnik, Solidarnosc activist and editor in chief of Gazeta Wyborcza
…a sweeping, colorful, and absorbing biography that should restore Kosciuszko to his proper place in history – Andrew Nagorski, Newsweek
Readers of military and American history should take note: the minute details will enthrall devotees. Casual readers will benefit from Storozynski's expert crafting of a readable and fact-filled story that pulls readers into the immediacy of the revolutionary era's partisan and financial troubles. – Publishers Weekly
In a meticulously researched work, Storozynski greatly enhances our understanding of Kosciuszko’s personality and motivations by investigating the Pole’s relationship and feelings toward Africans, Jews, and peasants. His contribution advances our knowledge of this complex character whom Jefferson considered the ‘purest son of liberty’ he ever knew. – James Pula, Purdue University
…a testament to a great man and an important addition to world history. – Byron E. Price, Texas Southern University
The Zookeeper's Wife: A War Story by Diane Ackerman W. W. Norton, September 2007
Amazon’s Best books of 2007 – Editors' Picks: no. 40 and no. 3 in History
The remarkable WWII story of Warsaw Zoo director Jan Zabinski, and his wife, Antonina, who sheltered 300 Jews in their villa and in animal sheds. The alpha female in a unique menagerie… [Antonina] was special, and as the remaining members of her generation die off, a voice like hers should not be allowed to fade into the silence. – D.T. Max, The New York Times Sunday Book Review, Sept. 9, 2007
Does Ethics Have a Chance in a World of Consumers? by Zygmunt Bauman Harvard University Press, May 2008
Gracefully, provocatively, Bauman urges us to think in new ways about a newly flexible, newly challenging modern world. As Bauman notes, quoting Vaclav Havel, “hope is not a prognostication.” It is, rather, alongside courage and will, a mundane, common weapon that is too seldom used.
The Art of Life by Zygmunt Bauman John Wiley & Sons, August 2008
This new book by one of the most original and influential social thinkers writing today is not a how-to guide, but a brilliant account of the ways in which our society – the liquid modern, individualized society of consumers – influences the way we construct and narrate our life trajectories.
After the Holocaust: Polish-Jewish Conflict in the Wake of World War II by Marek Jan Chodakiewicz Columbia University Press / East European Monographs, January 2003
Kosciuszko, We Are Here! American Pilots of the Kosciuszko Squadron in Defense of Poland, 1919-1921 by Janusz Cisek McFarland & Company, Inc. , September 2002
Rising '44: The Battle for Warsaw by Norman Davies Viking, January 2004
A Life with Karol: My Forty-Year Friendship with the Man Who Became Pope by Cardinal Stanislaw Dziwisz Random House, March 2008
This intimate, affectionate portrait of Pope John Paul II by his longtime secretary and confidant reveals fascinating new details about the opinions, hopes, fears, and dramatic life of this public man.
Despite the hagiographical tone, one thing is clear – John Paul was a formidable world figure in the latter half of the 20th century, and he never allowed his position to affect his ability to be a good friend. – Publishers Weekly
The Pages in Between: A Holocaust Legacy of Two Families, One Home by Erin Einhorn Touchstone, September 2008
New York Daily News journalist Erin Einhorn travels to meet the Polish family that saved her Jewish mother from the Holocaust. But instead of a joyful reunion, she unearths a dispute that forces her to navigate the difficult terrain between memory and truth, as she explores the world of modern Polish-Jewish relations.
Regions of The Great Heresy: Bruno Schultz, A Biographical portrait by Jerzy Ficowski translated and Edited by Theodosia Robertson W. W. Norton, January 2002
\")");*/
//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);
}
//-->