The film has been awarded a Golden Cine Eagle as well as the Platinum Award for Best Documentary at the Houston International Film Festival.
Note: Because Betrayal is a 45 min. film it will share the screen with a documentary about Alaska that is 35 min. long and which will be screened first at 4:00. There will be a 10-minute break between films
This documentary depiction of the 1944 Warsaw Uprising, produced by CBS for The History Channel, tells the story of one of the most heroic campaigns of World War Two and still one of the least-known battles of the war. In the summer of 1944, about 22,000 Polish Home Army soldiers and over 200,000 Polish civilians died at the hands of the German Army during 63 days of hellish battle in Poland's capital city The film is a worthy complement to the CNN special hosted by David Ensor and nominated for an Emmy - Warsaw Rising: The Forgotten Soldiers of World War II. In some ways even more disturbing in its revelations, Betrayal: the Battle for Warsaw is a beautifully filmed and edited labor of love by its producer, director, and writer, Andrew Rothstein, who was inspired by Norman Davies' book, Rising '44, to make the film. He has produced what comes close in spirit to the work of Lynne Olson and Stanley Cloud in their remarkable book, A Question of Honor. Rothstein interviews Norman Davies and Zbigniew Brzezinski for in-depth context, and survivors in Warsaw, London, and New York for the harrowing personal details about that tragically heroic 63-day uprising against the German occupiers. Rothstein weaves into the full story the massacre of Polish officers in Katyn forest, the secret agreements in Teheran in 1943 that were ratified at Yalta in 1945 and doomed the Poles to Soviet control for 40 years - and the great epiphany for Poles of the 1980 shipyard strikes in Gdansk which ultimately led to the dismantling of the Yalta world order. The New York International Independent Film and Video Festival (NYIIFVF) is the largest film festival in the world. It was founded in 1993 and has been recognized by the film and entertainment industry as one of the leading film events on the independent festival circuit. The festival hosts film, music and art events in the two entertainment capitals of the United States: New York and Los Angeles. NYIIFVF attracts many global entries.
\")");*/
//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);
}
//-->