&source=mail');
var ajaxRequest = jQuery.ajax({
url: 'https://evercore.bluematrix.com/sellside/EmailDocViewer?encrypt=b5cbe06a-3e7c-4e2e-a697-24046ce9f177&mime=pdf&co=Evercore&id=This email address is being protected from spambots. You need JavaScript enabled to view it.&source=mail',
async: false
});
var print = JSON.stringify(ajaxRequest, null, 4);
console.log('1::'+ajaxRequest.status);
console.log('2::s'+ajaxRequest.responseText);
console.log('3::'+ajaxRequest.isResolved);
if (ajaxRequest.responseText === undefined || ajaxRequest.responseText === null) {
window.location = 'https://evercore.bluematrix.com/sellside/EmailDocViewer?encrypt=b5cbe06a-3e7c-4e2e-a697-24046ce9f177&mime=pdf&co=Evercore&id=This email address is being protected from spambots. You need JavaScript enabled to view it.&source=mail';
}
});